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

搜索资源列表

  1. prim

    0下载:
  2. 算法简介:Prim算法用于求无向图的最小生成树  设图G =(V,E),其生成树的顶点集合为U。    ①、把v0放入U。    ②、在所有u∈U,v∈V-U的边(u,v)∈E中找一条最小权值的边,加入生成树。    ③、把②找到的边的v加入U集合。如果U集合已有n个元素,则结束,否则继续执行②。    其算法的时间复杂度为O(|E|log|V|)-Introduction to Algorithms: Prim algorithm used to find the undire
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:628
    • 提供者:黄京
  1. scj_Graph

    0下载:
  2. 数据结构中有关图的创建,存储显示,深度,广度优先遍历算法,以及最小生成树Prim和Kruscal算法实现-The map data structure to create, store display, the depth, breadth-first traversal algorithm, and Prim minimum spanning tree algorithm and Kruscal
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1850004
    • 提供者:scj
  1. Prim

    0下载:
  2. prim 最小生成树 输入为邻接矩阵 输出是相应的边-minimum spanning tree
  3. 所属分类:Data structs

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

    0下载:
  2. 最小生成树算法,prime算法,绝对能运行-Minimum spanning tree algorithm, prime algorithm can certainly run
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1320
    • 提供者:youlanlan
  1. prim

    0下载:
  2. prim算法实现最小生成树,一个较为简洁的代码。-prim minimum spanning tree algorithm, a more concise code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:224037
    • 提供者:张阿里
  1. Prim

    0下载:
  2. 用C语言编写的最小生成树的改进普林算法,可以从任意节点开始生成最小生成树-Written in C language, Princeton improved minimum spanning tree algorithm, starting from any node to generate the minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:11655
    • 提供者:zhuxuedandan
  1. Prim

    0下载:
  2. Prim算法求连通加权无向图的最小生成树,在VS2010下编写并测试通过-Prim algorithm for connected weighted undirected graph, minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:671012
    • 提供者:
  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算法。-a source code of the prim minimum panning tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:133307
    • 提供者:赵璐璐
  1. prim

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

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

    0下载:
  2. 0、显示该图的邻接矩阵1、广度优先遍历2、深度优先遍历3、最小生成树PRIM算法-0, the adjacency matrix 1 breadth-first traversal 2, depth-first traversal 3, the minimum spanning tree PRIM algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3112
    • 提供者:yxlcc
  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. 中山大学软件工程大一,最小生成树的源代码。-Sun Yat-sen University Software Engineering freshman, minimum spanning tree of source code.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1379
    • 提供者:peter
  1. Graph-theory-algorithm-set

    0下载:
  2. 对matlab解决图论问题的算法做个汇总。主要包括:顶点覆盖近似算法、哈密尔顿回路、最大流和最小截、最短路和次短路、最小生成树Prim算法、最短路径等等。由于太多就不一一列举了。-Matlab to solve the problem of graph theory algorithms to be aggregated. Include: vertex cover approximation algorithm, Hamilton circuit, the maximum flow and m
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:55504
    • 提供者:中士
  1. MST_47702

    0下载:
  2. 图的深度广度遍历和最小生成树PRIM和KRUSCA-Depth breadth traversal of the graph and the minimum spanning tree PRIM and KRUSCA, ....
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-27
    • 文件大小:917117
    • 提供者:王琪
  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. Prim-for-minimum-spanning-tree

    0下载:
  2. 对给定的网和起点,实现求解最小生成树的Prim算法-Prim algorithm for solving the minimum spanning tree of a given network and the starting point
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-11
    • 文件大小:1220
    • 提供者:断雨
  1. Prim

    0下载:
  2. prim算法,用c++程序实现,可以解决图论的最小生成树问题-prim algorithm which can solove the graph theory with c++
  3. 所属分类:assembly language

    • 发布日期:2017-11-16
    • 文件大小:63771
    • 提供者:XIEYUNXIA
  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 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com