搜索资源列表
Prim
- 这是一个构造最小生成树的Prim算法,是属于贪心算法的范畴。设G=(V,E)是连同带权图,V={1,2,3,...,n}。构造G的最小生成树。-This is a structure of Prim minimum spanning tree algorithm is a greedy algorithm category. Set G = (V, E) is, together with the weighted graph, V = (1,2,3 ,..., n). G of the min
prim
- prim算法构造最小生成树,调试通过,c++语言编写。-Minimum Spanning Tree Algorithm prim, debugging through, c++ languages.
GraphTheory
- 自己写的图论的一些基本算法,有找关键路径,最短生成树,Prim算法-On their own plans to write some of the basic algorithm, there is to find the critical path, minimum spanning tree, Prim algorithm, etc.
prim
- Find the sum of the edges of the minimum spanning tree of a graph using the Prim s algortithm.
PRIM
- 构造最小生成树的常用方法是Prim算法与Kruskal算法,二者都是基于贪心算法设计侧略。-Construction of the commonly used minimum spanning tree algorithm is Prim and Kruskal algorithms, both are based on the design side of a little greedy algorithm.
prim
- C语言实现普里姆算法 根据无向网构造最小生成树-C language implementation Prim algorithm based on minimum spanning tree in undirected network structure
prim
- C++,用PRIM算法求最小生成树,能输入顶点和边,计算最小生成树-C++, with the PRIM for the Minimum Spanning Tree, can enter the vertex and edge to calculate the minimum spanning tree
PRIM
- prim算法 ,输入一个图,然后 求它的最小生成树 -prim algorithm, input a graph, and then seek its minimum spanning tree
Prim
- prim算法,明了,简单,变量命名规范,适合初学者。-prim algorithm, clear, simple, variable naming conventions, for beginners.
Prim-algorithm
- 此代码用VC6.0开发,包含全部代码,内容为用prim算法实现最小生成树。-The VC6.0 development of this code contains all the code, the content of prim algorithm to achieve the minimum spanning tree.
Prim
- 用C语言实现的PRIM算法-With C language PRIM algorithm
prim
- prim算法,用c++语言实现,适用于本科数据结构教学. - prim,implemented by c++, can be used in the course of DS for college students
prim
- prim algoritm in turbo c Dos IDE
Prim
- 数据结构课程实验,prim算法的c的源代码.-prim arithmetic code.
prim
- 数据结构与算法的经典例题, 求最小生成树的算法之一, prim算法。-Data Structures and Algorithms classic example, find the minimum spanning tree algorithms, prim algorithm.
Prim
- 陈晓东 计算机算法与设计 最小生成树的Prim算法-Daniel and design of computer algorithms Prim minimum spanning tree algorithm
prim
- 利用Matlab编写构造最小生成树的Prim算法,程序注释清晰,通俗易懂。-Minimal Spanning Tree-- Prim
prim
- 利用C++编写最小生成树的Prim算法,程序思路很清晰,让人一目了然。-Minimal Spanning Tree
Prim-algorithm
- 用MATLAB写的,用Prim算法找出图中的最小支撑树,文件中有例子,有计算的结果,一看便懂。-Written in MATLAB, with the minimum support tree in the Prim algorithm to find a figure, file example, with the result of calculation, a see will understand.
8.7-8.9 MattoList Prim Dijkstra
- 采用prim算法和kruskal算法求最小生成树 采用dijkstra算法求从顶点到其他顶点的最短路径和最短路径长度。(Using prim algorithm and Kruskal algorithm to find minimum spanning tree Dijkstra algorithm is used to find the shortest path and the shortest path length from vertex to other ver