-
jisuanqichengxu
这是vb编写的计算器的源代码,比较容易懂,比较实用(This is the preparation of the calculator vb source code, it was relatively easy to understand, more practical)
- 2009-06-03 23:24:31下载
- 积分:1
-
IPtext
VC++编写的IP侦查小程序 很实用(VC++ IP detection of small programs written in a very practical)
- 2011-11-18 17:29:08下载
- 积分:1
-
dll-embeded-in-exe
Exe中嵌入Dll加载引用库库,可隐藏系统的架构,又可同时系统的可扩展灵活性,多人并行开发!(Exe embedded Dll load referenced library library to hide the system architecture, but also at the same time the system can be expanded flexibility and many parallel development!)
- 2012-12-11 09:33:00下载
- 积分:1
-
time
自宣言型记时器,可以自定义记时方式,标题,时间长度等。(Since the Declaration type chronograph, you can customize chronograph, title, time, length and so on.)
- 2013-09-02 16:43:01下载
- 积分:1
-
bijiao
比较两个文件内容的不同,其中有两个源代码(Comparing two different contents of the documents, wherein two source)
- 2012-12-01 01:17:09下载
- 积分:1
-
VOF_Code
some different types of VOF codes
- 2021-01-17 23:38:48下载
- 积分:1
-
BtnDownUp
button按下后,edit控件内容连续变化,button抬起后edit内容停止变化。自己做的例子,只以int数据为例。(button is pressed, edit control content changes continuously, button lift stops changing after edit content. Own example, an int data as an example only.)
- 2013-08-24 11:42:31下载
- 积分:1
-
AutoProject
用VC操作EXCEL的方法,生成了一个excel表格(EXCEL using VC operation method to generate a excel form)
- 2008-07-15 13:49:17下载
- 积分:1
-
perturbation
this program is by maple ..it is the solution of vanderpole equation with perturbation method
- 2011-11-22 13:14:18下载
- 积分:1
-
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