-
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
-
subway
C语言写的地铁模拟收费系统,实现了一些地铁收费的基本功能。(Metro analog toll system written in C language, some of the basic functions of the MTR charges.)
- 2020-12-29 16:59:00下载
- 积分:1
-
AddressBook
对地址薄的初学测试,自己写的,希望对大家有所启发吧(Address book for novice test, write your own, we hope to inspire it)
- 2013-08-10 11:19:49下载
- 积分:1
-
wei
说明: 简单计算器.热爱C++,但还是学生,故来此向大家学习。谢谢。(simple calculator)
- 2011-03-16 18:26:15下载
- 积分:1
-
complement_filter
互补滤波算法解析,利用加速度计和陀螺仪采集的数据,通过互补滤波算法实现对姿态的解算。(Complementary filtering algorithm analysis, the use of accelerometers and gyroscopes data collected through the complementary filter algorithm for solving attitude.)
- 2020-06-29 15:00:02下载
- 积分:1
-
LotterySelection
MFC实现一个好玩的 号码快速变化 再停止的抽奖程序(MFC implements a fun number to stop the fast-changing lottery process again)
- 2011-11-29 12:39:59下载
- 积分:1
-
BookManager
说明: 用VB 6.0 + SQL Server2000
编译写的图馆管理系统(Using VB 6.0 SQL Server2000 compiler written by library management system)
- 2008-11-04 19:30:38下载
- 积分:1
-
TFontHealthprh
Visual C下提取点阵字模源代码,可可直接生成C语言的code,可选字体,大小.
(The dot matrix source code Visual C extract, cocoa directly generate C language code, selectable font, size.)
- 2012-08-07 01:19:02下载
- 积分:1
-
非常实用的一款计算器
说明: 这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现)(This is a very practical calculator, I think far better than using Windows systems calculator. The main feature of polynomial Operational support, which can import an entire polynomials, and to identify the priority level computing (using stack realization))
- 2021-02-19 09:59:44下载
- 积分:1
-
ymd
输入年月日得出星期,按照代码里面的提示输入就可以得到星期几,输入的年份是有一个范围的,输入没有检错处理的!!!(Enter the date come weeks)
- 2013-01-13 19:53:28下载
- 积分:1