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

搜索资源列表

  1. Prim

    0下载:
  2. 本程序实现最短路径中的一个算法,prim算法、。-The program realization of a shortest path algorithm, prim algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1019
    • 提供者:
  1. final

    0下载:
  2. prim算法得出最小生成树,matlab语言-minimum spanning tree algorithm is derived prim, matlab language
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:332908
    • 提供者:曾玉洁
  1. Graph-algorithms

    0下载:
  2. 图论算法。图论算法在计算机科学中扮演着很重要的角色,它提供了对很多问题都有效的一种简单而系统的建模方式。很多问题都可以转化为图论问题,然后用图论的基本算法加以解决。本资料包含了Floyd、prim、匈牙利算法等算法-Graph algorithms. Graph algorithms in computer science plays a very important role, it provides a lot of problems for a simple and effective w
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:38316
    • 提供者:秦莉平
  1. Prim

    0下载:
  2. 描述tree的運用,並且利用Prim s來解決次問題-Describe the use of tree and use Prim' s to solve the time problem
  3. 所属分类:Data structs

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

    0下载:
  2. Prim algorithm in C-Prim algorithm in C++
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构中的PRIM算法,自己编写的,仅供参考-The PRIM algorithm data structure, their preparation, for reference only. . . . .
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1095893
    • 提供者:fasfas
  1. Prims

    0下载:
  2. prim 最小生成树 代码 matlab平台使用-prim tree code matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1381
    • 提供者:肖邦
  1. Prim

    0下载:
  2. 编程实现Prim算法,基于最小堆数据结构,生成最小代价生成树。 (其中随机生成点和边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。-Implement Prim’s algorithms based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Generate weighted undirected complete graph for
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2469
    • 提供者:许许
  1. prim

    0下载:
  2. 用prim算法实现最小生成树,要求输出为图形界面,实现入选,交换,调整等的功能-Minimum spanning tree algorithm with the prim, the output for the graphical interface required to achieve selected, exchange, adjustments and other features
  3. 所属分类:Data structs

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

    0下载:
  2. /*分别利用prim算法和kruskal算法实现求图的最小生成树*/-/* Use, respectively, and kruskal prim algorithm graph algorithms find the minimum spanning tree* /
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1114
    • 提供者:rriver
  1. Prim

    0下载:
  2. 算法,写的prim算法,用的是贪心法,里面还有用到最小生成树来写的-Algorithm, written in the prim algorithm using a greedy method, there is also used to write the minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:871281
    • 提供者:吴强
  1. Prim

    0下载:
  2. Prim算法,进行子图遍历算最短路径,现实生活中很重要的问题算法-Prim' s algorithm, the shortest path sub-graph traversal operator, in real life a very important issue algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1585
    • 提供者:王勇
  1. Prim-algorithm

    0下载:
  2. 本程序是用c语言来编程实现Prim算法,希望对别人有帮助!-This procedure is used c programming language Prim algorithm, we want to help others!
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:990
    • 提供者:代伟
  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. Prim

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

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

    0下载:
  2. This is Prim algorithms you can s-This is Prim algorithms you can see
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:43169
    • 提供者:master_lam
  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. 普里姆函数搭建的办公室局域网问题,其中包含完整的图形界面-Prim Function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2825175
    • 提供者:yukiyuki
  1. PRIM

    0下载:
  2. 连通图最小生成树Prim算法的用VC++实现的代码-Connected graph Prim minimum spanning tree algorithm to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:58895
    • 提供者:ldyue
  1. Prim

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

    • 发布日期:2017-05-02
    • 文件大小:671012
    • 提供者:
« 1 2 3 4 5 6 78 9 10 11 12 ... 28 »
搜珍网 www.dssz.com