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

搜索资源列表

  1. Floyd

    0下载:
  2. 无向图求最短路的floyd算法通用matlab程序 -Undirected graph for the shortest path algorithm floyd General matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:525
    • 提供者:jason
  1. MINTREE

    0下载:
  2. 无向图的最小生成树程序,还不错哦~供大家分享,有文字说明-Undirected graph of the minimum spanning tree procedure, but also good for your sharing ~ Oh, there are text
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:721
    • 提供者:kreaya
  1. undirected_graph_connectivity

    0下载:
  2. 求无向图连通分支_dfs实现,很好用,希望和大家分享-For undirected graph connectivity _dfs branch to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:909
    • 提供者:lbx
  1. wuxiangtu3

    0下载:
  2. 无向图的深度优先搜索 无向图的深度优先搜索 无向图的深度优先搜索 -Undirected graph depth-first search of undirected graph depth-first search of undirected graph depth-first search of undirected graph depth-first search of undirected graph of the depth-first search
  3. 所属分类:Search Engine

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:kingdom9
  1. wuxiangtu4

    0下载:
  2. 无向图的宽度优先搜索 -Undirected graph in breadth-first search of undirected graph breadth-first search
  3. 所属分类:Search Engine

    • 发布日期:2017-04-07
    • 文件大小:1071
    • 提供者:kingdom9
  1. 4.1

    0下载:
  2. 采用图的邻接表作为图的存储结构,完成有向图和无向图的DFS和BFS操作-The use of maps as a chart table adjacent to the storage structure, the completion of directed graph and undirected graph operations of DFS and BFS
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:103012
    • 提供者:陈赟
  1. SY11

    0下载:
  2. 邻接表存储有向图,判断任意两结点间有无路径-Storage adjacent to the map table to determine the two arbitrary whether the path between nodes
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:826
    • 提供者:lili
  1. xiaoyuan

    0下载:
  2. 设计一个校园导游程序,为来访客人提供各种信息查询服务。测试数据根据实际情况指定。提示:一般情况下,校园的道路是双向通行的,可设校园平面图是一个无向图。顶点和边均含有相关信息。-Procedure to design a campus tour guide for visitors to provide information services. Test data specified according to the actual situation. Tip: In general, the
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:476129
    • 提供者:张亦楠
  1. GraphDFS

    0下载:
  2. 应用深度优先遍历法访问无向图,采用了递归调用法和栈两种方法实现,很好的对比实现了算法-Use the means of DFS to visit undiction graph
  3. 所属分类:GUI Develop

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

    0下载:
  2. 以邻接多重表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-To the adjacent multi-sheet for the storage structure, to achieve connected undirected graph depth-first and breadth-first traversal. To user-specified node as a starting point, r
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:612596
    • 提供者:提麦克
  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 2 3 4 5 6 7 89 10 11 12 13 ... 28 »
搜珍网 www.dssz.com