-
最小生成树问题
若要在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
-
数据结构(严蔚敏)的试验指导书籍,非常方便的一本书
数据结构(严蔚敏)的试验指导书籍,非常方便的一本书- i usuless for foreign school, it is a book about china s tutorial
- 2022-07-01 02:35:12下载
- 积分:1
-
严蔚敏经典教材《数据结构》的算法源码和实验演示系统
严蔚敏经典教材《数据结构》的算法源码和实验演示系统-Data Structure
- 2022-04-06 15:15:10下载
- 积分:1
-
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中...
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。-A novel method called data-access-flow based index optimization (DAFIO) is proposed to provide automatic index select for databasein order to improve the data access performance. By integrating the data model and process model of the IT systems and getting data access flow, theDAFIO method can analyze the data access flow to find those data item which are accessed frequently, and then create indexes for these frequentitems. The experiment results show that the novel method is effective to improve the data access performance.
- 2023-04-15 10:50:04下载
- 积分:1
-
一个算法问题包括,一些数据结构的算法,全部是已经编译通过的源码,且是我自己写的!...
一个算法问题包括,一些数据结构的算法,全部是已经编译通过的源码,且是我自己写的!- An algorithm question includes, some constructions of data
algorithms, completely were already translated through the source
codes, was precisely I writes!
- 2022-08-22 04:53:11下载
- 积分:1
-
sqlite 3.3.8 supports encrypted version
sqlite 3.3.8 支持加密的版本-sqlite 3.3.8 supports encrypted version
- 2022-02-06 02:30:15下载
- 积分:1
-
一个操作DBF格式文件的类
一个操作DBF格式文件的类-an operation of the DBF format category
- 2022-03-17 13:48:08下载
- 积分:1
-
VC环境下实现动态添加删除用户,数据库为SQL Sever 2
VC环境下实现动态添加删除用户,数据库为SQL Sever 2-VC environment dynamically add the user to delete the database for the SQL Sever 2000
- 2023-05-18 00:45:02下载
- 积分:1
-
数据结构单链表的实现,包含链表元素的删除,查找,插入
数据结构单链表的实现,包含链表元素的删除,查找,插入-single linked list data structure to achieve List contains elements delete, retrieve, insert
- 2022-07-27 15:47:15下载
- 积分:1
-
ADO封状类。
使用ADO进行联接数据据的类封装。可以很便利地实现数据库的读写查。
- 2022-07-08 04:52:00下载
- 积分:1