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

搜索资源列表

  1. prim

    0下载:
  2. 学习了解最小生成树,利用prim算法将已知树输入,然后生成最小生成树-Learn about the minimum spanning tree, using the prim algorithm will known tree input, and then generate minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3702530
    • 提供者:phoebe
  1. prim

    0下载:
  2. 最小生成树的Prim算法,利用Prim算法求解不带约束条件的连通图的最小生成树。-The minimum spanning tree Prim algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:60082
    • 提供者:wanghao134
  1. prim

    0下载:
  2. 普利姆算法用来求解最小生成树问题很容易,使得树的最小权值最小。-Prim algorithm used to solve the minimum spanning tree problem is easy, the minimum weight is the lowest of the tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:744
    • 提供者:王莉
  1. Prim

    0下载:
  2. 利用数据图结构实现最小生成树的普里姆算法-Use data figure structure realize the minimum spanning tree PuLiM algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1682
    • 提供者:文迪
  1. Prim

    0下载:
  2. This algorithm to find the minimum spanning tr-This is algorithm to find the minimum spanning tree
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-11
    • 文件大小:800
    • 提供者:kmrudula11
  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. Matlab-algorithm-important

    0下载:
  2. 本压缩包包括matlab的顶点覆盖近似算法、哈密尔顿回路、模拟退火应用、最大流和最小截、最短路和次短路、最短路径、最小生成树prim算法等,带有源程序和中文说明文档,此文件夹中的文件,如需被利用,则要直接放至work目录下。-The compressed packet including matlab vertex cover approximation algorithm, Hamilton circuit, simulated annealing, maximum flow and mini
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-03
    • 文件大小:47130
    • 提供者:吴自强
  1. prim

    0下载:
  2. 假设G=(V,E)是连通的,TE是G上最小生成树中边的集合。算法从U={u0}(u0∈V)、TE={}开始。重复执行下列操作: 在所有u∈U,v∈V-U的边(u,v)∈E中找一条权值最小的边(u0,v0)并入集合TE中,同时v0并入U,直到V=U为止。-Suppose G = (V, E) is connected, TE minimum spanning tree of G on the set of edges. Algorithm from U = {u0} (u0 ∈ V), TE
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:1727
    • 提供者:张鹏
  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 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
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1368
    • 提供者:ctedly
  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. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
  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. prim

    0下载:
  2. C语言实现普里姆算法 根据无向网构造最小生成树-C language implementation Prim algorithm based on minimum spanning tree in undirected network structure
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:haan36u195
  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. zuixiaoshengchengshu

    0下载:
  2. 最小生成树算法,有n个城市可以用(n-1)条路将它们连通,求最小总路程的和。最小生成树算法,如Prim、Kruskal算法编写最小生成树程序输出最小生成树的各条边-Minimum spanning tree algorithm, there are n cities can use the (n-1) road will connect them, and find the smallest total distance. Respective sides of the minimum span
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1596
    • 提供者:kiko
« 1 2 3 4 5 6 78 9 10 11 »
搜珍网 www.dssz.com