-
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
-
calculate
计算器程序具有加减乘除开方等功能非科学计算器(Calculator program having arithmetic functions such as prescribing non-scientific calculator)
- 2016-11-13 16:25:02下载
- 积分:1
-
99005027
想实现MSN式的提示框吗?这段代码可以帮你 实现这些功能让你的程序更受欢迎(Want to implement a MSN prompt box?)
- 2017-08-17 15:12:48下载
- 积分:1
-
yiziqi
用启发式算法实现一字琪,人工智能实验用启发式算法实现一字琪,人工智能实验(Heuristic algorithm using the word Qi, artificial intelligence experiments realize the word Qi heuristic algorithms, artificial intelligence experiment)
- 2009-02-15 17:37:57下载
- 积分:1
-
sa+ga
采用遗传算法和模拟退火算法解决VLSI中的布局优化问题()
- 2020-12-23 20:09:06下载
- 积分:1
-
czm-uel
在ABAQUS中,进行CZM模型的子程序开发,模拟复合材料的分层脱离(In ABAQUS, the CZM model subroutine is developed to simulate the layered separation of composite materials.)
- 2021-04-23 11:58:48下载
- 积分:1
-
Networkzen
网络工程师必备的十种工具,不妨看看你还缺些什么呢(Network engineers must ten kinds of tools, might as well take a look at what you need)
- 2017-04-06 18:02:26下载
- 积分:1
-
anwend-safe
將 W頁的查詢出來的界面,通 ]件 l送出去,可以做為計劃排程來定 r的 l送(Will W page of the query out of the interface,] piece l sent out, can be used as a plan to schedule the r of the l send)
- 2018-12-04 23:31:28下载
- 积分:1
-
idhttpserver
delphi indy控件idhttp的使用方法(delphi indy idhttp )
- 2009-11-02 21:39:31下载
- 积分:1
-
Spare-System
自己编写的Access数据库 库存查询系统
编译器vs2005.MFC类库。
查询功能分解详细,大部分索引使用下拉菜单设计,自动搜索数据库添加相应内容,方便查询,免去按键手动添加...,数据添加方便,适用于Excel整体导入,方便维护。
库存查询-按enter自动查询所有库存及按索引查询
出库跟踪-按enter自动查询所有借用信息及按索引查询
借还操作-借用及归还操作
数据库维护-添加删除修改及excel数据整体导入
借用权限设定-借用人员信息添加(Access database inventory query compiler vs2005.MFC write your own class library. Query function decomposition in detail, most of the index using the drop-down menu design, automatically search the database to add the appropriate content, easy access, remove the keys manually add ... data add convenience for Excel overall import, convenient maintenance. Stock Search- enter automatically query inventory and check out the library index tracking- enter automatically query all borrowed index query lending operation- borrowed and returned to the operating database maintenance- add overall import borrow delete modify and excel data permissions given- to borrow personnel information to add)
- 2012-09-16 01:06:07下载
- 积分:1