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

搜索资源列表

  1. haokan

    1下载:
  2. 试扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表。算法的首部为 void Graph::DFS ( const int v, int visited [ ], TreeNode<int> * t ) 其中,指针t指向生成森林上具有图顶点v信息的根结点。(提示:在继续按深度方向从根v的某一未访问过的邻接顶点w向下遍历之前,建立子女结点。但需要判断是作为根的第一个子女还是作为其子女的右兄弟链入生成树。) -try to expand the depth-fir
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1233
    • 提供者:dfssd
  1. DSchen

    0下载:
  2. 二叉树建立,先序,中序,后序遍历,图的DFS,BFS演示程序,不断更新中,欢迎提建议-Tree establishment, the first order, in sequence, after the traversal, graph DFS, BFS presentation procedures, constantly updated, welcomed the proposals
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:1336844
    • 提供者:emacochen
  1. bfs-src

    0下载:
  2. 1.程序基于java语言。运行要求java运行环境。即就使jdk1.2以上。否则程序无法运行。 2.程序中读图时,可以选择读有向图还是无向图。 3.本程序为一个图的综合运行环境。提供了图的各种操作。包括读图,DFS判断图中是否存在 环路,BFS全局访问,两点之间的最短路径,屏幕清空。并且跟踪说明了图的各种操作的 过程。 4.程序可以多次的读图,进行图的各种操作。点击面板上的各种按钮就可以进行各种操作。-1. Procedures based on the java language.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6278
    • 提供者:lyxh
  1. 4.1

    0下载:
  2. 采用图的邻接表作为图的存储结构,完成有向图和无向图的DFS和BFS操作-The use of maps as a chart table adjacent to the storage structure, the completion of directed graph and undirected graph operations of DFS and BFS
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:103012
    • 提供者:陈赟
  1. disanti

    0下载:
  2. (1)自选存储结构,输入含n个顶点(用字符表示顶点名称)和e条边的图G; (2)指定任意顶点x为初始顶点,对图G作DFS遍历,输出DFS(深度优先)顶点序列(提示:使用栈实现DFS); (3)指定任意顶点x为初始顶点,对图G作BFS(广度遍历),输出BFS顶点序列(提示:使用队列实现BFS); (5)输入顶点x,查找图G:若存在含x的顶点,则删除该结点及与之相关连的边,并作DFS遍历(执行操作3);否则输出信息“不存在x”; (6)判断图G是否是连通图,输出信息“YES”/“NO
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2734
    • 提供者:涂舒
  1. GraphDFS

    0下载:
  2. 应用深度优先遍历法访问无向图,采用了递归调用法和栈两种方法实现,很好的对比实现了算法-Use the means of DFS to visit undiction graph
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:zhangwu
  1. 6-5P

    0下载:
  2. DFS Search in Graph . Depth First Search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1176
    • 提供者:saeid
  1. Graph_Traversal_DFS_and_BFS

    0下载:
  2. Graph Traversal,DFS and BFS
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1061
    • 提供者:mn008
  1. 3

    0下载:
  2. 设计一个有向图和一个无向图,任选一种存储结构,完成有向图和无向图的DFS(深度优先遍历)和BFS(广度优先遍历)的操作。-Design of a directed graph and an undirected graph, either type of storage structure, the completion of a directed graph and an undirected graph of the DFS (depth-first traversal) and BFS (
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1598
    • 提供者:peter
  1. DAGshengchengshu

    0下载:
  2. 有向图的生成树,有界面显示,采用DFS和BFS两种-Directed graph spanning tree, there are interface display, using two kinds of DFS and BFS
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2099131
    • 提供者:孟梦
  1. gragh

    1下载:
  2. 程序功能:1.建立无向非连通图的邻接表存储结构,要求顶点个数不少于15个。 2.用DFS及BFS对此邻接表进行遍历,打印出两种遍历的顶点访问顺序。 3.给定图中任意两个顶点v1和v2及整数k,判断是否存在从v1到v2的路径长度 为k的简单路径,若有打印出路径上的顶点序列(要求路径上不含回路)。 (该功能未能实现)-graph
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:206574
    • 提供者:lfm
  1. hutu

    0下载:
  2. 应用MATLAB的M文件编程方法过行信号频域分析。分别用矩阵运算的方法计算方波的DFS,在60的时窗宽度上方波宽度分别为5与12。并且画出x(n)和DFS(x(n))的杆状图。-Application of MATLAB M-file programming off-line signal frequency domain analysis. Were calculated using matrix calculation of square wave of DFS, in the 60'
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:575
    • 提供者:Wu Ying
  1. Graph-traversal

    0下载:
  2. 采用图的邻接矩阵或邻接表实现最短路径问题中图的存储,采用递归程序实现图的深度优先搜索(DFS)-Using adjacency matrix or adjacency list shortest path problem in memory map, using a recursive program implements graph depth-first search
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1452
    • 提供者:秦丽婷
  1. Graph

    0下载:
  2. 图的存储、遍历、最短路径算法 图的DFS和BFS函数 Dijstra算法求最短路径-Graph storage traversal, shortest path algorithm graph DFS and BFS function Dijstra shortest path algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-09
    • 文件大小:1650445
    • 提供者:min zou
  1. bfs-dfs

    0下载:
  2. 图的邻接表的输入,表示,深度优先排序和广度优先排序,用c++编写-Enter the adjacency list graph showing the depth and breadth of prioritization prioritization, written c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:凡咩咩
  1. graph

    0下载:
  2. 树的遍历,里面是dfs,以及他的creat-tree s int creat and dfs
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:72561
    • 提供者:刁帅
  1. graph

    0下载:
  2. Graph test-cmd: Basic functions: insert vertex, edge, batch insert, view adjacent matrix Advanced functions: print BFS tree, DFS tree, articulation points, bi-connected components and the one-way-bridge of a graph.-Graph test-cmd: Basic func
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:4888
    • 提供者:Weiming Bao
  1. dfs

    0下载:
  2. 无向图的关键边,dfs邻接阵形式,O(n^2)-The critical edge of the undirected graph, dfs adjacency matrix form, O (n ^ 2)
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:571
    • 提供者:曹城生
  1. graph

    0下载:
  2. 数据结构-图的操作 1.图的建立 2.图的深搜 3.图的广搜 4.最短路-(1).print the graph. (2).print the sequence of vertex names getting Depth-First Search. (3). print the sequence of vertex names getting Breadth-First Search. Dfs Bfs dijkstra
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2077843
    • 提供者:林冬慧
  1. 有向图邻接表的建立,深度广度搜索及拓扑排序

    0下载:
  2. 拓扑排序 对一个有向无环图(Directed Acyclic Graph简称DAG)G进行拓扑排序,是将G中所有顶点排成一个线性序列,使得图中任意一对顶点u和v,若边(u,v)∈E(G),则u在线性序列中出现在v之前。通常,这样的线性序列称为满足拓扑次序(Topological Order)的序列,简称拓扑序列。简单的说,由某个集合上的一个偏序得到该集合上的一个全序,这个操作称之为拓扑排序(Topological sort A topological sort for a Directed
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:晴栀菀歌°
« 1 2 34 5 »
搜珍网 www.dssz.com