搜索资源列表
syn
- 最小生成树的应用(用的是Prim算法)-application (using the Prim algorithm)
ee
- 数据结构课程设计,哈夫曼编码,约瑟夫环,矩阵运算,最小生成树,车站管理。
min-tree
- 基于C++的最小生成树算法编写,可以快速生成最小生成树-Write, you can quickly generate a minimum spanning tree based on the minimum spanning tree algorithm in C++
stan
- 能够在若干个有欧氏距离的点中找到一棵最小生成树,并据此生成一棵斯坦纳最小树,使得在添加了若干个辅助点以后,这棵树的长度接近最短(优化)。-For some points,it can find a Steiner tree (a similarly shortest tree).
islanding
- 电力系统中存在孤岛时,利用最小生成树法进行孤岛划分。-Island is in the power system, using the method of minimum spanning tree on an island.Island is in the power system, using the method of minimum spanning tree on an island.
源代码
- 将图转化为最小生成树,对处理实际问题,如物流点建设等具有重要意义(Transforming graph into minimum spanning tree is very important for dealing with practical problems, such as construction of logistics points)