CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 广度遍历

搜索资源列表

  1. asdfasxa32

    0下载:
  2. 掌握图的邻接矩阵的存储结构;实现图的两种遍历:深度优先遍历和广度优先遍历。-master plan adjacency matrix storage structure; Implementation plans of the two traverse : depth-first traversal and breadth traversal priority.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:19494
    • 提供者:pmz
  1. 123

    0下载:
  2. 图的遍历,广度优先与深度优先两种程序源代码-Graph traversal, breadth-first and depth-first source code in two
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:16466
    • 提供者:Icefire
  1. chengshijiaotongbianlitu

    0下载:
  2. 城市交通遍历图,1、由数据文件生成邻接表,2、输出图邻接表,3、度优先遍历图,4广度优先遍历图-Urban traffic traverse map, 1, data files generated by the adjacent table, 2, the output graph adjacency list, 3, priority ergodic map, Figure 4, breadth-first traversal
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:948362
    • 提供者:沈伟丽
  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. graph

    0下载:
  2. 用邻接矩阵法建一无向连通图(顶点信息为字符),分别用dfs(深度优先搜索)和bfs(广度优先搜索)遍历,输出图中顶点信息并验证。-Adjacency matrix to build an undirected connected graph (vertex information for characters), respectively dfs (depth-first search), and bfs (breadth-first search) traversal, the output
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:4059
    • 提供者:fanfausun
  1. 1

    0下载:
  2. 给定一个有向图,实现图的深度优先, 广度优先遍历算法,拓扑有序序列,并输出相关结果。 功能要求:输入图的基本信息,并建立图存储结构(有相应提示),输出遍历序列,然后进行拓扑排序,并测试该图是否为有向无环图,并输出拓扑序列-Given a directed graph, realize the depth chart first, breadth-first traversal algorithm, topology and orderly sequence, and outputs the
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2167
    • 提供者:朱慧明
  1. bianli

    0下载:
  2. 图的深度及广度遍历 首先创建一个无向图,顶点用一个一维数组存储,弧用一个二维数组存储,不相邻顶点之间设置无限大。深度遍历时设置顶点的布尔函数,访问过的顶点布尔值为true,递归调用DFS函数。广度遍历时,结合队列的存储方式,进行遍历。-Figure traverse the depth and breadth of First create a non-directed graph, vertex with a one-dimensional array to store the arc w
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:7880
    • 提供者:周天行
  1. Binary-Tree

    0下载:
  2. 对二叉树进行操作,包括二叉树的创建和对二叉树进行深度和广度优先遍历-Operations, including the creation of a binary tree, and the depth and breadth-first traversal of a binary tree on binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:1766
    • 提供者:莫失
  1. chat

    0下载:
  2. 实现了图类的定义,并且实现了深度遍历,广度遍历,以及用dijstra算法求最短路径-Achieve the plan class definition, and the realization of the depth traversal, breadth traversal, and the shortest path algorithm with dijstra
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:1751
    • 提供者:julia
  1. Graph

    0下载:
  2. 输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。-Enter a weighted undirected graph with vertices, edges, each of the side information (two ve
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:3653
    • 提供者:毕瑞丰
  1. ExamCpp--

    0下载:
  2. 单链表,单循环链表,双链表,循环双链表的实现,二叉树的遍历与实现。森林与树的转换以及图的深度广度遍历,邻接矩阵邻接表实现-Single list, round robin list, double-linked list, circular double-linked list implementation, and implementation of a binary tree traversal. Forest conversion, and the depth and breadth of
  3. 所属分类:File Formats

    • 发布日期:2017-05-19
    • 文件大小:5521300
    • 提供者:xiaohei
  1. shiyan

    0下载:
  2. 实现图的基本操作,实现广度优先遍历和深度优先遍历 。-Realize the basic operation of figure, the realization of breadth-first traversal and depth-first traversal.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:213377
    • 提供者:老毕
  1. tulun

    0下载:
  2. 图的各种算法,其中包括深度优先遍历,广度优先遍历,弗洛伊德,迪杰斯特拉等算法-dfs bfs floyd
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2410
    • 提供者:吴子健
  1. 图的深度和广度搜索

    0下载:
  2. 关于图的邻接矩阵的建立和广度和深度遍历结果显示(The establishment of the adjacency matrix of a graph and the result of the breadth and depth traversal)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-23
    • 文件大小:121856
    • 提供者:风花之月
  1. 迷宫问题

    1下载:
  2. 图的遍历实践与迷宫问题求解。根据参考书《算法》第4.1节和4.2节关于图的邻接表的创建,使用说明;深度优先遍历(DFS)和广度优先遍历(BFS)算法的实现过程;结合迷宫问题的特点,分别编写基于深度优先遍历(DFS)和广度优先遍历(BFS)思想的迷宫求解过程算法。(Maze problem solving)
  3. 所属分类:文章/文档

    • 发布日期:2020-07-03
    • 文件大小:240640
    • 提供者:富士山下880
搜珍网 www.dssz.com