-
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
-
supp de espacev4
说明: removal of space VBA excel
- 2019-03-15 18:40:04下载
- 积分:1
-
BASEFILE_11_06
解算接收机伪距,载波相位等观测量,从而定位,精度较高,因为没有加载波(compute the carrier s postion)
- 2012-02-27 22:49:42下载
- 积分:1
-
ARImpRec_2019_olly
For olly ... for unpack exe protector
- 2018-12-06 12:42:57下载
- 积分:1
-
IPtext
VC++编写的IP侦查小程序 很实用(VC++ IP detection of small programs written in a very practical)
- 2011-11-18 17:29:08下载
- 积分:1
-
amicable-pair
使用暴力方法,寻找并输出一定范围内的amicable pair.(Violent methods used to find and output a range of amicable pair.)
- 2013-09-25 17:29:12下载
- 积分:1
-
相似度
VB小工具检测两段文字的相似度是否》50%(visual basic check two word)
- 2020-06-22 14:20:02下载
- 积分:1
-
红蓝2018远控带小马源码
红蓝2018远控带小马源码 需要的朋友下载吧(Do good to kill a powerful friend in need to download it)
- 2018-02-11 09:43:22下载
- 积分:1
-
Building a window
设计一个简单VB程序:
它由一个窗体、一个文本框和3个命令按钮组成。窗体的标题为"Visual Basic 程序设计示例",当用户单击命令按钮“显示”时,文本框中出现“欢迎使用Visual Basic 6.0”,窗体上显示“你好”,单击命令按钮“清除”时,清除文本框中显示的内容和窗体上的内容,单击命令按钮“结束”时,结束程序。(Design a simple VB program:
It consists of a form, a text box and 3 command buttons. The title of the form is "Visual Basic programming example", when the user clicks the command button "display", the text box appears "welcome to use Visual Basic 6", the form on the form "hello", click the command button "clear", clear the contents of the text box and the contents of the form on the form, click the command button "knot" When "beam", the end of the program.)
- 2018-04-21 16:11:40下载
- 积分:1
-
NC-Programming-Courseware-entry
数控编程基础入门课件(本人非编程人员,但真心恳求得到一个下载个数)(NC Programming Courseware entry)
- 2014-05-21 08:49:04下载
- 积分:1