-
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
-
VB6_NIDAQ
VB sample code for NI-DAQ card.
- 2012-07-26 14:36:43下载
- 积分:1
-
CC2430
对zigbee的开发平台cc2430的一些基本操作,是学习cc2430的基本程序(Zigbee cc2430 development platform for some of the basic operations, is to learn the basic procedures cc2430)
- 2011-05-24 16:55:48下载
- 积分:1
-
pinshu
计数一个字符串中所有字符出现的频数,并全部输出(Count the number of frequency of all the characters in a string appears, and all output)
- 2012-12-03 14:56:50下载
- 积分:1
-
CoolClockl
Cool Clock Control,You can enjoy it!
- 2010-02-17 01:15:30下载
- 积分:1
-
Mergesort
遍历堆,可以对一个堆编立,复制,采用函数的递归调用来实现的(Traverse the heap, the recursive call to compile a heap legislation, copy, use the function)
- 2012-10-01 11:44:15下载
- 积分:1
-
frmBattery
vb笔记本电池电量检测程序,有兴趣的就下载吧。(vb laptop battery detection procedures are interested to download it.)
- 2013-07-25 07:23:14下载
- 积分:1
-
alarm
一个定时提醒的程序,可以任意设置定时时间,有皮肤,带有最小化到通知栏,抖动及声音提醒,提醒时窗口置顶等功能。(A timed reminder program that can be set regular time, have skin with minimized to the notification bar, jitter and voice reminder, reminder window when the top and other functions.)
- 2014-02-05 19:52:18下载
- 积分:1
-
LAB1
用C++编写的成绩管理系统,实现成绩的输入查找,修改和求方差等功能(Prepared with C++ performance management system, to achieve results Enter search, modify and seek variance functions)
- 2013-06-19 19:41:54下载
- 积分:1
-
vcHelper
开发助手可以自动的转化工程的大小写字母清洁DEBUG/RELEASE和CVS相信对大家会有很大的帮助 (Development Assistant automatically conversion works cleaning upper and lower case letters DEBUG/RELEASE and CVS believe that there will be of great help to everyone)
- 2008-05-25 12:37:47下载
- 积分:1