-
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
-
interactions
qt实现的遗传算法 解决最大最小值得问题 (qt genetic algorithm to achieve the maximum and minimum worth solving problems)
- 2013-12-13 02:50:38下载
- 积分:1
-
elevator
模拟电梯调度程序 五部电梯 每个电梯10层的调度(Elevator Simulation scheduler five 10-story elevator in each elevator scheduling)
- 2009-05-07 00:12:16下载
- 积分:1
-
vcdll
VC++从DLL中获得资源的小实例源代码,从DLL中获得背景图像,可者是一个图标资源或是其它类型的文件,总之,学会了一种,就可以举一反三,灵活掌握了。(VC++ from the DLL resources, source code examples to get a background image from the DLL, can an icon resource, or other types of documents, in short, learned, you can learn by analogy, flexibility.)
- 2012-05-19 02:34:41下载
- 积分:1
-
vector
说明: 用c语言实现电机仿真-基于恒定磁链的转子磁链控制。(Using c language realize electrical simulation- based on a constant flux of the rotor flux control.)
- 2008-09-22 16:00:20下载
- 积分:1
-
code-
从键盘接收字符串,并统计其中各种字符出现频率!(calculate the frequency of every sinal get from the keyboard!)
- 2012-04-23 10:59:16下载
- 积分:1
-
postdata
获取multipart/form-data形式上传文件的函数(Get multipart/form-data forms to upload files function)
- 2013-08-29 17:03:31下载
- 积分:1
-
07136288
说明: 本程序是使用 TURBO C 语言BOSS窗口开发程序库的应用程序,(This program is the use of TURBO C language BOSS window development program library application,)
- 2018-12-31 10:43:56下载
- 积分:1
-
KillSbl
vs2005环境下编写的sbl病毒专杀工具,可以扫描文件中的sbl病毒,并集中清除(vs2005 environment prepared by the sbl virus Zhuanshagongju, you can scan documents in the sbl-virus, and focus on clear)
- 2010-01-31 23:19:02下载
- 积分:1
-
powerbuilder80_SourceCode
PB的源码程序 8.0的列子 demo简单(pb sourcecode code)
- 2012-10-21 11:21:41下载
- 积分:1