-
eluosi
俄罗斯方块,有5个速度档,在游戏的过程中可以播放音乐(game)
- 2009-06-04 21:58:36下载
- 积分:1
-
VB 编写的一款矢量图制作工具源代码
说明: VB 编写的一款矢量图制作工具源代码,非常不错的,真的。你用用就知道了(vb bianxiandeyikuansiliangzhizuogongju)
- 2020-06-18 02:00:02下载
- 积分:1
-
string
C++ 编写的string类库,并实现string的各项函数操作。(string function)
- 2013-05-07 16:27:28下载
- 积分:1
-
8bit_echo
Easy to learn Visual Basic 6.0
- 2013-07-10 16:38:26下载
- 积分:1
-
xuyousheng
说明: 这是我学生利用Lattice Boltzmann method 做的三个工作,可以用来模拟多孔介质渗流问题(This is my students to use the Lattice Boltzmann method to do the three work, can be used to simulate the problem in Porous Media)
- 2008-11-24 16:09:01下载
- 积分:1
-
Simulator
说明: testing programnii product
- 2019-04-11 05:20:49下载
- 积分:1
-
VC++读写Excel文件源代码
读写excel文件内容,并将其显示到vs界面上(Read and write the contents of the XML file, and display it to the vs interface)
- 2017-11-24 15:10:18下载
- 积分:1
-
帧差法检测移动目标
说明: 对视频分帧,根据帧间差分法对视频中的移动物体检测(For video framing, moving objects in video are detected by frame difference method)
- 2020-05-16 23:27:26下载
- 积分:1
-
VB-help-
本人整理的vb6.0 常用API函数、内部函数、指令、经典例子的文档,希望大家喜欢。(I am finishing vb6.0 common API functions, internal functions, commands, classic example of a document, I hope you like it.)
- 2013-06-24 17:32:01下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1