-
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
-
MU1.03tuoji
很不错的一个奇迹(MU)脱机外挂,支持手动添加捡取任何物品。自动上线。(A nice miracle (MU) is out of the machine, supporting manual addition of picking up any items. Automatic online.)
- 2020-07-02 04:00:01下载
- 积分:1
-
p1-60
链表,递归结构,结构指针变量,将链表数据从尾到头打印出来(List, recursive structure, the structure pointer variable, data from the end of the list printed Daotou)
- 2010-01-08 14:00:56下载
- 积分:1
-
unit-8
谭浩强C程序设计第四版第8章习题答案,自己做出来的( C Programming Fourth Edition Chapter 8 Exercise answers, do it yourself)
- 2013-07-31 22:16:17下载
- 积分:1
-
arma_analyse-and-forecast
1、时间序列的ARMA(自回归移动平均)算法代码实现;
2、能用于平稳时序的分析和预测;
3、使用C/C++开发。(1、The codes relization of timeseries arma forecast method
2、Be used in analyzing and forecast in timeseries
3、Be developed by C/C++ tool.)
- 2021-04-29 11:08:43下载
- 积分:1
-
calculator
QT开发基于windows计算器,可以实现四则混合计算,优先级计算等等(A windows calculator made by QT, which can make up some complex function)
- 2017-07-11 15:23:45下载
- 积分:1
-
lmi
说明: 详细阐述了线性矩阵不等式的方法,并用一个实际例子,用matlab实现了,对初学者非常有用.(Described in detail the method of linear matrix inequalities, and a practical example, using matlab realized, very useful for beginners.)
- 2008-10-14 20:49:45下载
- 积分:1
-
abaqus2flac3d
abaqus网格到flac3d网格转换,仅支持实体单元,结构单元不能识别(translate flac3d model from abaqus model)
- 2021-04-16 09:58:54下载
- 积分:1
-
battstat
Pocket PC Application - Battery status(Pocket PC Application- Battery status)
- 2009-11-19 18:19:01下载
- 积分:1
-
1000
用VC编的一个计算器,有界面,适合研究生VC编程初期学习使用(VC series a calculator interface, suitable for graduate student VC program initially learning to use)
- 2012-03-05 22:51:45下载
- 积分:1