Welcome![Sign In][Sign Up]
Location:
Search - kruskal

Search list

[Data structskruskal

Description: K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树-K ruskal algorithm each time you select n-1 edges, using criteria of greed: from the left side, select a loop with no minimum spend has been selected to join the side edges of the collection. The selected side note, if you can not generate the formation of a spanning tree loop
Platform: | Size: 1024 | Author: 黄京 | Hits:

[Data structskruskal

Description: 计算最小生成树的kruskal算法,最普通未加任何优化的最小生成树算法!利于新手理解-Algorithm for computing minimum spanning tree kruskal, the most common Without any optimization of the minimum spanning tree algorithm! Help novice to understand
Platform: | Size: 1024 | Author: 吴望龙 | Hits:

[Data structsKRUSKAL

Description: Kruskal algorithm used for graph algorithms
Platform: | Size: 1024 | Author: andrushkutzzaa | Hits:

[Data structsKRUSKAL

Description: 建立邻接矩阵和邻接表,用克鲁斯卡尔算法求最小生成树-KRUSKAL function
Platform: | Size: 756736 | Author: yukiyuki | Hits:

[Special EffectsKruskal

Description: VC++代码实现连通图最小生成树的Kruskal算法-VC++ code connected graph Kruskal minimum spanning tree algorithm
Platform: | Size: 56320 | Author: ldyue | Hits:

[JSP/JavaKruskal

Description: 用kruskal算法找最接近点对并分组。如我给出的测试数据,给定2000个多点,将最接近的点放在一个组里,最后分成九个组。程序可直接运行。-Algorithm used to find the closest point kruskal and groups. If I give the test data given over 2000 points, the closest point in a group, and finally divided into nine groups. Program can be run directly.
Platform: | Size: 19405824 | Author: 康靖林 | Hits:

[Data structskruskal

Description: graph kruskal algoritm
Platform: | Size: 2048 | Author: sigmadream | Hits:

[Data structsKruskal

Description: Kruskal Algorithm C implementation
Platform: | Size: 13312 | Author: Sergiu911 | Hits:

[Data structskruskal

Description: 使用KRUSKAL算法求取最小代价生成树-Use KRUSKAL algorithm to strike a minimum cost spanning tree
Platform: | Size: 349184 | Author: ericksjtu | Hits:

[JSP/Javakruskal

Description: algoritm of kruskal one of the most important algoritm of search
Platform: | Size: 18432 | Author: hashyoi | Hits:

[JSP/JavaKruskal

Description: Kruskal s algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the tree is minimized. If the graph is not connected, then it finds a minimum spanning forest (a minimum spanning tree for each connected component). Kruskal s algorithm is an example of a greedy algorithm. This algorithm first appeared in Proceedings of the American Mathematical Society, pp. 48–50 in 1956, and was written by Joseph Kruskal. Other algorithms for this problem include Prim s algorithm, Reverse-Delete algorithm, and Borů vka s algorithm.
Platform: | Size: 14336 | Author: ivan | Hits:

[Graph DrawingGraph-theory-Kruskal-minimum-spanning-tree-algori

Description: Graph theory Kruskal minimum spanning tree algorithm and Paint program
Platform: | Size: 1024 | Author: pazoo | Hits:

[Data structskruskal

Description: 最优化代码的并查集优化的kruskal代码-it is about kruskal,but it is very simple and easy to use!
Platform: | Size: 1024 | Author: 刘查查 | Hits:

[Data structskruskal

Description: 克鲁斯卡尔算法通常用来求解最小生成树问题,使树的权值之和最小。-Kruskal algorithm is usually used to solve the minimum spanning tree problem, so the right value of the tree and the minimum.
Platform: | Size: 2048 | Author: 王莉 | Hits:

[GUI DevelopKruskal

Description: 本程序使用VS2008环境编写,主要功能是实现Kruskal算法-This program uses written in VS2008 environment, the main function is to achieve the Kruskal algorithm
Platform: | Size: 455680 | Author: ewq | Hits:

[assembly languageKruskal

Description: 贪心法是解决某些优化问题的一种策略。假设我们可以通过一系列的决策来解决某个问题。贪心法使用如下的方法:在每个阶段做出的决策都是局部最优的决策。对于某些问题,这些局部最优解最终成为全局最优解。-Generation of minimum spanning tree algorithm Kruskal
Platform: | Size: 1140736 | Author: 长海燕 | Hits:

[Data structsKruskal-algorithm

Description: 利用Kruskal算法,求各城市之间的最佳通信线路的布置问题。-Kruskal algorithm, to seeking the best lines of communication between cities layout.
Platform: | Size: 131072 | Author: he san | Hits:

[Data structskruskal

Description: kruskal的一个通用算法的例程,非常有利于最短路径相关的学习-kruskal the routine of a generic algorithm, is very conducive to the learning of the shortest path
Platform: | Size: 1024 | Author: wq | Hits:

[matlabkruskal

Description: 求最短路径的kruskal程序源代码适用于最小生成树-The shortest path kruskal source code
Platform: | Size: 1024 | Author: | Hits:

[OtherKruskal

Description: KRUSKAL算法 主要实现寻找最小生成树的功能-kruskal algorithm
Platform: | Size: 953344 | Author: 欧阳云 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 28 »

CodeBus www.codebus.net