CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - minimum spanning tree

搜索资源列表

  1. Kruskal算法

    0下载:
  2. kruskal算法来得到最小生成树的程序-Kruskal algorithm to be the minimum spanning tree procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1028
    • 提供者:yue
  1. 最小生成树 prim算法

    1下载:
  2. 这是一个用prim算法来得到最小生成树的程序-This is a prim algorithm used to be the minimum spanning tree procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1096
    • 提供者:yue
  1. 普利姆最小生成树

    0下载:
  2. 用普利姆算法实现最小生成树,简单的排序算法。对学习很有帮助-with minimum spanning tree algorithm, a simple algorithm. The study helpful
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:5171
    • 提供者:小马
  1. DFS※Prim

    0下载:
  2. 用普里姆(Prim)算法构造最小生成树;图的DFS算法的非递归遍历函数。-with Primbetov (PRIM), the minimum spanning tree algorithm constructs; Map of the DFS non - recursive algorithm traversal function.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3916
    • 提供者:贾德
  1. 最小生成树 克鲁斯卡尔算法

    0下载:
  2. 用克鲁斯卡尔的算法实现最小生成树,用C语言来实现的。内容相当简练-Kelushikaer with the minimum spanning tree algorithm, using C language to achieve. Quite a concise
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1535
    • 提供者:王超
  1. pri算法

    0下载:
  2. 这是一个数据结构的课程设计采用最小生成树的PRIM算法-This is a data structure courses designed using the minimum spanning tree algorithm PRIM
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5140
    • 提供者:pzh
  1. 13.用普里姆(Prim)算法构造最小生成树

    0下载:
  2. 用普里姆(Prim)算法构造最小生成树 数据结构的基本应用,适合初学者-with Primbetov (PRIM), the minimum spanning tree algorithm tectonic structure of the basic data applications, suitable for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2057
    • 提供者:阿水
  1. 李森数据结构作业

    1下载:
  2. 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19992
    • 提供者:李森
  1. 最小生成树程序

    0下载:
  2. 最小生成树程序。使用克鲁斯卡尔(Kruskal)算法,使用dephi编写。-minimum spanning tree procedures. Use Kelushikaer (Kruskal) algorithm, dephi prepared.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:177879
    • 提供者:陈琳
  1. MinTree

    1下载:
  2. 最小生成树的算法,用VC++6.0编写,在控制台上实现-minimum spanning tree algorithm, VC 6.0 preparation, the console to achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5973
    • 提供者:singly
  1. 2120

    0下载:
  2. kruscal算法求最小生成树算法 欢迎大家使用-kruscal algorithm for the minimum spanning tree algorithm Everyone is welcome to use
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:943
    • 提供者:王小斌
  1. greedy_three

    0下载:
  2. 用贪心算法求最小生成树的问题是可以由这个程序来实现的。它求出在一棵树中哪些边组成的通路具有最小的权值。-with greedy algorithm for the minimum spanning tree problem can be resolved by this procedure to achieve it. It obtained in a tree in which the edge of the pathway with minimum weight.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6612
    • 提供者:tom
  1. matlog

    1下载:
  2. 物流分析工具包。Facility location: Continuous minisum facility location, alternate location-allocation (ALA) procedure, discrete uncapacitated facility location Vehicle routing: VRP, VRP with time windows, traveling salesman problem (TSP) Networks: Sho
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4853791
    • 提供者:陈宝文
  1. MSTVisual

    0下载:
  2. 最小生成树的算法演示,可自由添加结点和移动结点,边的权重也可自由更改-minimum spanning tree algorithm demonstration of the freedom to add nodes and mobile nodes, while the weights are free to change
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17856
    • 提供者:winpro
  1. algrithm

    0下载:
  2. 算法设计与分析的经典程序,主要有0-1背包问题,最小生成树等。-algorithm design and analysis of the classic procedure, mainly 0-1 knapsack problem, such as minimum spanning tree.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5988
    • 提供者:jun
  1. Data_Struction_prim_MST

    0下载:
  2. 数据结构作业代码。 最小生成树 Prim实现。 win32 Console界面。-operation code data structure. Prim achieve the minimum spanning tree. Win32 Console interface.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7018
    • 提供者:张钊宁
  1. kruskal_matlab

    0下载:
  2. 最小生成树的kruskal算法 自己写的 要是再说有重复 我可就怒了-the Kruskal minimum spanning tree algorithm wrote it myself if I say that there is no duplication of anger on
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1766
    • 提供者:bwj
  1. 7_7Kruskal

    0下载:
  2. 最小生成树的经典算法——Kruskal算法。用C++实现-minimum spanning tree algorithm classic -- Kruskal algorithm. C to achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8487
    • 提供者:周娜娜
  1. MaxSpanningTree

    0下载:
  2. 求最大生成树,实际上是以最小生成树的算法为基础进行改进,我采用的是kruskal算法,基本思路是对各个边的权进行排序,然后加入生成树,形成环的点跳过,直到生成最大生成树。JAVA的特点是输入输出比较便利,所以问题的关键在于用监控将图的初始化和树的生成衔接。-Spanning Tree for the largest, is actually the minimum spanning tree algorithm-based improvement, I used the Kruskal algo
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2823
    • 提供者:笑笑
  1. smallest_tree

    0下载:
  2. 用C++实现的最小生成树的算法,很简单,但对于初学者来说很有用-C to achieve the minimum spanning tree algorithm is very simple, but for a newcomer useful
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1261
    • 提供者:黎明
« 1 2 3 4 5 6 78 9 10 11 12 ... 44 »
搜珍网 www.dssz.com