CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图的深度优先

搜索资源列表

  1. graph-1

    0下载:
  2. 关于图的一些操作,包括判断连通,深度优先遍历算法,求单源最短路径-For some operations, including the judgment connectivity, depth-first traversal algorithm, find the single source shortest path
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:551992
    • 提供者:wendy
  1. linjiejuzhen

    0下载:
  2. 能够输入输出一个图的邻接矩阵,能够对相应的边和顶点进行插入删除操作,能够进行深度和广度优先搜索遍历-The adjacency matrix of a graph can be input and output, insertion and deletion operations to the corresponding edges and vertices, depth and breadth-first search traversal
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:3278
    • 提供者:吴莹
  1. 1130

    0下载:
  2. 用邻接表创建图的函数,输入完毕后请用深度优先遍历的方法输出顶点序列。-Adjacent table to create a graph with a depth-first traversal function, after entering the output sequence of vertices.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-27
    • 文件大小:1424
    • 提供者:
  1. Graph-traversal

    0下载:
  2. 图的两种遍历方式:深度优先遍历、广度优先遍历。-Figure two traversal way: depth-first traversal, breadth-first traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:6234
    • 提供者:宋芳芳
  1. Depth-first-traversal

    0下载:
  2. 1、编写图的邻接表表示法的数据结构。 2、编写用邻接表创建图的函数 3、用深度优先遍历的方法输出顶点序列-1, write the adjacency table shows the data structure of the Act. 2, written with the adjacent table to create a graph function output sequence of vertices with a depth-first traversal methods
  3. 所属分类:Data structs

    • 发布日期:2017-11-06
    • 文件大小:81757
    • 提供者:YHL
  1. 062

    0下载:
  2. 有向图的邻接表存储表示,并进行深度和广度优先遍历-To the adjacency table storage, and the depth and breadth-first traversal
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:1520
    • 提供者:yelan
  1. main

    0下载:
  2. 图的邻接链表存储和遍历,C语言课程设计大作业,包括广度优先和深度优先。-The adjacency lists storage and traversal, C language curriculum design operations, including the breadth-first and depth-first.
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:1373
    • 提供者:zhiwen.link
  1. data

    0下载:
  2. 图的链式表示,深度优先、广度优先算法,Dijkstra算法,包括源码程序和ppt所以对学习数据结构很有帮助-Figure chain, depth-first and breadth-first algorithm, Dijkstra algorithm, including the source program and ppt so helpful learning data structures
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:216949
    • 提供者:于慧斌
  1. tree

    0下载:
  2. 数据结构,图的遍历,深度优先遍历,广度优先遍历。-Data structures, graph traversal, depth-first traversal, breadth-first traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:1453
    • 提供者:刘强
  1. adjacency-list

    0下载:
  2. 基于邻接表表示的图的遍历包括深度优先遍历和广度优先遍历-Based on the adjacency list representation of the graph traversal, including the depth-first and breadth-first traversal
  3. 所属分类:assembly language

    • 发布日期:2017-11-09
    • 文件大小:1592
    • 提供者:hu
  1. dfs-final-tidai

    0下载:
  2. 深度优先遍历,可以求出图中任意一点出发遍历整个图的路径-depth first search
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:882
    • 提供者:zt
  1. tu

    0下载:
  2. 分别写出用邻接矩阵和邻接表做图的存储结构,并分别实施广度优先遍历和深度优先遍历。-Write down made graph adjacency matrix and adjacency list storage structure, and implement the depth-first traversal and breadth-first traversal
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:1536
    • 提供者:梁有艺
  1. DFStu.cpp

    0下载:
  2. 这份代码是一个深度搜索图的实例代码,但是效率不是很高,只能实现深度优先的遍历-The code is written for DFS to search for the answers! enjoy it please everybody.I use this stage at the first time.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:1287
    • 提供者:ARTHUR FU
  1. graph

    0下载:
  2. 连通图的遍历(深度优先算法)求2个城市的最短距离,以及任何一条最短的路径-Connected graph traversal (depth-first algorithm) Find the shortest distance two cities, as well as any one shortest path
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:1112
    • 提供者:tscorner
  1. 5_16

    0下载:
  2. 1.有向图的邻接表的建立,以及拓扑排序2.无向图邻接矩阵的建立,及其深度优先搜索和广度优先搜索-1 directed graph adjacency table creation, as well as topological sorting 2. Undirected graph adjacency matrix creation, and its depth-first search and breadth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:1259413
    • 提供者:
  1. 01174033

    0下载:
  2.  (1)构造一个具有n个顶点的无向图或有向图。  (2)输出以深度优先遍历和广度优先遍历后的顶点序列。-(1) with n vertices construct a undirected graph or digraph. (2) Output to depth-first traversal and breadth-first traversal sequence of vertices after.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:2920
    • 提供者:王春蕾
  1. graphDFS

    0下载:
  2. 图的 DFS算法 深度优先算法 采用模板类实现 数据结构中的经典算法-DFS algorithm graph depth-first algorithm uses a template class that implements the data structure of the classical algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:673372
    • 提供者:waichengfeng
  1. work5_1

    0下载:
  2. 无向图的遍历,深度优先遍历,广度优先遍历。-Undirected graph traversal, depth-first traversal, breadth-first traversal.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:194798
    • 提供者:姚吉超
  1. 4

    0下载:
  2. 设无向图G有n个点e条边,编写算法建立G的邻接表,并按照深度优先搜索输出顶点间。-Let undirected graph G with n vertices e edges, G to write algorithms to establish the adjacency table, and depth-first search in accordance with the output vertex requires time complexity of the algorithm is
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:965
    • 提供者:若曦
  1. data

    0下载:
  2. 本算法是利用深度优先算法求图的全部割点,此外,也可以判断该图是否存在割点。-This algorithm is the use of depth-first algorithm for drawing all the cut points, in addition, can also determine whether the figure cut point.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:776
    • 提供者:连月
« 1 2 ... 13 14 15 16 17 1819 20 »
搜珍网 www.dssz.com