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

搜索资源列表

  1. asdfasxa32

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

    • 发布日期:2008-10-13
    • 文件大小:19.04kb
    • 提供者:pmz
  1. 图的遍历

    0下载:
  2. 所属分类:文档资料

    • 发布日期:2011-06-22
    • 文件大小:46.5kb
    • 提供者:lpok012@126.com
  1. 哈工大软件基础实验报告

    0下载:
  2. 这个报告中包括哈工大计算机软件基础课3个上机实践的源代码,调试过程及实验结果截图。3个实践分别为顺序存储的线性表维护子系统的实现,二叉树的前序遍历程序的实现和二叉排序树维护子系统实现。
  3. 所属分类:报告论文

    • 发布日期:2011-12-13
    • 文件大小:312kb
    • 提供者:chuangxinxuefen
  1. 图基本操作

    0下载:
  2. 介绍了图的C++基本操作,建立,遍历,两种遍历方法,采用邻接矩阵建立图
  3. 所属分类:其它文档

    • 发布日期:2012-10-28
    • 文件大小:96kb
    • 提供者:zwy2012
  1. 236548

    0下载:
  2. 基本能够实现图的遍历,其中内有实验报告和具体程序实现!-Basic graph traversal can be achieved, of which there are experimental reports and the specific procedures to achieve!
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:6.01kb
    • 提供者:
  1. 123

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

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

    0下载:
  2. 这个是图的遍历演示源程序代码,是用c语言写的,大家可以参考一下这个算法-This is a graph traversal demo source code is written in c language, we can refer to this algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:3.76kb
    • 提供者:yeah
  1. AboutGraph

    0下载:
  2. 1. 掌握图的基本存储方法; 2. 掌握有关图的操作算法并用高级语言实现; 3. 熟练掌握图的两种搜索路径的遍历方法。-1. To master plan the basic storage methods 2. Information on the plans and the operation of algorithms to achieve high-level language 3. The master plan of the traverse path of the
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:4.64kb
    • 提供者:王阳
  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
    • 文件大小:926.13kb
    • 提供者:沈伟丽
  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
    • 文件大小:598.24kb
    • 提供者:提麦克
  1. 2007112110443991

    0下载:
  2. 图的遍历 课设报告 绝对可用 图的遍历 课设报告 绝对可用 图的遍历 课设报告 绝对可用-Graph traversal class-based traversal of the report is absolutely free lesson plans based traversal of the report is absolutely free lesson plans available map-based report on the absolute class-based re
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:228.68kb
    • 提供者:zhangwei
  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
    • 文件大小:3.96kb
    • 提供者:fanfausun
  1. 01259361tubianlideyanshi

    0下载:
  2. 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:58.75kb
    • 提供者:唐钊
  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
    • 文件大小:2.12kb
    • 提供者:朱慧明
  1. tudebianliguochegn

    0下载:
  2. 图邻接矩阵_邻接表的建立 图的遍历课程设计-_ Adjacency list graph adjacency matrix graph traversal establishment of curriculum design
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:695.03kb
    • 提供者:孟男
  1. graph-theory-and-program-designe

    0下载:
  2. 详细的介绍了图论的各种概念如:分叉树,最短路径,遍历等以及相应的程序设计-A detailed descr iption of the various concepts of graph theory such as: the bifurcation tree, shortest path, traverse, and the corresponding program design
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5.03mb
    • 提供者:sun cong
  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
    • 文件大小:7.7kb
    • 提供者:周天行
  1. tu

    0下载:
  2. 实验要求:(1)理解图顶点和边的存储方法:邻接矩阵和邻接表;(2)理解图的遍历算法,掌握其应用;(3)应用图的遍历算法判断图是否连通和两顶点间是否存在路径。-Experimental requirements: (1) to understand the storage method: Figure the vertices and edges adjacency matrix and adjacency list (2) to understand graph traversal algor
  3. 所属分类:software engineering

    • 发布日期:2017-11-01
    • 文件大小:60.29kb
    • 提供者:陆露
  1. 加强图

    0下载:
  2. 图 深度优先搜索遍历和 邻接矩阵,闫蔚敏版,简单易懂,适合平时交作业(Graph depth first search and adjacency matrix, Yan Yumin version, simple, suitable for everyday homework)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:狂吃不胖
  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
    • 文件大小:119kb
    • 提供者:风花之月
« 12 »
搜珍网 www.dssz.com