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

搜索资源列表

  1. 图形操作

    0下载:
  2. 采用邻接矩阵或是十字链表实现图的深度优先遍历或广度优先遍历。
  3. 所属分类:其他小程序

    • 发布日期:2010-12-16
    • 文件大小:95729
    • 提供者:spg1234
  1. c.zip

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

    • 发布日期:2017-04-05
    • 文件大小:12099
    • 提供者:xu
  1. PBFSandDFS

    0下载:
  2. 对与数据结构中有向图采用邻接矩阵为存储结构实现有向图建立、深度优先遍历和广度优先遍历、并带有图片测试数据 可运行-And the data structure of a directed graph with adjacency matrix storage structure established to achieve a directed graph, depth-first traversal and breadth-first traversal, and test data can
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:629028
    • 提供者:liqiang
  1. tubianli

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

    • 发布日期:2017-03-22
    • 文件大小:38336
    • 提供者:流小圈
  1. TU.rar

    0下载:
  2. 邻结表存储的无向图的建立及遍历输出(包括深度优先与广度优先搜索), The neighbour ties the table to save non- (first first searches to the chart establishment and the calendar output including depth with breadth)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1733
    • 提供者:谭宜涛
  1. searchpath

    0下载:
  2. 数据结构上机实验——图的遍历,建立有向图,可选择深度或广度搜索,并将所有路径输出,简明、易懂、C++、自编版。-Data structure on experiments- graph traversal, the establishment of a directed graph, you can choose the depth or breadth of the search, and all paths output, concise, easy to understand, C++,
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1185988
    • 提供者:Juicy
  1. UnDirectGraph

    0下载:
  2. 本程序实现了《数据结构》课本中无向图的基本算法,包括图的构造、图的深度、广度优先遍历算法、用Prim、Kruskal算法构造最小生成树以及分别用Dijkstra、Floyd算法求源点到所有顶点、图中任意两点间的最短路径,并给出具体的路径 -This procedure achieved a " data structure" textbooks undirected graph the basic algorithm, including graphs, graph depth
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:39789
    • 提供者:王广友
  1. maze

    0下载:
  2. 迷宫问题,分别用深度和广度优先遍历解决。其中stack用链表实现,queue用数组实现。描述见pdf文件。-Maze problems, were the depth and breadth of priority traversal solution. Stack with the achievement of which list, queue to use the array to achieve. Descr iption see pdf file.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:214005
    • 提供者:吕婉辰
  1. 612109301

    0下载:
  2. 要求采用邻接矩阵作为无向图的存储结构,邻接表作为有向图的存储结构,完成无向图和有向图的建立,并对建立好的图进行深度和广度优先遍历。具体实现要求: 1. 通过键盘输入图的顶点和边信息,分别构造一个无向图的邻接矩阵和一个有向图的邻接表。 2. 分别对建立好的两个图进行深度和广度优先遍历,输出相应的遍历序列。 3. 统计两个图的连通分量的个数。 -Require the use of adjacency matrix as the storage structure of an und
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:393938
    • 提供者:风雷
  1. graph

    0下载:
  2. 实现图的深度优先遍历和图的广度优先遍历的控制台应用程序-Graph depth-first traversal and graph breadth-first traversal of the console application
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2207236
    • 提供者:
  1. bfstraverse

    0下载:
  2. 能够输入节点 然后完成图的广度优先遍历-Able to enter the node and then complete the graph breadth-first traversal
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1609
    • 提供者:ll
  1. graphsearch

    0下载:
  2. 包含图的深度优先探索遍历和广度优先探索遍历,能从图中的任一顶点出发访问图中所有顶点-Includes plans to explore the depth-first traversal and breadth-first traversal to explore, from the graph the starting point of any visit to Figure 1 for all vertices
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1210
    • 提供者:hjs
  1. graph

    0下载:
  2. 数据结构C对图的操作算法,有广度、深度优先遍历,拓扑排序,最短路径的实现算法,最小生成树的算法-C data structures to operate on the map algorithm, there is the breadth, depth-first traversal, topological sorting, shortest path algorithm, minimum spanning tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:5022
    • 提供者:韩杰
  1. tudebianli

    0下载:
  2. 222 2分别通过深度和广度对图进行遍历-222 2, respectively, through the depth and breadth of the graph traversal
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2750
    • 提供者:张岳鹏
  1. graph_

    2下载:
  2. //有向图:有向图,无向图基本操作 //运行环境:VC //有向图,无向图基本操作,包括: //1、邻接矩阵 //2、邻接表 //3、深度优先遍历 //4、广度优先遍历 //5、最小生成树 //6、拓扑排序 //7、每一对顶点之间的最短路径(Dijkstra,Floyd两种算法)-//Directed graph: directed graph, undirected graph basic operation// Operating Environme
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2853
    • 提供者:atom
  1. BFSTraverse

    0下载:
  2. 图的遍历_邻接表存储.cpp 检验深度优先和广度优先的程序(邻接表存储表示)-Graph traversal _ adjacent table storage. Cpp test the depth and breadth of the priority of priorities Procedure (adjacent table, said storage)
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2524
    • 提供者:金婷
  1. f.doc

    1下载:
  2. 题目1:图的建立与遍历;连通网的最小生成树生成实现。 内容: 1) 用邻接表表示方法建立图1所示图的存储结构,用邻接矩阵存表示方法建立图2所示网的存储结构。 2) 在图1 存储结构(邻接表)上实现深度优先搜索遍历和广度优先搜索遍历,并给出遍历结果(序列)。 3) 按照普里姆算法,在图2所示连通网的存储结构(邻接矩阵)上实现此网的最小生成树,并输出生成树。 -Title 1: Map of the establishment and ergodicity conne
  3. 所属分类:图形图象

    • 发布日期:2012-12-25
    • 文件大小:11596
    • 提供者:sad
  1. graph1

    0下载:
  2. 图的运算,有全图的无权图的广度深度优先遍历-Figure computing, there is no right to map the entire map of the breadth of depth-first traversal
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:9307
    • 提供者:王祥
  1. graph

    0下载:
  2. c++实现的有向图的临界矩阵构造,深度广度的遍历。-c++ achieved critical digraph matrix structure, depth, breadth Ergodic.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:31856
    • 提供者:小宋
  1. Graph

    0下载:
  2. 本程序实现图的深度优先和广度优先遍历,本程序调试无误,可在vc6.0环境中编译成功!-This procedure to achieve graph depth-first and breadth-first traversal, the program debugging accurate, can be successfully compiled vc6.0 environment!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-12
    • 文件大小:852
    • 提供者:厘米怒
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »
搜珍网 www.dssz.com