CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - spanning tree

搜索资源列表

  1. MPI-GraphTheory

    1下载:
  2. 图论部分的MPI源码,包括传递闭包、连通分量、最短路径和最小生成树,附带说明和测试用例-Graph Theory part of the MPI source code, including the transitive closure, connected components, shortest path and minimum spanning tree, with instructions and test cases
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:737930
    • 提供者:不死鸟
  1. Minimum-spanning-tree

    0下载:
  2. Kruskal算法和Prim算法 任何只由G的边构成,并包含G的所有顶点的树称为G的生成树(G连通). 加权无向图G的生成树的代价是该生成树的所有边的代码(权)的和. 最小代价生成树是其所有生成树中代价最小的生成树.-Kruskal algorithm and Prim algorithm Any edge of only by G, is composed of all the vertices containing G tree called G of the spannin
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:652
    • 提供者:江洋
  1. minimum-spanning-tree

    0下载:
  2. 使用C#图形界面生成最小生成树,核心算法使用Prim算法。图的形状可以在源文件中的图定义处修改。-C# graphical interface to generate a minimum spanning tree, the core algorithm using Prim algorithm. The graph shape defined in the source file in Figure modify.
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:45241
    • 提供者:黄佳禾
  1. graph

    0下载:
  2. 数据结构C对图的操作算法,有广度、深度优先遍历,拓扑排序,最短路径的实现算法,最小生成树的算法-C data structures to operate on the map algorithm, there is the breadth, depth-first traversal, topological sorting, shortest path algorithm, minimum spanning tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5022
    • 提供者:韩杰
  1. minimal_spanning_tree(Prims)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用Prims算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:17172
    • 提供者:利莉
  1. prim

    0下载:
  2. 自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。-Own, and in VB in the minimum spanning tree algorithm prim implementation code, there is graph, edge weights are randomly generated, five nodes, point " generate tree" ,
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2276
    • 提供者:
  1. zuixiaoshengchengshu

    0下载:
  2. 这是一个关于数据结构中最小生成树的源代码,是课程作业。-This is data about the structure of a minimum spanning tree of the source code, programs are operating.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:226593
    • 提供者:catsic
  1. LL_Path_optimization

    1下载:
  2. 【系统功能】 LL-路径优化系统主要用于求解已知坐标的规模为N的城镇间最短路径问题。 【主要算法】 1:利用Prim算法求解带约束条件的连通图的最小生成树; 2:利用基于单亲遗传算法求解带约束条件的TSP问题。 -【Function】 LL-path optimization system is mainly used to solve the known coordinates for the N scale of the problem of the shortest p
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:575810
    • 提供者:张玉芨
  1. MST

    0下载:
  2. Minimum Spanning Tree implementation using kruskal and prims algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2150
    • 提供者:shi
  1. Optimum-ratio-spanning-tree

    0下载:
  2. 本压缩程序为最优比例生成树算法的实现程序,代码完整。-The compression program is the realization of the optimal ratio of Spanning Tree Algorithm, code integrity.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:973
    • 提供者:榔头
  1. K-degree-constrained-minimum-spanning-tree

    0下载:
  2. 本压缩包完整地实现了最小可度限制生成树的算法程序,代码很完整。-The archive can be fully achieved the degree-constrained minimum spanning tree algorithm program, the code is very complete.
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:2403
    • 提供者:榔头
  1. KRUSKAL

    0下载:
  2. * create a forest F (a set of trees), where each vertex in the graph is a separate tree * create a set S containing all the edges in the graph * while S is nonempty and F is not yet spanning o remove an edge with minimum weight from S o
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:796
    • 提供者:synthia
  1. Minimum-spanning-tree

    0下载:
  2. 网的邻接矩阵存储(数组表示)、简单输出,最小生成树,采用Prim算法实现最小生成树。-Network adjacency matrix storage (array representation), a simple output, minimum spanning tree, minimum spanning tree using Prim algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:1046
    • 提供者:englishteam
  1. ACM_code

    0下载:
  2. ACM常用算法,内容涵盖了如快速傅里叶变换,求排列组合数,判断图形是凸集还是凹集,求解模线性方程,求最小生成树等算法-ACM commonly used algorithms, covering, such as fast Fourier transform, find the number of permutations and combinations to determine the graph is convex or concave set of linear equations so
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:23828
    • 提供者:唐川英
  1. Minimum-spanning-tree

    0下载:
  2. 这是数据结构中的最小生成树的实现方法。通过运行可以得到最小生成树。-This is the data structure is the realization method of minimum spanning tree. By running can get minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:882
    • 提供者:haoqiu
  1. Graph-traversal-spanning-tree

    0下载:
  2. 1.显示图的邻接矩阵, 图的邻接表, 深度优先遍历, 广度优先遍历, 最小生成树PRIM算法, 最小生成树KRUSCAL算法,图的连通分量。 2.当用户选择的功能错误时,系统会输出相应的提示。 3.通过图操作的实现,把一些实际生活中的具体的事物抽象出来-Shown FIG s adjacency matrix, graph the adjlink, depth-first traversal, breadth first traverse, minimum spanning tree m
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1318
    • 提供者:江洋
  1. minimum-spanning-tree

    0下载:
  2. 本程序用Kruskal算法构造最小生成树,注释详细并附带调试结果-Creating a minimum spanning tree with the Kruskal algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1412
    • 提供者:梁 烨
  1. Minimum-spanning-tree

    0下载:
  2. 最小生成树的生成与演算 分为普利姆算法和克鲁斯卡尔算法-Minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1668
    • 提供者:吕敏
  1. Minimum-spanning-tree

    0下载:
  2. 已知一个无向网,求该网的最小生成树,该程序使用的是克鲁斯卡尔算法,求的的最小生成树-A no known to the nets, for the nets minimum spanning tree, the program is using cruise Carl algorithm, and of the minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:246148
    • 提供者:王震
  1. Minimum-spanning-tree

    0下载:
  2. C 语言 数据结构,《Minimum spanning tree》-C language data structures, the Minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:203835
    • 提供者:霜天晓角
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com