-
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
-
1
说明: 模拟舰船Kelvin尾迹,不考虑船首尾及粘滞影响(The simulation of ship wake Kelvin, without considering the fore and aft and viscous effect)
- 2014-11-27 11:28:05下载
- 积分:1
-
Hook-lock
让你随时想安全地挂机就挂机,加上锁安全。(Hook lock)
- 2012-10-03 00:14:30下载
- 积分:1
-
kfxk86
一个小型的保存和读取文件的小程序,用VC编写()
- 2018-02-14 13:17:11下载
- 积分:1
-
Phone-book-management
这是一款基于VC++6.0平台的电话簿管理系统,适合广大C++初学者借鉴学习。(This is a platform based on the VC++6.0phone book management system, suitable for C++ beginners to learn from.)
- 2012-03-20 15:16:53下载
- 积分:1
-
201scrpt(VBA-AO)
201个scrpt(VBA开发代码 AO)(201scrpt(VBAcodes AO))
- 2012-03-13 14:06:57下载
- 积分:1
-
ZnDate
一个输入日期时自动判断合法性、补全格式的模块调用示例,有详细注释。(Automatically when an input to determine the legitimacy of the date, call up the whole format of the module example, there are detailed notes.)
- 2011-09-20 10:36:11下载
- 积分:1
-
aqzyx
这是一个Visual Basic 源代码程序,它通过变更用户权限的方法,让某一个应用程序在相对安全的状态下运行,从而提高系统的安全性。(This is a Visual Basic source code program, change user permissions, so that an application running in the relative safety of the state, to improve the security of the system.)
- 2012-10-25 06:01:11下载
- 积分:1
-
crtvktd
ncurses library file Developed source code()
- 2018-05-18 15:18:21下载
- 积分:1
-
Generates-a-random-number
利用舍选法产生随机数的MATLAB程序 包含说明(Generates a random number use rejection method MATLAB program contains instructions)
- 2021-03-18 01:09:20下载
- 积分:1