-
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
-
daxiaoxiehuhuan
实现大小写互换,即输入大写子母程序会自动转成小写子母(Realization case swap)
- 2014-02-23 09:40:42下载
- 积分:1
-
MyMFC
说明: 在视图区画正弦函数曲线,并且在一个菜单下以对话框形式输入正弦图的起点和终点坐标。(In the view area sine curve drawing, and in the form of a menu in the dialog box enter the start and end the sine map coordinates.)
- 2011-04-02 17:02:04下载
- 积分:1
-
VHRXEX
说明: win32 opengl画线,配置好了glut,h(Win32 opengl draws lines, and glut,h is configured)
- 2018-12-30 07:59:19下载
- 积分:1
-
2030
有循环检测,周期性检测,微分方程组数值解方法,内含心电信号数据及运用MATLAB写的源代码。( There are cycle detection, periodic testing, Numerical solution of differential equations method, ECG data and includes source code written in MATLAB.)
- 2017-05-15 10:22:55下载
- 积分:1
-
SPMousevb
Sample in VB for the Spacemouse Classic, you can get the status for buttons and position.
- 2009-07-04 02:20:12下载
- 积分: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
-
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
-
1234
简单计算器的界面代码,以及实现相关功能,加减乘除清零等(Simple calculator interface code, as well as the relevant functions)
- 2013-09-08 17:14:46下载
- 积分:1
-
AddressExample
访问Palm的Address地址簿例子。需要首先安装delphi-conduits类库。此类库已上传请自行查找。(Visit the Palm address book example of the Address. First install the required library delphi-conduits. From such a database has been your own search.)
- 2009-02-25 10:29:38下载
- 积分:1