搜索资源列表
MST
- 一般都是求图的最小生成树,本程序是带权图的最大生成树(搜索树)的算法实现,-plans are generally seeking the minimum spanning tree, the procedure is the right plan with the largest spanning tree (search tree) algorithm.
mst
- 学数据结构时候写的多项式的相加相减,采用简单的几个类,实现多项式的相加相减
TSP-MST.rar
- 最小生成树的思想应用于TSP问题的求解,贪心算法的实际应用。,Minimum Spanning Tree thinking applied to TSP problem solving, the practical application of greedy algorithm.
MST
- 最小生成树prim算法matlab实现,计算出总权值和最优连线。-Minimum spanning tree algorithm matlab prim implemented to calculate the total weight and the optimal connection.
MST
- 最小生成树算法,数据结构中的经典算法,其中含测试数据-The minimum spanning tree algorithm
MST
- 最小生成树的几种算法的实现,包括克鲁斯卡尔和Prim算法-Minimum Spanning Tree Algorithms of implementation, including the Kruskal and Prim algorithms
mst
- MST算法就是最小生成树算法! 在ACM中这个应该是比较简单的一个算法! 大家好好学习吧! -MST algorithm is the minimum spanning tree algorithm! In ACM in this should be a relatively simple algorithm! We can learn from it!
MST
- Minimum Spanning Tree implementation using kruskal and prims algorithm.
Krusk
- 求图论中图的最小生成树的matlab代码-a program in matlab for MST
deg-const-mst-00850653
- degree constraint minimum sppaning tr-degree constraint minimum sppaning tree
MST
- 最小生成树PPT,讲解的不错 可以提高自己的能力-Minimum spanning tree PPT, explained very well
MATLAB_MST
- 用MATLAB实现最小生成树,可以应用在网络分簇、计算权值等多种应用场合-Using MATLAB to achieve the minimum spanning tree, can be applied to network clustering, calculation of weight and many other applications
CodeOfACM
- 一些ACM题源码,包括部分北大poj上的题目和《新编常用算法及程序题解》里面算法的程序实现-some code of ACM problems
15-4
- Example 编译:mpicc mst.c mst 运行:本实例中使用了5个处理器。 mpirun –np 5 mst 运行结果: Input the size of matrix:9 0 4 5 8 6 2 5 7 3 5 0 8 3 1 6 4 9 5 7 2 0 6 4 1 3 8 9 4 5 6 0 5 7 2 1 6 4 5 8 7 0 2 3 4 7 4 1 4 7 5 0 7 8 4 7 8 9 3 2 1 0 6 7 4 2
MST
- MST问题求解程序, 采用Matlab实现, 源程序.-MST problem source code , MST problem free code
MST_Kruskal
- Matlab Codes for MST-MinimumSpaning tr-Matlab Codes for MST-MinimumSpaning tree
mst
- 图形轮廓分层路由提取的MST生长算法-Graphic outline of the growth of hierarchical routing algorithm for extracting the MST
mst
- MST算法的matlab实现,可应用于无线传感器网络-Matlab implementation of the MST algorithm
MST
- 使用两种最小生成树的方法进行聚类,并对效果进行比较,处理了8种典型二维图像和压缩后的三维图像-Use MST clustering algorithm for eight kinds of typical two-dimensional image clustering and cluster after a three-dimensional image compression
MST.py
- 网络最小生成树算法,利用numpy实现,MST 矩阵模型(minimum spanning tree)