CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 图的深度和广度遍历

搜索资源列表

  1. sting7.doc

    0下载:
  2. 图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现 图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现-the adjacency matrix, the adjacent table, Cross Chain, Listless multiple adjacent storage structure and said the creation algorithm in C Language map of the depth-first traversa
  3. 所属分类:文件操作

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

    0下载:
  2. 在Borland C++ Builder 实现 图的深度和广度遍历
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:811
    • 提供者:guoxiaozhen
  1. picture

    0下载:
  2. 实现图的遍历。对图的深度和广度的遍历,建立邻接矩阵与邻接表-The realization of graph traversal. To map the depth and breadth of the traverse, the establishment of adjacency matrix and adjacency list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2109
    • 提供者:yuxin
  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. tu

    1下载:
  2. 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列。 -To the adjacent table for the storage structures, to achieve connectivity of undirected graph depth-first and breadth-first traversal. To user-specified node as a starting point, respective
  3. 所属分类:Other systems

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

    0下载:
  2. 图的遍历包括深度优先搜索和广度优先搜索,大家可以看看。-Graph traversal, including depth-first search and breadth-first search, we can look at.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1760
    • 提供者:zhangfei
  1. tu3

    0下载:
  2. 1 创建给定图的存储结构,从邻接表和邻接矩阵两种存储方式中选择一种。 2 对所创建的图进行深度和广度优先搜索遍历,给出遍历过程中的顶点序列。 3 求图的最小生成树,按构造顺序输出边的序列。(两种方法都要求!) 3 编写一个主函数,将上面函数连在一起,构成一个完整程序。 4 将实验源程序调试并运行。 -Create a storage structure of a given graph from the adjacency list and adjacency matrix
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1674
    • 提供者:王欣
  1. Traversing_Graph

    0下载:
  2. 树的邻接表表示和邻接矩阵表示,以及图的广度优先和深度优先遍历。-Tree adjacency list representation and adjacency matrix representation, and the graph breadth-first and depth-first traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:300606
    • 提供者:董玉玺
  1. Graph

    0下载:
  2. 通过深度和广度遍历 实现对图各节点的遍历算法-Achieved by traversing the depth and breadth of the graph traversal algorithm for each node
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6601
    • 提供者:韩丰
  1. graph2

    0下载:
  2. 输入图的顶点和边,可以选择对图进行深度或者广度遍历。-Input graph vertices and edges, you can choose the depth, or breadth of the graph traversal.
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:242949
    • 提供者:周小波
  1. tudebianli

    0下载:
  2. 图的深度遍历和广度遍历(以邻接表为存储结构)-The depth and breadth traversal graph traversal (in the adjacent table for the storage structure)
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:239110
    • 提供者:清风煕
  1. Graph

    0下载:
  2. 图的基本操作及定义,包括深度遍历和广度遍历-Graph s basic operation and definition,Including the depth and breadth traversal.
  3. 所属分类:.net

    • 发布日期:2017-04-05
    • 文件大小:850122
    • 提供者:Fmy
  1. tu

    0下载:
  2. 该程序包含了图的创建。存储方式是以邻接表的方式实现的。实现了图的深度遍历和广度遍历。-The program includes the creation of the figure. Storage in the adjacent table to achieve. The depth the traverse and breadth traversal of the graph.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:5804
    • 提供者:linjiajun
  1. deep_and_wide

    0下载:
  2. 图的深度和广度遍历代码,比较基础,适合初学者-Depth and breadth traversal code, more basic, for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6642
    • 提供者:li
  1. tudejianlijibianlifangfa

    0下载:
  2. 1.要求对于给定的图分别用邻接矩阵和邻接表来存储。 2.对于存储好的图进行深度和广度优先遍历。 3.完成图的各种操作。 - 1. Requirements for a given graph adjacency matrix and adjacency were used to store the table. 2. Good depth chart for storage and breadth-first traversal. 3. Complete dia
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3072
    • 提供者:李辉
  1. Graph

    0下载:
  2. 基于Virtual C++的数据结构中图的应用,能实现从文件输入有向图和无向图易邻接表和邻接矩阵的形式在屏幕输出,同时能实现无向图的深度遍历输出和广度遍历输出;kruskal算法和Prim算法实现最小生成树的创建;Dijkstra算法实现最短路径的计算;以及最小偏心距的计算。-Application of data structure of Virtual in C++ based on graph, can be achieved the file input directed graphs
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1080700
    • 提供者:易新宇
  1. Graph_Operation

    0下载:
  2. 采用邻接表方法实现图的存储,进而对图进行深度和广度遍历(The adjacency table method is used to store the graph, and then the depth and breadth of the graph are traversed.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:196608
    • 提供者:nekopunchG302
  1. sy10(1)

    0下载:
  2. 图的存储结构与遍历 (1)画出如图(1)所示无向图的邻接矩阵和邻接表,列出该图的广度优先遍历和深度优先遍历结果(选定A为出发点进行遍历)。 (2)画出如图(2)所示有向图的邻接矩阵和邻接表,列出该图的广度优先遍历和深度优先遍历结果(选定A为出发点进行遍历)(The storage structure of the graph and traversal (1) draw the adjacency matrix and adjacency list of the und
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:114688
    • 提供者:找HDOP
  1. 图的遍历

    1下载:
  2. 构造图的邻接表,实现图的深度优先和广度优先算法。(Structure graph adjacency table, graph depth first and breadth-first algorithm.)
  3. 所属分类:Windows编程

  1. 图的遍历。

    0下载:
  2. 7、无向图,根据任意一个初始顶点,输出图的深度优先搜索遍历路径和广度优先搜索遍历路径。
  3. 所属分类:C#编程

« 12 3 »
搜珍网 www.dssz.com