-
用VB编写的汉诺塔演示程序创建图形界面的汉诺塔问题,..
汉诺塔演示程序,用VB做成的图形界面,能够实现汉诺塔问题,也即是把N个盘子从一根棍上移到另一根上面,通过中转的棍,但是必须保证在每根棍上都是下面的盘子大于上面的盘子。-HANOR demo program using VB create graphical interface to HANOR problems, that is, N dishes from one club to another on the above-through the interchange stick, but it must be guaranteed in each stick-on the following dishes are greater than the above dishes.
- 2022-05-08 05:57:47下载
- 积分:1
-
bankers algorithm can solve computer's operating system Mutex. There are oth...
银行家算法可以解决计算机操作系统里的互斥。还有peterson等其他算法-bankers algorithm can solve computer"s operating system Mutex. There are other algorithms Peterson
- 2022-05-26 01:17:52下载
- 积分:1
-
哈夫曼树的基本运算与实现的基本算法,对于数据结构初学者很有用...
哈夫曼树的基本运算与实现的基本算法,对于数据结构初学者很有用
-Huffman tree basic operations and realization of the basic algorithm, for data structures useful for beginners
- 2022-01-25 22:18:10下载
- 积分:1
-
界面效果,用ACCESS编写的程序界面
界面效果,用ACCESS编写的程序界面
- 2022-08-06 15:48:18下载
- 积分:1
-
There are a number of database vb6.0 programming reference can hope to help this...
内有多个vb6.0数据库编写程序 可以让大家参考 希望对这个站有帮助-There are a number of database vb6.0 programming reference can hope to help this station ....
- 2022-11-27 06:35:03下载
- 积分:1
-
VB为前台,SQL_SERVER为后台的关于贸易的数据库编程
VB为前台,SQL_SERVER为后台的关于贸易的数据库编程-prospects for VB, SQL_SERVER background on the trade of Database Programming
- 2022-07-20 07:55:23下载
- 积分:1
-
oa办公系统,VB与SQL相结合的,实现了数据的收发功能
oa办公系统,VB与SQL相结合的,实现了数据的收发功能-oa-office systems, VB and SQL combined to achieve a data transceiver functions
- 2022-05-09 03:14:02下载
- 积分:1
-
科研管理系统是用PoerBuilder编写
科研管理系统是用PoerBuilder编写-research management system is used to prepare PoerBuilder
- 2022-01-31 18:53:28下载
- 积分:1
-
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对...
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用.
算法平均时间复杂度: O(nlogn)
-Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the array to be divided, the first part is less than P, the latter part of the final division is greater than p. Department store p , and then were divided into the first part and the latter part of recursive calls. algorithm the average time complexity: O (nlogn)
- 2022-03-12 12:50:19下载
- 积分:1
-
八皇后问题的C / C + +
8 queens problem in c/c++
- 2022-06-13 05:14:49下载
- 积分:1