-
hello
win32 二进制,显示hello world(Win32 binary, showing Hello World)
- 2019-02-14 11:10:04下载
- 积分:1
-
ExKillProc_vbsrc
内核级别超强结束进程,无法结束杀毒软件。(Kernel level super termination process, unable to end anti-virus software.)
- 2018-10-20 14:06:52下载
- 积分:1
-
bomballs
VB模拟小球碰撞,随机产生不同质量大小的小球,可以改变初始速度和动能损失率,适合初学者(VB simulation of small ball collision, randomly generated different quality size ball, can change the initial velocity and kinetic energy loss rate, suitable for beginners)
- 2011-12-11 21:42:59下载
- 积分:1
-
proteus_ku
PROTEUS元件库下载,此元件库可以直接加载进去PROTEUS内(PROTEUS library download, this component library can be loaded directly into the inner PROTEUS)
- 2013-07-20 23:07:03下载
- 积分:1
-
CPPxzcagsa
非常好的资料,比较详细,是一个体系,希望对大家有帮助C++面试题(Very good information, more detailed, is a system, we hope to help C++ face questions)
- 2013-05-02 00:41:46下载
- 积分:1
-
fangkuai
说明: 俄罗斯方块。最经典的益智游戏,不仅可以学习,还能增加想要的功能(Tetris. The most classic puzzle game can not only learn, but also increase the function you want)
- 2010-04-14 10:37:25下载
- 积分:1
-
shiboqi
利用FT245BM USB模块做的虚拟示波器,暂时可以达到1M的速率!(FT245BM USB modules make use of a virtual oscilloscope, the time being can achieve a rate of 1M!)
- 2008-07-09 13:38:41下载
- 积分:1
-
jisuanqi
小的计算器,适合初学者,虽然简陋了点,但很清楚(Calculator, suitable for beginners)
- 2012-06-21 20:26:55下载
- 积分:1
-
vusb
说明: In computing, an emulator is hardware or software that enables one computer system
- 2020-06-16 13:40:02下载
- 积分: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