文件名称:Prim
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 251kb
- 下载次数:
- 0次
- 提 供 者:
- A***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个图论问题中最小生成树的一种构造算法。
按普里姆算法构造最小生成树的过程为:在所有“其一个顶点已经落在生成树上,而另一个顶点尚未落在生成树上”的边中取一条权值为最小的边,逐条加在生成树上,直至生成树中含有 n-1条边为止。
-This is a problem in graph theory, a minimum spanning tree construction algorithm. Primm constructed by the minimum spanning tree algorithm process as follows: in all, " has landed one of its vertex spanning tree, while yet another vertex spanning tree falls on the" take a side in the right side is the smallest, one by one added to the spanning tree, until the spanning tree contains n-1 edges so far.
按普里姆算法构造最小生成树的过程为:在所有“其一个顶点已经落在生成树上,而另一个顶点尚未落在生成树上”的边中取一条权值为最小的边,逐条加在生成树上,直至生成树中含有 n-1条边为止。
-This is a problem in graph theory, a minimum spanning tree construction algorithm. Primm constructed by the minimum spanning tree algorithm process as follows: in all, " has landed one of its vertex spanning tree, while yet another vertex spanning tree falls on the" take a side in the right side is the smallest, one by one added to the spanning tree, until the spanning tree contains n-1 edges so far.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
普里姆算法\Debug\graph2.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\.....\普里姆算法.exe
..........\.....\普里姆算法.ilk
..........\.....\普里姆算法.pch
..........\.....\普里姆算法.pdb
..........\Debug
..........\graph2.cpp
..........\graph2.h
..........\普里姆算法.dsp
..........\普里姆算法.dsw
..........\普里姆算法.ncb
..........\普里姆算法.opt
..........\普里姆算法.plg
普里姆算法
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\.....\普里姆算法.exe
..........\.....\普里姆算法.ilk
..........\.....\普里姆算法.pch
..........\.....\普里姆算法.pdb
..........\Debug
..........\graph2.cpp
..........\graph2.h
..........\普里姆算法.dsp
..........\普里姆算法.dsw
..........\普里姆算法.ncb
..........\普里姆算法.opt
..........\普里姆算法.plg
普里姆算法