-
Simple_Address_book
实现通讯录的简单功能,录入一些人员的基本信息,以mdc的格式保存(To achieve a simple address book function, some personnel input the basic information in order to save the format mdc)
- 2010-02-02 10:26:13下载
- 积分:1
-
tongxunlu11
基于VC++的通讯录实现,使用MFC编程(VC++ based address book implementation using MFC programming)
- 2013-08-05 17:09:03下载
- 积分:1
-
search-the-number
用于求三组数,每组数的各个位都不相同。第二组数为第一组的2倍,第3组数为第一组的3倍(Is used to find the number of three, the number of the bits in each group are different. The second number of groups for the first group of two times the number of the third group of three times the first group)
- 2013-11-15 20:08:10下载
- 积分:1
-
myRpgGame
这是我毕业设计所写的小程序,程序中的界面类似于魔塔,用vc6.0 mfc开发,个人测试没有什么问题(This is my small program written by graduation, the program s interface is similar to devil s tower, with vc6.0 mfc development, individual test without any problems)
- 2011-05-23 10:51:04下载
- 积分:1
-
cell
原包机,模拟细胞的生长,分裂,和死亡,设定了几种不同的环境影响(The original charter, analog cell growth, division, and death)
- 2020-07-08 16:38:56下载
- 积分:1
-
8bit_echo
Easy to learn Visual Basic 6.0
- 2013-07-10 16:38:26下载
- 积分:1
-
ExcelClass
excel文件操作源代码,用OLE实现的(excel file manipulation source code, using OLE realize the)
- 2008-05-23 09:54:17下载
- 积分:1
-
VBMouseWheehao
VB6开发环境的鼠标滚轮插件
VB6开发环境,无法使用鼠标的滚轮,这个插件解决了这个问题.
使用方法是用VB把这个插件编译好,编译时,把动态库指向windows目录.(plug-in for vb , vb mouse wheel
original vb donot support mouse wheel. so someone develop this plug for vb.
It write by vb. So you have to compile it by visual basic, then registe it in your computer.)
- 2009-06-18 21:16:27下载
- 积分: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
-
fanzheji
一个反褶积的VC++例子,简单明了,很适合刚刚开始学习信号分析的人(A deconvolution of VC++ Example simple, it is suitable for signal analysis has just begun to study people)
- 2008-08-12 13:42:40下载
- 积分:1