-
K路归并算法
* 本程序用来实现K路归并算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* K由用户输入
* 用...
K路归并算法
* 本程序用来实现K路归并算法
* 在Turbo C2.0编译器下编译通过
* 算法过程中
* K由用户输入
* 用户选择需要归并的数据的个数
* 由程序生成随机数据,数据结构为链表,并展示给用户
* 然后程序告诉用户需要增加的虚节点的个数
* 并把虚节点加入到链表中去,最后进行归并
-K Road merge algorithm* This procedure used to realize the way merging algorithm for K* in Turbo C2.0 compiler compiler under the process through the* algorithm* K* by the user input the user select the number of merging the data* generated by the random data , data structure for the list, and display to the user* and then the procedure to tell the user the need to increase the number of virtual nodes and virtual nodes* added to the list going, and finally to merge
- 2023-07-07 22:05:03下载
- 积分:1
-
ADO直接读取数据库的编程实例
ADO直接读取数据库的编程实例-read directly ADO database programming examples
- 2022-03-29 12:09:20下载
- 积分:1
-
数据库Access查询,显示在treeview上
用C#语言编写的访问Access数据库的程序,主要的特点是可以在treeview上显示,并添加,删除,编辑,treeview上的节点。
- 2022-03-01 15:27:17下载
- 积分:1
-
生产管理系统
生产管理系统所有代码,
- 2022-07-05 06:34:48下载
- 积分:1
-
数据结构银行模拟指导
数据结构银行模拟指导-simulation data structure to guide banks
- 2023-07-29 12:00:03下载
- 积分:1
-
数据结构课设:三个野人和三个传教士(C实现)
三个修道士和三个野人过河,船一次最多只能载两个人,在任何时候修道士的人数不能少于野人人数,否则野人会吃掉修道士。找出六个人顺利过河的所有方案。
- 2022-08-13 05:53:10下载
- 积分:1
-
全国交通算法,求最短路径,最省时间,最少工作量.
VC开发的,很有借鉴意义...
全国交通算法,求最短路径,最省时间,最少工作量.
VC开发的,很有借鉴意义-National transport algorithm for the shortest path, least time, at least workload. VC developed referential significance
- 2022-05-15 10:30:14下载
- 积分:1
-
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前...
主要是二叉树的一些性质的操作。包括复制,清空,求取树高,树中元素的个数,得到根结点,父亲结点,所有祖先,左儿子,右儿子,插入左儿子,右儿子,查找某个元素,以及前、中、后、层次遍历和相关的操作。另外,可以树形显示这棵树的信息。-Some properties are mainly binary operation. Including reproduction, empty, to strike a tree height, the number of elements in the tree get root node, the father node, all the ancestors, the left son, right son, insert the left son, right son, to find an element, and the former , during and after, hierarchical traversal and related operations. In addition, you can display tree tree information.
- 2022-11-05 05:15:02下载
- 积分:1
-
细胞生长的源码,使用VC描述,适合研究数据结构
细胞生长的源码,使用VC描述,适合研究数据结构-Cell growth source, the use of VC descriptions, research data structure suitable for
- 2022-03-17 12:51:19下载
- 积分:1
-
List storage structure used to achieve the basic operation of the linear form. (...
用链表存贮结构实现线性表的基本操作。(包括各种操作)-List storage structure used to achieve the basic operation of the linear form. (Including a variety of operation)
- 2023-01-19 20:45:04下载
- 积分:1