搜索资源列表
work2z
- 图论算法库 C++ 语言实现 代码内容 图论算法库,包括以下算法: 单源最短路径 Dijkstra 算法 单源最短路径 Bellman-Ford 算法 最小生成树 Prim 算法 每对节点间最短路径 Flod-Warshall 算法 语言 C++ 编译平台 VisualAge C++ 4.0 作者 starfish (starfish.h@china.com) 备注 程序用C++语言编写,在VisualAge C++ 4.0下调试通过。压缩包内的Graph.h文件包含所有的库函数,其调用接口见程
zxscsPrimsuanfa
- 关于图像分割的一个代码,最小生成树Prim算法,能够实现相应功能,拿出来与大家共享
f.doc
- 题目1:图的建立与遍历;连通网的最小生成树生成实现。 内容: 1) 用邻接表表示方法建立图1所示图的存储结构,用邻接矩阵存表示方法建立图2所示网的存储结构。 2) 在图1 存储结构(邻接表)上实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 3) 按照普里姆算法,在图2所示连通网的存储结构(邻接矩阵)上实现此网的最小生成树,并输出生成树。 -Title 1: Map of the establishment and ergodicity conne
mini-span-tree
- 关于最小生成树一些算法程序 对于数学建模 图论建模等方面有重要作用-Minimum spanning tree algorithm on a number of procedures for the mathematical modeling aspects of graph theory modeling plays an important role in
min_tree
- 从conf.txt文件读取无向图矩阵 PRIM算法分步实现最小生成树-File read from conf.txt PRIM algorithm for undirected graph matrix step by step to achieve the minimum spanning tree
tudecaozuo
- 有向图,无向图基本操作,包括: 1、邻接矩阵 2、邻接表 3、深度优先遍历 4、广度优先遍历 5、最小生成树 6、拓扑排序 7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-Directed graph, undirected graph, basic operations, including: 1, 2 adjacency matrix, adjacency table 3, 4 depth-first traversal, breadth-f
chengxu
- 图论中最小生成树Kruskal算法 及画图程序 M-函数-Kruskal minimum spanning tree in graph theory, algorithms and functions for M-Drawing
Kruskal
- VC++代码实现连通图最小生成树的Kruskal算法-VC++ code connected graph Kruskal minimum spanning tree algorithm
MINTREE
- 用各种求解最小生成树的算法实现最小生成树的动态演示-Solving the minimum spanning tree algorithm to achieve the dynamic presentation of the minimum spanning tree
alorithms-of-graph
- dijitetra 和 floyd 算法,单步执行或连续,过程全部显示在界面上,并可以计算最小生成树和连通区域,有向图保存为.mpg,学习算法可以参考-dijitetra and floyd algorithm,step by step or go all through,process is printed in the program,minimal spanning tree is all calculate and saved,the graph is saved in .mpg pat
zuixiaoshengchengshu
- 这是两个用matlab实现最小生成树的算法源代码,希望对大家有帮助。-This is a two matlab to achieve the minimum spanning tree algorithm source code, we hope to help.
Krusf
- 求最小生成树的Kruskal算法 边权矩阵的产生方法: 1)一般的边权矩阵,为nxn维。调用方式[T c]=Krusf(d) 2)边权矩阵的前两行分别记录图上所有边的起始顶点和终止顶点, 无向边不重复记录。第三行记录对应边的权值。调用方式为[T c]=Krusf(d,1) c:生成树的费用 T:生成树的边集合 -The Kruskal minimum spanning tree algorithm
senior
- 基于最小生成树的图像分割,并分配深度。最小生成树算法可以选择避圈法和破圈法,深度分配采用上远下近的假设。-Image segmentation based on minimum spanning tree, and assign depth. Minimum spanning tree algorithm may choose to avoid the law and break the circle circle method, depth distribution using a far l
BINO
- 双目立体匹配算法 基于最小生成树的双目匹配(Binocular matching based on MST)
pcuhqqk
- 测试最小生成树的krim算法,验证这种算法的正确性和时间的快慢,()
bxmch-invegrity
- 这是我用net写的一个prim算法计算最小生成树的程序,欢迎大家下载()
图像程序
- 相关图像算法包括大律法分割,梯度分割,分水岭分割,活动轮廓,最小生成树,相关基因算法(Great Law Segmentation, Gradient Segmentation, Watershed Segmentation, Active Contour, Minimum Spanning Tree, Related Gene Algorithms)