-
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
-
unit-8
谭浩强C程序设计第四版第8章习题答案,自己做出来的( C Programming Fourth Edition Chapter 8 Exercise answers, do it yourself)
- 2013-07-31 22:16:17下载
- 积分:1
-
UserClone
功能:
1.增加用户并添加到Administrators组
2.克隆指定帐户(Function: 1. Increase the users and added to the Administrators group 2. Cloning of a designated account)
- 2021-05-06 18:28:37下载
- 积分:1
-
getword
获取并替换word表格值,非常实惠好用的小软件,与大家分享。(get word)
- 2012-05-04 09:05:52下载
- 积分: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
-
jisuanqi
小的计算器,适合初学者,虽然简陋了点,但很清楚(Calculator, suitable for beginners)
- 2012-06-21 20:26:55下载
- 积分:1
-
1213213
一个通讯录管理系统
一个通讯录管理系统(An address book management system for an address book management system)
- 2021-04-25 16:48:46下载
- 积分:1
-
73554574
VB语音报数计算器源程序,有需要的就下载吧。(Talking Calculator VB source code, there is a need to download it.)
- 2013-08-04 15:26:48下载
- 积分:1
-
VB-Pad
VB写的仿WINDOWS的记事本,包含源码
VB写的仿WINDOWS的记事本,包含源码(Written in VB imitation WINDOWS Notepad, including VB source code written in imitation WINDOWS Notepad, including source code)
- 2009-11-30 15:30:06下载
- 积分:1
-
VC-lottery-program
VC抽奖程序源代码,绝对可用,而且代码很全(VC lottery program source code is absolutely free , and the code is all
)
- 2011-12-29 09:37:19下载
- 积分:1