-
AddressBook
对地址薄的初学测试,自己写的,希望对大家有所启发吧(Address book for novice test, write your own, we hope to inspire it)
- 2013-08-10 11:19:49下载
- 积分:1
-
parking
说明: 停车场的管理系统(Car park management system)
- 2008-11-26 18:33:04下载
- 积分:1
-
test1
C++关于位运算的小程序,哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈(C++ bit computing on small programs, ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha ha)
- 2016-09-12 10:37:15下载
- 积分:1
-
TSP
遗传算法解决TSP旅行商问题(可计算30个城市),用Visual C++编写,希望对大家有所帮助。(Genetic algorithm to solve TSP traveling salesman problem (calculate 30 cities), written in Visual C++, we want to help.)
- 2020-10-28 14:00:00下载
- 积分:1
-
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
-
VB
说明: EPSON VB6.0 OPOS开发源代码,很好用的(EPSON VB6.0 OPOS development source code, very good use)
- 2013-09-17 14:50:12下载
- 积分:1
-
LAB1
用C++编写的成绩管理系统,实现成绩的输入查找,修改和求方差等功能(Prepared with C++ performance management system, to achieve results Enter search, modify and seek variance functions)
- 2013-06-19 19:41:54下载
- 积分:1
-
ALL
封装实现了 多线程操作、TCP/IP操作、运算符重载等。(Package which enables multi-threaded operation, TCP/IP operations, operator overloading, and so on.)
- 2011-07-11 16:43:33下载
- 积分: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
-
ski_way
Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向
下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道在一
个区域中最长的滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。
(Michael likes to ski hundred This is not surprising, because the skiing is very stimulating indeed. However, in order to obtain speed, Waterloo regional must be downward-sloping, and when you slide into the base, you have to embark once again on the slope or to set you waiting for lifts. Michael would like to know the longest in a landslide area. Region is given by a two-dimensional array. Each figure represents an array of high points.)
- 2008-08-25 11:19:18下载
- 积分:1