-
wpecification-enumerators
Implement the base class of the control panel
- 2017-03-30 02:29:45下载
- 积分:1
-
COM_PORT_SETTING
说明: 在EVC4.0环境下,设置串行通讯端口程序例(The EVC4.0 environment, set up procedures for cases of serial communication ports)
- 2009-08-27 13:47:41下载
- 积分:1
-
double-dimensional-array
vb没有二维不定数组,工作的需要,自己写了个实现二维不定数组的小例子(vb D Indefinite array work needs to write their own small example D Indefinite array)
- 2012-09-11 17:15:08下载
- 积分:1
-
Long-integer
长整数运算(双向链表),实现长整数无限长加减法的运算(Long integer (two-way linked list), to achieve long-integer addition and subtraction of infinite computing)
- 2011-10-29 16:54:42下载
- 积分:1
-
2
说明: 校园导游系统,是图的最短路径的应用
我短学期的课程小实验(Campus tour guide system, is the shortest path map application, I short-term courses of small experimental)
- 2008-04-15 16:12:05下载
- 积分:1
-
XHUE
我们在使用金山词霸时发现,在金山词霸已经运行了的情况下(When using powerword, we found that in the case of powerword has been running for)
- 2017-06-25 06:06:14下载
- 积分:1
-
myeyes
说明: 使用vc++6.0开发的一个小例子,保护视力程序,界面简单,主要是实现将应用放到系统托盘中。(Use vc++ 6.0 to develop a small example of procedures to protect their eyesight, the interface simple, the main factor will be applied to achieve on the system tray.)
- 2008-11-23 15:49:26下载
- 积分:1
-
dynarray
动态数组应用实例。将动态数组运用于房间的计算,包括房间个数,总面积,平均面积,最大以及最小房间面积等(Dynamic array application example. Dynamic arrays used in the calculation of the room, including the room number, the total area, average size, maximum and minimum room size, etc.)
- 2009-11-25 03:49:38下载
- 积分:1
-
1000
用VC编的一个计算器,有界面,适合研究生VC编程初期学习使用(VC series a calculator interface, suitable for graduate student VC program initially learning to use)
- 2012-03-05 22:51:45下载
- 积分: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