Animation GIF ActiveX is a 32bit OLE Control Module to display GIF file(still and animation, GIF87a and GIF89a) in OLE Container. It supports all GIF89a standard, including transparent, animation, looping, delay time, logical screen, restoring to ba
C is a powerful and compact computer language that allows you to write p exactly what you want your computer to do. You’re in charge: you create a p set of instructions, and your computer will follow them. Programming in C isn’t difficult, as you’re
矢量量化的c语言实现,正确 This directory contains code implementing Vector Quantization. Source code may be found in VQ.CPP. Sample data isfound in VQ1.DAT, VQ2.DAT AND VQ3.DAT. Program outpu,t can be found in VQ1.OUT VQ2.OUT AND VQ3.OUT.The VQ program accepts
STG (SNMP Traffic Grapher) version 1.4.5 Copyright (C) 2000 Leonid Mikhailov This freeware utility allows monitoring of supporting SNMPv1 and SNMPv2c devices including Cisco, Livingstone, Riverstone etc. Intended as fast aid for network administrato
#include "stdio.h" #include "conio.h" #include "string.h" #define MAX 5000 int start,end,nodenum; void save1(); void save2(); void main() { FILE *fp1,*fp2,*fp3; float ver[50]; int t[14],i,j,m; int num_node[4]; int node_number; int n umber=0; float v
java游戏开发教程 英文版 Copyright Preface About the Author About the Contributing Authors About the Technical Reviewers Acknowledgments Introduction Why Java? What You Need What Is in Thi s Book What's Not in This Book About the Code in This Book Using Ant S
Abstract- In this paper, we introduce a 2D/3D mixed service in Terrestrial Digital Multimedia Broadcasting (T-DMB) system using depth-image-based rendering (DIBR). The 2D/3D mixed service is the 3D service type that 3D contents are shown partially w
We present a high dense views auto-stereoscopic three-dimensional display method with the projectors array and lenticular lens array (LLA) screen. The principle and configuration are demonstrated. This display method utilizes lenticular screen to mod
这是我用python编的一个小游戏,需要下载simpleaudio库,喜欢的可以玩。
以下是源代码:
import turtle as t
import simpleaudio as sa
yeah=sa.WaveObject.from_wave_file(‘bounce.wav’)
#创建背景
game = t.Screen()
game.title(‘双人乒乓球’)
game.bgcolor(‘black’)
game.setup(800,600)
#创建球拍
racket1 = t.Tu