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

搜索资源列表

  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. prim

    0下载:
  2. 数据结构课程设计,prim算法求最小生成树,给出了所有可能的生成树-Data structure course design, prim algorithm for minimum spanning tree, has given all the possible spanning tree
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:1698
    • 提供者:张心健
  1. GraphTheory

    0下载:
  2. 自己写的图论的一些基本算法,有找关键路径,最短生成树,Prim算法-On their own plans to write some of the basic algorithm, there is to find the critical path, minimum spanning tree, Prim algorithm, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:202234
    • 提供者:silence.simon
  1. tree

    0下载:
  2. 求最小生成树的实验代码和结果,用到Prim算法-Seeking the minimum spanning tree of the experimental code and results, used Prim algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:876651
    • 提供者:jhp627
  1. suanfajihe

    0下载:
  2. ( Rightmost Digit )代码:数论模幂算法(从左向右)0ms 最小公倍数-辗转相除法 Prim最小生成树-Rightmost Digit, modular exponentiation algorithm (from left to right) 0ms Least common multiple- Euclidean algorithm Prim minimum spanning tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1794
    • 提供者:sam
  1. MST

    0下载:
  2. 实现最小生成树的算法(包括Kruskal和Prim算法) 在codeblocks下运行-Achieve the minimum spanning tree algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:138939
    • 提供者:田飞
  1. PrimTomin

    0下载:
  2. 用普里姆(Prim)算法构造最小生成树。是数据结构中的经典试题-With Prim (Prim) Constructing Minimum Spanning Tree Algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:901144
    • 提供者:crystalever
  1. PRIM

    0下载:
  2. prim算法 ,输入一个图,然后 求它的最小生成树 -prim algorithm, input a graph, and then seek its minimum spanning tree
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1118
    • 提供者:雅静
  1. Prim-algorithm

    0下载:
  2. 此代码用VC6.0开发,包含全部代码,内容为用prim算法实现最小生成树。-The VC6.0 development of this code contains all the code, the content of prim algorithm to achieve the minimum spanning tree.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:12898
    • 提供者:王伟
  1. ZXSCS

    0下载:
  2. 最小生成树算法,prim算法,c语言实现-Minimum spanning tree algorithm, prim algorithm, c language
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:945
    • 提供者:纪小狐
  1. prim

    0下载:
  2. 数据结构与算法的经典例题, 求最小生成树的算法之一, prim算法。-Data Structures and Algorithms classic example, find the minimum spanning tree algorithms, prim algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:1268
    • 提供者:dks
  1. prim

    0下载:
  2. prim算法输出一个最小生成树,prim算法最先是找到一个根节点,然后在继续生成最小生成树,这样就能找到一个最小生成树,如果是这样的话,我们可以用一个循环,把每一个节点当作根节点,再把重复的树删除,这样就能找到所有的最小生成树了-algorithm prim, prim algorithm was first to find a root node, and then continue to generate the minimum spanning tree, so that we can f
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:379119
    • 提供者:baimengying
  1. shumoshiyan

    0下载:
  2. 实验一:数据浓缩与图示 实验二:数据的预处理 实验三:家庭人均生活消费的主成份分析 实验四:家庭人均收入与支出指标的典型相关分析 实验五:用最短路算法求解航空票价最便宜的路线图 实验六:用prim算法和Kruskal算法求最小生成树-Experiment one: Data enrichment and icons Second experiment: data preprocessing Experiment III: Principal component ana
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:42734
    • 提供者:chenlei
  1. Prim

    0下载:
  2. Prim算法,解决最小生成树问题,是图论中一个很重要的算法-Prim algorithm to solve the minimum spanning tree problem is a very important graph theory algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:457636
    • 提供者:晓晓
  1. prim

    0下载:
  2. 无向图应用问题 任务:如果以五向网表示n个城市之间通信网络的建设计划,顶点表示城市,边上的权表示该线路的造价,设计一个方案,使这个通讯网的总造价最低。 提示:这是一个求最小生成树的问题。n个城市名和各边的权值由用户输入,建立图的邻接矩阵,然后以Prim算法来求最小生成树,然后输出方案。 - The application of an undirected graph Task: If the five-way communications network, said ne
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:1064730
    • 提供者:邓俊文
  1. Prim

    0下载:
  2. 最小生成树prim算法的实现,代码结构清晰,适合初学者学习-The minimum spanning tree prim algorithm, code structure is clear, for beginners to learn
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1108
    • 提供者:张航
  1. PRIM100

    0下载:
  2. 构造最小生成树的常用方法是Prim算法与Kruskal算法,二者都是基于贪心算法设计侧略。-Construction of the commonly used minimum spanning tree algorithm is Prim and Kruskal algorithms, both are based on the design side of a little greedy algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-04-12
    • 文件大小:660
    • 提供者:shia53ny293
  1. prim

    0下载:
  2. 使用prim算法生成最小生成树,并输出矩阵-The use of prim algorithm to generate the minimum spanning tree, and the output matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:310197
    • 提供者:林翔
  1. 8.7-8.9 MattoList Prim Dijkstra

    0下载:
  2. 采用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 ver
  3. 所属分类:其他小程序

    • 发布日期:2018-01-01
    • 文件大小:122880
    • 提供者:nativefaith
  1. prim算法生成最小生成树

    0下载:
  2. prim算法生成最小生成树,得出算法生成结果并输出到控制台。(Prim algorithm generates minimum spanning tree, the algorithm generates results and output to the console.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:PoisonLam
« 1 23 »
搜珍网 www.dssz.com