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

搜索资源列表

  1. 图的操作界面

    0下载:
  2. 图邻接表的建立,深度优先遍历,.广度优先遍历,最小生成树,拓扑排序,单源点到其余各个顶点的最短路径等对图的操作!VC界面!-plans to establish the adjacent table, depth-first traversal. Breadth priority traversal, the minimum spanning tree, topological sorting, single-source all of the rest of the vertices such
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:65237
    • 提供者:陈青侠
  1. 0801

    0下载:
  2. 功能:构造图,并进行图的深度优先遍历(邻接表存储结构),图的广度优先遍历,内附详尽的源代码说明-function : tectonic map, and map depth-first traversal of the (storage structure adjacent table), the breadth of the plan priority traversal, enclosing a detailed note of the source code
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2714
    • 提供者:孙廷
  1. linsang

    0下载:
  2. 很多涉及图上操作的算法都是以图的遍历操作为基础的,此程序演示出图的遍历的过程。通过邻接矩阵存储结构实现数据俄的输入,实现图的深度优先遍历和广度优先遍历过程的演示,对异常输入信息报错。-map of algorithms are plans to traverse the basis for the operation, this procedure demonstrated map out the ergodic process. Through the adjacency matrix of
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:刘晴
  1. graphshguang

    0下载:
  2. 图的深度优先遍历和广度优先遍历,以邻接矩阵方式输入。(按照提示输入)! -map the depth and breadth traversal priority priority traverse to the adjacency matrix input. (According to the prompt entry)!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1602
    • 提供者:chen
  1. tubianli

    1下载:
  2. 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-table adjacent to the structure for storage, connectivity to the map without the depth and breadth of priority priority traversal. Users designated as a starting point node, the out
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:82749
    • 提供者:李文欢
  1. GraphMatrix

    0下载:
  2. 以邻接矩阵作为图的存储结构,根据键盘输入创建图,并深度优先、广度优先遍历该图-matrix as to the adjacent storage structure of the plan, according to the keyboard input to create map and depth of priority, breadth priority traversal of the plan
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1171
    • 提供者:daimin
  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. Graph

    0下载:
  2. VC++编写的数据结构图算法演示系统,可作毕业设计系统,包含深、广度遍历,最小生成树,拓扑排序,最短路径算法。-Graph algorithm operating system,include depth/breath first search,minitree,topsort,shortestpath.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:73090
    • 提供者:songyang
  1. DFS_BFS

    0下载:
  2. 数据结构图论中,实现邻接矩阵的深度遍历和邻接矩阵广度遍历.-Data structure graph theory, the depth traversal and breadth to achieve adjacency matrix adjacency matrix traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:2001
    • 提供者:zhangsan
  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. tu

    0下载:
  2. 图的广度和深度的遍历,图的两种遍历方法,深度遍历,广度遍历-Figure the breadth and depth of traversal, figure of two kinds of traversal methods, depth traversal and breadth traversal
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-07
    • 文件大小:1235880
    • 提供者:sunyangyang
  1. List-the-breadth-traversal

    0下载:
  2. 用C写的链表广度遍历,输入一张图的相关信息,得到该图的广度遍历-Written in C chain breadth traversal, enter a map-related information, to give breadth to traverse the graph
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1961
    • 提供者:林晓
  1. graph

    0下载:
  2. 图的构建,包括无向图有向图及其遍历,删除添加结点和边,广度遍历和深度遍历,并可打印出来图的结构-Figure Construction, including undirected graph directed graph traversal and delete nodes and edges add breadth and depth of traversal traversal
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3644
    • 提供者:叶良辰
  1. polygon

    0下载:
  2. 在VC++6.0中,设计种子填充算法演示软件,分别演示递归算法、用栈实现非递归【深度遍历】、用队列实现非递归【广度遍历】,绘制简单的多边形-In vc++ 6.0, presentation software design seed filling algorithm, illustrate each recursive algorithm, using stack to realize non-recursive traversal 】 【 depth, with a queue to rea
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2392209
    • 提供者:林宇
  1. GrapgTraverse

    0下载:
  2. 数据结构,以邻接矩阵的方式建立图。对图进行深度遍历和广度遍历。-Data structure, the establishment of adjacency matrix approach. Depth traversal and breadth traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1101
    • 提供者:麦丁
  1. src

    0下载:
  2. c语言爬虫,使用mysql存储,广度遍历-C language reptiles, the use of mysql storage, breadth of traversal
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:4164
    • 提供者:meijun
  1. 实验8

    0下载:
  2. 能实现一系列图的创建以及图的广度遍历以及深度遍历(The ability to create a sequence of diagrams and the breadth of the graph and the depth traversal)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:1986560
    • 提供者:咯哦哦
  1. Popstar

    0下载:
  2. popstar 的广度遍历,深度遍历的效果会比较好(Popstar breadth traversal, depth traversal effect will be better)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:34816
    • 提供者:hdh
  1. MyPro

    0下载:
  2. c++编程中常用的一些算放,以及一些数据结构,包括了迭代,递归,动态规划等(some algorithm of c++ program)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:7168
    • 提供者:yanke1311
  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 2 3 4 5 6 78 9 10 11 12 ... 22 »
搜珍网 www.dssz.com