文件名称:MST
介绍说明--下载内容均来自于网络,请自行研究使用
假设一个城市有n个小区,要实现n个小区之间的电网都能够相互接通,构造这个城市n个小区之间的电网,使总工程造价最低。请设计一个能够满足要求的造价方案。(Assuming that a city has n districts, in order to realize the interconnection of power grids between n districts, the power grids between N districts in this city are constructed to minimize the total cost of the project. Please design a cost plan that meets the requirements.)
相关搜索: C++
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
MST | 0 | 2018-12-23 |
MST\.idea | 0 | 2018-12-23 |
MST\.idea\MST.iml | 97 | 2018-08-14 |
MST\.idea\misc.xml | 242 | 2018-08-14 |
MST\.idea\modules.xml | 258 | 2018-08-14 |
MST\.idea\workspace.xml | 41421 | 2018-08-14 |
MST\CMakeLists.txt | 234 | 2018-08-14 |
MST\Graph.cpp | 1719 | 2018-08-14 |
MST\Graph.h | 1379 | 2018-08-14 |
MST\Mst | 0 | 2018-12-23 |
MST\Mst\Kruskal.cpp | 1084 | 2018-08-14 |
MST\Mst\Kruskal.h | 984 | 2018-08-14 |
MST\Mst\Mst.cpp | 857 | 2018-08-14 |
MST\Mst\Mst.h | 752 | 2018-08-14 |
MST\Mst\Prim.cpp | 1138 | 2018-08-14 |
MST\Mst\Prim.h | 446 | 2018-08-14 |
MST\main.cpp | 1584 | 2018-08-14 |
MST\readme.md | 8858 | 2018-08-14 |
MST\testdata.txt | 81 | 2018-08-14 |