-
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
-
fr2009
可以方便的进行三次以内方幂求和公式的自动推导 此代码为独创(Can easily be a power of less than three times the automatic derivation of the summation formula for the original code)
- 2009-09-06 10:55:01下载
- 积分:1
-
Pham_Van_project_summary_report
项目工作总结报告范文,项目的前期市场调研总结等例子,对项目管理人员有帮助(Pham Van project summary report)
- 2010-09-03 14:20:50下载
- 积分:1
-
Cad-adding
Cad中数字求和,简单实用型,可以看到累计的数(cad adding )
- 2011-01-24 11:14:44下载
- 积分:1
-
LCD_1
Exemple how to use a LCD display with a microcontroler Cygnal c8051fx20 / LCD bsz2006
- 2011-10-17 02:03:12下载
- 积分:1
-
BasicSpeech
Code for microsoft SAPI using. Enabling ASR on your applications.
- 2011-11-08 04:09:06下载
- 积分:1
-
09105070
计算机专业算法学习的实习练习
希望对大家有所帮助(Computer algorithm to study the practice of professional practice for all of us want to be helpful)
- 2009-06-07 20:26:57下载
- 积分:1
-
EXCEL
数据保存到EXCEL文件
给出了实例文件可以参考(EXCEL data files saved to the file is given instance can refer to)
- 2009-04-26 22:59:20下载
- 积分:1
-
lr0
lr(0)文法及其预测分析表
lr(0)文法及其预测分析表
lr(0)文法及其预测分析表(lr (0) Analysis and prediction of grammar lr (0) Analysis and prediction of grammar lr (0) grammar analysis and forecast table)
- 2009-06-04 20:55:10下载
- 积分:1
-
vb-access
visual basic和access 数据库开发实例 (vb access database)
- 2011-12-06 23:23:11下载
- 积分:1