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

搜索资源列表

  1. prim

    0下载:
  2. prim算法构造最小生成树,调试通过,c++语言编写。-Minimum Spanning Tree Algorithm prim, debugging through, c++ languages.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1118
    • 提供者:zhlohi
  1. prim

    0下载:
  2. 普里姆算法,求图的最小生成树问题。用的是C语言,比书上的详细。-Prim algorithm, and the minimum spanning tree problem Fig. Using the C language, the detailed than the book.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:650
    • 提供者:熊龙龙
  1. shortestpath

    0下载:
  2. 这个算法通过matlab仿真得到的最小生成树Prim算法-Matlab simulation of the algorithm obtained Prim minimum spanning tree algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3100
    • 提供者:甄伟
  1. mintreePrim

    0下载:
  2. Dandn文件给出了输入参数的名称及格式 即在调用prim前先输入邻接矩阵D和节点个数n 输入prim 得到两行的矩阵T,将上下两行数字对应的节点相连即可-Dandn document gives the name of the input parameters and format Prim in the call prior to the importation of adjacency matrix D and the node number n Input pri
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:743
    • 提供者:lili
  1. prim

    0下载:
  2.   对于网络,其生成树中的边也带权,将生成树各边的权值总和称为生成树的权,并将权值最小的生成树称为最小生成树(Minimun Spanning Tree),简称为MST。   Prim算法的基本思想是:   (1) 在图G=(V, E) (V表示顶点 ,E表示边)中,从集合V中任取一个顶点(例如取顶点v0)放入集合 U中,这时 U={v0},集合T(E)为空。   (2) 从v0出发寻找与U中顶点相邻(另一顶点在V中)权值最小的边的另一顶点v1,并使v1加入U。即U={v0,v1 }
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:177260
    • 提供者:zc
  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. Prim

    0下载:
  2. prim算法是常用的一种解决最小生成树问题的算法-There are three reasons for the changes that have taken place in our life.Firstly,people s living standard has been greatly improved.Secondly,most people are well paid, and they can afford what they need or like.Last but not
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1246
    • 提供者:邓涛
  1. Prim-Kruskal-Dijkstra

    0下载:
  2. 数据结构课程设计据结构课程设计范例\Prim-Kruskal-Dijkstra.rar-Data structure, according to the structure of curriculum design curriculum design examples \ Prim-Kruskal-Dijkstra.rar
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:44255
    • 提供者:zhang fei
  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-11
    • 文件大小:1323
    • 提供者:mr_pupu
  1. prim

    0下载:
  2. Find the sum of the edges of the minimum spanning tree of a graph using the Prim s algortithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:625371
    • 提供者:Sashenceto
  1. prim

    0下载:
  2. prim求最小生成树,求最短路径,并求出权值-prim for minimum spanning tree, and the shortest path and find the right value
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2131
    • 提供者:小猪
  1. PRIM

    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. 所属分类:Other windows programs

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

    0下载:
  2. Prim算法(节点可任意选定) Prim算法(节点可任意选定)-prim algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:14746
    • 提供者:李雪
  1. Prims_Algorithm

    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-05
    • 文件大小:930
    • 提供者:kenny
  1. PRIM

    0下载:
  2. prim s algorithm implementation in C++ with graphical output
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2001
    • 提供者:diksha
  1. prim

    0下载:
  2. 依据prim最小生成树的算法实现的最小生成树源码,能够建立准确的最小代价生成树-Prim minimum spanning tree based on the minimum spanning tree algorithm source code, be able to establish an accurate minimum cost spanning tree
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:11586
    • 提供者:fengyunlucky
  1. prim

    0下载:
  2.  Prim算法用于求无向图的最小生成树. -Prim algorithm is used to seek an undirected graph of the minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:689
    • 提供者:花脸的猫
  1. spanning_tree

    0下载:
  2. 最小生成树的多种形式。Kruskal邻接表,正向表,prim+binary_heap邻接表正向表,prim+mapped_heap邻接表正向表.-Minimum spanning tree in many forms. Kruskal adjacency list, forward the table, prim+ binary_heap forward adjacency list table, prim+ mapped_heap forward adjacency list table.
  3. 所属分类:Data structs

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

    0下载:
  2. 应用Prim算法构造最小生成树,是数据结构的节本算法-Application of Prim minimum spanning tree algorithm is constructed, the data section of the structure of the algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8375
    • 提供者:ddl
  1. prim

    0下载:
  2. Prim’s Minimum Spanning Tree Algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:61612
    • 提供者:rockballad
« 1 2 3 4 56 7 8 9 10 ... 28 »
搜珍网 www.dssz.com