-
是一个很不错的软件噢
是一个很不错的软件噢-is a very good software Oh
- 2022-06-19 16:07:07下载
- 积分:1
-
NexusDB manual (chm format)
NexusDB manual (chm format)
- 2023-06-28 12:00:05下载
- 积分:1
-
各种排序算法,SHELL MERGE,还有随机数的生成 ...
各种排序算法,SHELL MERGE,还有随机数的生成 -various sequencing algorithms, SHELL Merg, Random Number Generation
- 2023-04-17 12:45:03下载
- 积分:1
-
1。我用VC 6编写的程序,包括过程的顺序…
1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括"商品编码"、"商品名称",且以"商品编码"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为"生成的商品"加上商品编码 5.程序中的随机插入与随机删除是为了更好的测试程序的正确性和可靠性 6.随机插入(删除)时,程序将不断向(从)树中随机插入(删除)结点,每次随机插入(删除)都会进行平衡性与排序性的检查,如果树已经失去了有序性或平衡性,则会弹出树已失去了有序性或平衡性的提示并停止插入(删除)操作,当然你可以随时中断随机操作-1. The procedure I used vc 6.0 preparation, including the sequencing of the entire balanced binary tree algorithm (including insert, delete, search and test algorithm). 2. Running myavl_vc.exe importation of the initial tree node number, the procedures established in the memory of the formation of a corresponding nodes of a binary tree, and on this basis you can conduct various operations (insert, delete, search and testing their balance, sorting etc.) 3. each node information including "Product Codes," "trade names," and the "commodity codes" as the keyword 4. initial produ
- 2022-03-11 19:21:53下载
- 积分:1
-
图的建立、遍历、最小生成树、最短路径
图的建立、遍历、最小生成树、最短路径...
图的建立、遍历、最小生成树、最短路径
图的建立、遍历、最小生成树、最短路径-plans the establishment, traverse, the minimum spanning tree and the shortest road map for the establishment of traversal, minimum spanning tree, shortest path
- 2023-01-04 18:15:04下载
- 积分:1
-
mysql-5.0.45.tar.gz
Mysql5.0的源代码,可以不受系统平台限制,而解决原来使用数据库的软件顺利平移的问题。
- 2022-04-11 19:58:12下载
- 积分:1
-
二叉排序树,包括插入节点、删除节点、中序线索化、中序遍历等功能...
二叉排序树,包括插入节点、删除节点、中序线索化、中序遍历等功能-Binary sort tree, including the insert node, delete node, in the sequence of clues, in the traversal functions
- 2022-07-18 03:50:01下载
- 积分:1
-
这个程序可以计算两个城市的距离
This program can caculate the distance of two city
- 2023-07-09 12:00:03下载
- 积分:1
-
数据结构1800例题与答案 我想对大学生很有用啊
数据结构1800例题与答案 我想对大学生很有用啊-data structure with 1,800 examples, I would like to answer students useful ah
- 2022-03-31 22:44:52下载
- 积分:1
-
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n...
最小生成树问题
若要在n个城市之间建设通信网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。
(1)利用克鲁斯卡尔算法求网的最小生成树。
(2)实现教科书6.5节中定义的抽象树类型 MFSet。以此表示构造生成树过程中的连通分量。
(3)以文本形式输出生成树中各条边以及他们的权值。
-minimum spanning tree problem to the n-city building communications networks needed to put up only n-1 lines can be. How the lowest economic cost of building the communications network, the network is a minimum spanning tree problem. (1) using Kelushikaer network algorithm for the minimum spanning tree. (2) to achieve 6.5 textbook definition of the abstract tree types MFSet. Spanning Tree Construction said this process of connectivity components. (3) the form of text output spanning trees and the edge of their weights.
- 2023-06-26 07:25:03下载
- 积分:1