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

搜索资源列表

  1. GraphPath

    0下载:
  2. 查找有向图、无向图的两点之间的所有路径。有使用方法。-It s method to find all path between two Node in a graph.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:319932
    • 提供者:Pippo
  1. B

    0下载:
  2. Prim算法完整实现代码收藏 用Prim算法求无向图的最小生成树 -Prim algorithm to achieve a complete collection of code using Prim algorithm for undirected graph of the minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:42629
    • 提供者:曾冬梅
  1. graph

    0下载:
  2. 图: 调试图的邻接链表存储的程序,解决下列问题: 根据教科书P157页的G2图(无向图),输入数据运行程序;再适当修改程序使它适用于G1图(有向图),输入数据运行程序。-Adjacency list graph debug stored procedures, to address the following issues: According to the textbook page G2 Fig P157 (undirected graph), input data to run pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:107338
    • 提供者:奈奈
  1. 071806210

    0下载:
  2. (1)、了解无向图和有向图的概念 (2)、掌握无向连通图或有向连通图的最小生成树的构造算法既Prim算法 (3)、了解有向图跟无向图的最短路径的解法 (4)、掌握图与网的基本概念和基本存储方法 -make your 111111111111
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:17831
    • 提供者:陈胜
  1. zuixiaoquandingdianfugai

    0下载:
  2. 给定一个赋权无向图G=(V,E),每个定点v∈U都有一个权值w(v)。如果U V,且对任意(u,v)∈E有u∈U或v∈U,就称U为图G的一个定点覆盖。G的最小权顶点覆盖是指G中所含顶点权之和最小的顶点覆盖。-Empowering given a undirected graph G = (V, E), each point v ∈ U has a weight w (v). If the UV, and for any (u, v) ∈ E there is u ∈ U or v ∈ U, on
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:50786
    • 提供者:无疆
  1. 1

    0下载:
  2. 利用邻接表存储无向图,并深度遍历和广度遍历图-Storage without the use of the adjacent table to the map, and the depth and breadth traversal graph traversal
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:3852
    • 提供者:乔高帅
  1. bai

    0下载:
  2. 用C++编写的用邻接矩阵来创建无向图,并求每个点的度。-Adjacency matrix with the creation of undirected graph, and for degrees.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:928
    • 提供者:赵伟
  1. poj

    0下载:
  2. pku 3613 Cow Relays 题意:给一个无向图,求从起点s到终点e尽力n条边的路径最小值。 边的数量2<=t<=100(每条边可以重复遍历) 算法:利用dp求出 path[ l ] [ i ] [ k ]=MIN(path[ l ][ i ] [ k ] , path[ l ][ i ] [ j ] + path[ l ][ j ] [ k ]) l 表示的是2的指数,假设 i 到 k 要途径 2^l 条边,那么他可以被分为两段 途径2
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:863
    • 提供者:zhang
  1. 5_5

    0下载:
  2. C语言 数据结构 关于 无向图的 有iguansuanfa-gdgdhghfu ufu j h dghdh d
  3. 所属分类:File Operate

    • 发布日期:2017-04-11
    • 文件大小:865
    • 提供者: macle
  1. Floyd

    0下载:
  2. Floyd 算法,创建有向图,无向图,有向网,无向网的算法-Floyd algorithm, create a directed graph, undirected graph, directed networks, undirected networks algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1319
    • 提供者:朱波涛
  1. Prime

    0下载:
  2. Prime 算法,创建有向图,无向图,有向网,无向网的算法-Prime algorithms, to create a directed graph, undirected graph, directed networks, undirected networks algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1405
    • 提供者:朱波涛
  1. prim

    0下载:
  2. prim算法是将一个无向图生成最小生成树的算法。其中一个是用最下堆实现的,已在压缩包的txt文件中说明。-prim algorithm is an undirected graph generated minimum spanning tree algorithms. One of them is the most under the heap to achieve, has been compressed package txt-documented.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7942
    • 提供者:liuhua
  1. 4-creatDG

    0下载:
  2. 1、 图的存储结构的定义和图的创建 图的种类有:有向图、无向图、有向网、无向网。 图的存储结构可采用:邻接矩阵、邻接表。 要求:分别给出邻接矩阵和邻接表在某一种图上的创建算法 -1, Figure storage structure definition and diagram types to create plans are: a directed graph, undirected graph, directed networks, undirected networks.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:866
    • 提供者:wanglin
  1. BuildAndOutputDiagramForC

    0下载:
  2. 用C语言实现数据结构中的图的建立和输出,可实现输出有向图和无向图,由用户自己选择建立有向图还是无向图的邻接矩阵。用户输入图的定点和边的信息,存储到相应的存储结构中去,而后输出图的邻接矩阵。-Data structure using C language implementation of the map creation and output, enabling the output have to map and undirected graph, chosen by the user to
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:730
    • 提供者:常非
  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. xujinpeng_dijkstra

    0下载:
  2. 所属分类:AI-NN-PR

  1. 1

    0下载:
  2. 1.建立一个无向图的邻接表存储 2。对该图进行深度优先搜索,按顺序输出所访问的-1. The establishment of an undirected graph in adjacency list is stored 2. Depth-first search of the graph, according to the order of the output of the visit
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:1120
    • 提供者:黄寺
  1. Algorithms

    0下载:
  2. 压缩包中包括几个常用算法对应的POJ练习题的实现,包括,无向图的欧拉回路,点的割集,TRIE树,最优比率生成树,最小树形图-Compressed package includes several commonly used algorithms POJ corresponds to the realization of exercises, including, undirected graph of the Euler circuit, point cut sets, TRIE tree, t
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4690
    • 提供者:ACMaryland
  1. dijkstra

    0下载:
  2. 数据结构中非常经典和通用的算法,学习数据结构必须掌握的知识点,题目中的算法针对无向图,当然也适用于有向图,不过边的权值不能为负,否则不满足算法适用的条件-dijkstra
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:3836
    • 提供者:宋天宝
  1. Dijkstra

    0下载:
  2. 用Dijkstra法求最短路径,有向图与无向图均可-void ShortestPath_DIJ( Node a ,Status i ,Status v0 ,Status*D ,Status*pre ) { int v,w,j,l=1 Status*final Status min final=(Status*)malloc( sizeof(Status)*i ) for(v=0 v<i v++) { final[v]=FA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1238
    • 提供者:腾龙
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 26 »
搜珍网 www.dssz.com