-
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
-
PB_calc
pb开发的计算器,已经经过调试,可以满足基本的计算器要求,有需要的可以下载( pb development of the calculator, after debugging, to meet the basic requirements of the calculator, there is a need to download)
- 2013-12-08 09:19:30下载
- 积分:1
-
fwhint
fwhint
wincontrol hint components
- 2014-05-22 20:55:05下载
- 积分:1
-
XHUE
我们在使用金山词霸时发现,在金山词霸已经运行了的情况下(When using powerword, we found that in the case of powerword has been running for)
- 2017-06-25 06:06:14下载
- 积分:1
-
ADS_B_original
matlab做的模拟ADS-B数据的解码和信号处理整体流程(Matlab to do the simulation of ADS-B data decoding and signal processing the overall process)
- 2020-12-23 13:29:06下载
- 积分:1
-
ip
ip从char[]转为int,ip地址转换( transform ip from char[] to int)
- 2012-05-22 15:11:35下载
- 积分:1
-
LED-cristmas-tree
LED 圣诞树,圣诞节的礼物~多种颜色的LED灯装扮成闪闪发光的圣诞树(LED Christmas trees, Christmas gift- the colors of the LED lights to dress up as a shining Christmas tree)
- 2012-07-26 23:11:54下载
- 积分:1
-
ASimpleCalculator
一个简单的计算器程序,实现了加、减、乘、除计算(A simple calculator program to achieve the add, subtract, multiply, divide computing)
- 2013-12-17 22:04:32下载
- 积分:1
-
yan
VB to achieve real multi-threaded operation of the code can go
- 2018-12-03 15:33:52下载
- 积分:1
-
daima
软件测试功能,使用uft进行的自动化测试功能(programing test,for auto programing test by UFT)
- 2018-06-15 23:48:41下载
- 积分:1