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

搜索资源列表

  1. 有向图从邻接矩阵转换为邻接表后的dfs

    0下载:
  2. 有向图从邻接矩阵转换为邻接表后再深度优先遍历-a graph from the adjacency matrix conversion of the adjacent#$#!142996#!#$read IntelCPU serial number. Rar!#$#read Intel CPU serial number. Rar read Intel CPU serial number. Read rar Intel CPU serial number. rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:面包
  1. DFSfunction

    0下载:
  2. DFS非递归函数 函数功能:图的dfs的非递归算法(用堆栈实现) 输入:图的邻接矩阵 输出:dfs序列 -DFS non-recursive function function function: dfs map non-recursive algorithm (using the stack to achieve) Input: adjacency matrix graph output: dfs sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1700
    • 提供者:sunshine
  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. shixiantudebianli

    0下载:
  2.  MatToList(MGraph g,ALGraph *&G):将邻接矩阵g转换成邻接表G。  ListToMat(ALGraph *G,MGraph &g):将邻接表G转换成邻接矩阵g。  DispMat(MGraph g):输出邻接矩阵g。  DispAdj(ALGraph *G):输出邻接表G。  DFS(ALGraph *G,int v):以递归的方法从顶点v深度优先遍历图G。 =
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:2943
    • 提供者:小鬼
  1. basicoperationformap

    0下载:
  2. 包括了图的大部分基本算法,每一种算法都以邻接矩阵与邻接表两种形式给出,算法包括建图,图的遍历(如DFS和BFS),最小生成树,从某个源点到蓁各顶点的最短路径等-Includes most of the basic graph algorithms, each algorithm is to adjacency matrix and adjacency list is given in two forms, algorithms, including the construction of map
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:244936
    • 提供者:seckCoder
  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
    • 文件大小:4059
    • 提供者:fanfausun
  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. DFSBFS

    0下载:
  2. 设计一个有向图,建立图的邻接矩阵或邻接表的存储结构,完成有向图的DFS(深度优先遍历)和BFS(广度优先遍历)的操作-Design of a directed graph, the establishment of the adjacency matrix or adjacency list of the storage structure, complete directed graph DFS (depth-first traversal) and BFS (breadth-first tr
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:4613
    • 提供者:tang
  1. duliu

    0下载:
  2. 对以邻接矩阵为存储结构的图进行 DFS和 BFS遍历. -Adjacency matrix of the storage structure of the graph for the DFS and BFS traversals.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:25371
    • 提供者:duliu
  1. DFS

    0下载:
  2. DFS算法,我自己写的,主要用邻接矩阵存储图-DFS algorithm, I wrote it myself, the main memory map with the adjacency matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1214
    • 提供者:还有梦想
  1. graphclaim

    0下载:
  2. 本源码实现了图的基本操作。BFS,DFS,邻接矩阵,邻接链表,矩阵变换,拓扑排序等。-This code is about Basic opereation of Graph.Such as BFS,DFS,adjacent-matrix/list matrixing and topical sort etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1725
    • 提供者:人类
  1. DFS.cpp

    0下载:
  2. This code do depth first search algorithm. Adjacency matrix symbolize every edge in the graph, for example adj[i][j]=1 is an edge from i to j, i and j are vertices.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:737
    • 提供者:Dennis
  1. Figure-BFS-and-DFS-traversal

    0下载:
  2. C语言,采用邻接矩阵存储,实现图的BFS、DFS遍历,源代码-C language, using the adjacency matrix storage Figure BFS and DFS traversal, and source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1336
    • 提供者:Leo
  1. aaaa

    0下载:
  2. 1) 先任意创建一个图; 2) 图的DFS,BFS的递归和非递归算法的实现 3) 最小生成树(两个算法)的实现,求连通分量的实现 4) 要求用邻接矩阵、邻接表、十字链表多种结构存储实现-A) any first create a graph 2) DFS, BFS recursive and non recursive algorithm 3) The minimum spanning tree (algorithm) to achieve, find the connected
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3639
    • 提供者:liliaaa
  1. 1

    0下载:
  2. 用邻接矩阵表示的图的类型 DFS:深度优先遍历的递归算法BFS:广度优先遍历判断从顶点vi到顶点vj是否可达-Adjacency matrix type DFS: depth-first traversal of the recursive algorithm BFS: breadth-first traversal of the judgment from the vertex vi to vertex vj is reachable
  3. 所属分类:Data structs

    • 发布日期:2017-10-31
    • 文件大小:1623
    • 提供者:赫想
  1. graph

    0下载:
  2. 输出图对应的邻接矩阵以及DFS和BFS结果-The output diagram corresponds to the adjacency matrix as well as the DFS and BFS results
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:192461
    • 提供者:李磊
  1. adjmatrix_graph

    0下载:
  2. 用邻接矩阵实现图的基本操作:创建,销毁,增删修改顶点,增删弧或边,DFS,BFS等-Graph with adjacency matrix to achieve basic operations: create, destroy, modify vertex deletions, additions and deletions arcs or edges, DFS, BFS, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:467615
    • 提供者:张三
  1. graph-DFS

    0下载:
  2. 邻接表存储图,然后进行深度优先遍历及广度优先遍历。-DFS,adjacent matrix
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1103
    • 提供者:申明和
  1. tu

    2下载:
  2. 图的深度优先与广度优先遍历 利用邻接矩阵或邻接表作为存储结构建立一个无向图,每个顶点中存放一种水果名(例如apple、orange、banana等,并要求从键盘输入),顶点数不少于5个。要求分别以深度优先搜索(DFS)和广度优先搜索(BFS)进行遍历,输出遍历结果。 -Depth-first and breadth-first traversal         Adjacency matrix or adjacency list use as
  3. 所属分类:Data structs

    • 发布日期:2016-01-25
    • 文件大小:46080
    • 提供者:路东方
  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
    • 提供者:曹城生
« 12 »
搜珍网 www.dssz.com