-
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
-
41161703
Chat program source (server), download()
- 2018-05-16 12:44:57下载
- 积分:1
-
RMBCount
房子揭计算器项目文件,可以以等额或等本方式进行计算出每笔的本金和利息。(House mortgage calculator project file can be equal or equivalent calculated in this way each of the principal and interest.)
- 2013-07-28 22:07:23下载
- 积分:1
-
jywbt
基于matlab GUI界面设计,ldpc码的编解码实现,D-S证据理论数据融合。( Based on matlab GUI interface design, Codec ldpc code implementation D-S evidence theory data fusion.)
- 2017-06-01 16:24:58下载
- 积分:1
-
VC-clock-source
多功能时刻钟,整点报时,还有闹钟的功能,还有些功能没有完善。(Multi-time clock, the whole point of time, as well as alarm clock function, and some feature is not perfect.)
- 2011-10-06 11:55:04下载
- 积分:1
-
zcktwuy2
To achieve similar WORD2000 clip art menu code
- 2018-09-29 00:23:36下载
- 积分:1
-
uqcp
这是一个关于c语言的小程序,对于大家了解c具有很大的帮助,()
- 2017-11-16 10:44:49下载
- 积分:1
-
tdbuf
多机电力系统仿真及其潮流计算,非归零型差分相位调制信号建模与仿真分析 ,光纤陀螺输出误差的allan方差分析。( Multi-machine power system simulation and flow calculation, NRZ type differential phase modulation signal modeling and simulation analysis, allan FOG output error variance analysis.)
- 2017-05-03 16:28:37下载
- 积分:1
-
car
说明: 实现汽车销售人员的销售,购买人员资料的统计,销售统计,出入库管理以及系统管理(Car sales staff to achieve the sale, purchase statistics personnel information, sales statistics, out of storage management and system management)
- 2008-10-16 16:10:51下载
- 积分:1
-
tongjimima
统计字母出现的频率,统计英文文章相应字母出现概率(Statistics the frequency of occurrence of English letters, the letters corresponding to probability statistics)
- 2011-12-19 20:02:36下载
- 积分:1