Welcome![Sign In][Sign Up]
Location:
Search - Prim算法和Kruskal算法

Search list

[Other resourcezuixiaoshengchengshu

Description: 分别利用prim算法和kruskal算法实现求图的最小生成树,感觉学习最小生成树的时候有挺多问题,这里是一个用PRIM和KRUSKAL算法做的一个最小生成树算法
Platform: | Size: 1388 | Author: dialy | Hits:

[WEB CodePrim

Description: 最小生成树是数据结构中图的一种重要应用,它的要求是从一个带权无向完全图中选择n-1条边并使这个图仍然连通...为了得到最小生成树,人们设计了很多算法,最著名的有prim算法和kruskal算法。
Platform: | Size: 971 | Author: 0000 | Hits:

[WEB Codesmallesttree

Description: 对任意给定的网络(顶点数和边数自定),建立它的邻接矩阵并输出,然后利用Prim算法或Kruskal算法生成它的最小生成树,并输出结果。
Platform: | Size: 11116 | Author: 陈冰晶 | Hits:

[Other4

Description: 求最小代价生成树(Prim算法和Kruskal算法)
Platform: | Size: 1670 | Author: lifuyuan | Hits:

[Other resourcezui_xiao_sheng_cheng_shu

Description: 最小生成树 一.问题描述 构造一无向连通网,用Prim算法或Kruskal算法实现最小生成树的算法 二.实验目的 1.掌握网的基本概念和连通网的存储结构 2.掌握最小生成树的算法实现 三.实验要求 1.确定边的相邻顶点和权植,建立无向连通网,实现最小生成树。 2.Prim算法思想: 设G=(V,E)是一个无向连通图,令T=(U,TE)是G的最小生成树。T的初始状态为U={v0},TE={},然后重复执行下述操作:在所有u,v的边中找一条代价最小的边(u,v)并入集合TE,同时v并入U,直至U=V为止。此时TE中必有n-1条边,T就是最小生成树。
Platform: | Size: 1783 | Author: jjf | Hits:

[SourceCode编写一个java应用程序根据给定图实现最小生成树(Minimal Spinning Tree),可以采用Prim算法和Kruskal算法

Description: 用java语言编写一个java应用程序根据给定图实现最小生成树(Minimal Spinning Tree),可以采用Prim算法和Kruskal算法,并用动画的方式表示最小生成树的生成过程。
Platform: | Size: 2857 | Author: markmiss@foxmail.com | Hits:

[Data structszuixiaoshengchengshu

Description: 分别利用prim算法和kruskal算法实现求图的最小生成树,感觉学习最小生成树的时候有挺多问题,这里是一个用PRIM和KRUSKAL算法做的一个最小生成树算法-, Respectively, using prim algorithm and Kruskal Algorithm for Minimum Spanning Tree, Minimum Spanning Tree feels when learning挺多have problems, here is an algorithm with PRIM and KRUSKAL make a minimum spanning tree algorithm
Platform: | Size: 1024 | Author: dialy | Hits:

[DocumentsPrim

Description: 最小生成树是数据结构中图的一种重要应用,它的要求是从一个带权无向完全图中选择n-1条边并使这个图仍然连通...为了得到最小生成树,人们设计了很多算法,最著名的有prim算法和kruskal算法。-Minimum spanning tree data structure is an important application of graph, and its request is from a weighted undirected complete graph to select n-1 edges and the graph is still connected ... in order to get minimum spanning tree, it is designed a lot of algorithms, the most famous are prim algorithm and Kruskal algorithm.
Platform: | Size: 1024 | Author: 0000 | Hits:

[Other4

Description: 求最小代价生成树(Prim算法和Kruskal算法)-Order to minimize the cost of spanning tree (Prim algorithm and Kruskal algorithm)
Platform: | Size: 1024 | Author: | Hits:

[Data structszui_xiao_sheng_cheng_shu

Description: 最小生成树 一.问题描述 构造一无向连通网,用Prim算法或Kruskal算法实现最小生成树的算法 二.实验目的 1.掌握网的基本概念和连通网的存储结构 2.掌握最小生成树的算法实现 三.实验要求 1.确定边的相邻顶点和权植,建立无向连通网,实现最小生成树。 2.Prim算法思想: 设G=(V,E)是一个无向连通图,令T=(U,TE)是G的最小生成树。T的初始状态为U={v0},TE={},然后重复执行下述操作:在所有u,v的边中找一条代价最小的边(u,v)并入集合TE,同时v并入U,直至U=V为止。此时TE中必有n-1条边,T就是最小生成树。
Platform: | Size: 1024 | Author: jjf | Hits:

[matlabprim-kruskal

Description: matlab实现的prim算法和kruskal算法-prim and kruskal made by matlab
Platform: | Size: 2048 | Author: 李小龙 | Hits:

[Data structsPrim_Kruskal

Description: 基于C++研究Prim算法和Kruskal算法对不同疏密程度的图的处理能力-Research the Prim and Kruskal arithmetic s performance for diffrent Gragh!
Platform: | Size: 1024 | Author: 李进 | Hits:

[Data structsprim

Description: /*分别利用prim算法和kruskal算法实现求图的最小生成树*/-/* Use, respectively, and kruskal prim algorithm graph algorithms find the minimum spanning tree* /
Platform: | Size: 1024 | Author: rriver | Hits:

[Othershumoshiyan

Description: 实验一:数据浓缩与图示 实验二:数据的预处理 实验三:家庭人均生活消费的主成份分析 实验四:家庭人均收入与支出指标的典型相关分析 实验五:用最短路算法求解航空票价最便宜的路线图 实验六:用prim算法和Kruskal算法求最小生成树-Experiment one: Data enrichment and icons Second experiment: data preprocessing Experiment III: Principal component analysis of household per capita consumption Canonical correlation analysis per capita household income and expenditure targets: Experiment IV Experiment five: The shortest path algorithm for solving the cheapest air fares roadmap Experiment 6: Find the minimum spanning tree algorithm and Kruskal algorithm with prim
Platform: | Size: 43008 | Author: chenlei | Hits:

[Data structsmain

Description: 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency list (the adjacency matrix used in the program) 2 master basic operations related to graph algorithms and high-level language can be used to achieve (the program uses C language) 3 master depth-first search and breadth-first traversal traversal search algorithm 4 master plans of the two minimum spanning tree algorithm:. Prim algorithm and kruskal algorithm. 5 master shortest path of two algorithms:. DIJ algorithm and floyd algorithm.
Platform: | Size: 4096 | Author: 奋斗菠萝 | Hits:

[JSP/Javatree

Description: 最小生成树算法的动态演示,具有良好的交互性,支持用鼠标绘图和绘点,Prim算法和Kruskal算法两种的动态过程。-Dynamic presentation minimum spanning tree algorithm, with good interaction, support the use of the mouse for drawing and painting point, Prim algorithms and dynamic process of two of Kruskal' s algorithm.
Platform: | Size: 23552 | Author: 林铖 | Hits:

[Graph program161226

Description: c++实现prim算法和kruskal算法-c++ language implement prim algorithm and kruskal algorithm
Platform: | Size: 2048 | Author: ss_clara | Hits:

[Data structs最小生成树算法

Description: 最小生成树-Prim算法和Kruskal算法 详解(minimum spanning tree Prim and Kruskal)
Platform: | Size: 3072 | Author: oufala1314 | Hits:

[Other8.7-8.9 MattoList Prim Dijkstra

Description: 采用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 vertices.)
Platform: | Size: 122880 | Author: nativefaith | Hits:

[Data structs最小生成树

Description: 最小生成书构造:本次报告介绍的是最小生成树求解的方法,通过Prim算法和Kruskal算法这两种不同的方法分别求解最小生成树。(Minimum spanning Book Construction)
Platform: | Size: 11264 | Author: 百劫 | Hits:
« 12 3 »

CodeBus www.codebus.net