-
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
-
CAL_DAY
读取两日期,并算两个日期间的天数。示范日期类型的操作。 (read two dates, and count the period of two days. Model date type of operation.)
- 2005-06-08 09:19:34下载
- 积分:1
-
wosa_sdk303
基于wosa协议的驱动开发需要安装的相关管理工具(Related management tools that need to be installed on the driver development based on WOSA protocol)
- 2018-01-02 10:16:20下载
- 积分:1
-
InTech-Feature_extraction_and_representation_for_
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2012-01-22 13:16:29下载
- 积分:1
-
FiveAxisNC
该程序为五轴联动程序,采用固高的板卡来控制。界面显示仿真,实时显示各个传感器的值等。(The program for the five-axis programs, using solid-high board to control. Interface display simulation, real-time display the value of each sensor and the like.)
- 2021-02-14 09:49:49下载
- 积分:1
-
word属性统计
说明: VBA统计多个WORD文档页数、字数图片等(VBA counts pages, words and pictures of multiple WORD documents.)
- 2019-04-01 17:54:48下载
- 积分:1
-
TYOPCClientSrc
OPC Client 源代码,支持OPC 2.0
非常有参考价值(OPC Client source code, OPC 2.0 support is very useful)
- 2009-01-23 20:49:46下载
- 积分:1
-
Cpp1
后缀表达式计算器,这里是整个CPP,文件里代码完整,适合初学者阅读使用。(Postfix expression calculator, here is the entire CPP, file integrity code, suitable for beginners to read.)
- 2015-04-17 14:48:58下载
- 积分:1
-
16jinzhizhuanhuan
16进制如何转化为10进制的,进制转换是需要注意什么,怎么样会更简单(0x d)
- 2015-01-30 14:31:15下载
- 积分:1
-
WindowsGame2
一個簡單得搶旗子遊戲用上下左右移動WINDOWS GAME(Grab a simple flag games to move up and down)
- 2012-10-26 22:11:24下载
- 积分:1