CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 深度优先搜索

搜索资源列表

  1. BDFS

    0下载:
  2. 用邻接表表示无向图的深度优先搜索遍历 有助于大家理解图的优先遍历问题-adjoining table with no plans to the depth-first search traverse help you understand the plans of the priority issues Traversing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:ps
  1. Win32Maze

    0下载:
  2. Win32下立体迷宫程序,含自动求解,可求迷宫最短路径和所有路径,分别用广度优先搜索和深度优先搜索两种方法实现,欢迎讨论。-Win32 three-dimensional maze procedure, including automatic solution Stepping maze shortest path and all trails. priorities were used to search breadth and depth-first search in two ways,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24914
    • 提供者:enderlw
  1. 4.67

    0下载:
  2. 普里姆算法构造最小生成树,无向图的深度优先搜索。数据结构作业答案。老师写的-Primbetov minimum spanning tree algorithm structure, no plans to the depth-first search. Operating data structure answer. Teachers write! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2080
    • 提供者:du
  1. DFSearch

    0下载:
  2. 数据结构(C++版)的演示程序,详细演示深度优先搜索的具体调用过程,-data structure (C + + version) demonstration program, a detailed demonstration of the depth-first search to the specific call process,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:51367
    • 提供者:znb
  1. TJU1103

    0下载:
  2. 同济大学ACM题库TJU1103的题解代码.深度优先搜索的一个好例子.-TJU1103 Tongji University ACM questions in the code that solution. Depth-first search of a good example.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1027
    • 提供者:张菁
  1. Diagram

    0下载:
  2. 图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods, the operation of the map algor
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1493
    • 提供者:林静
  1. diwuci

    0下载:
  2. 1)掌握图的邻接矩阵、邻接表、十字链表、邻接多重链表存储结构表示及其创建算法的c语言实现; 2)掌握图的深度优先搜索遍历算法和图的广度优先搜索遍历算法及C语言实现;
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36979
    • 提供者:ma
  1. graphopr

    0下载:
  2. 创建邻接矩阵 广度优先搜索 深度优先搜索
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1649
    • 提供者:ivan
  1. aa

    0下载:
  2. 深度优先搜索 和 广度优先搜索算法 实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1211
    • 提供者:张欣儿
  1. suanfashuju001

    0下载:
  2. 1.双向链表的插入 2.二叉树的先序遍历 3.图的深度优先搜索 4.折半查找 5.希尔排序
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8826
    • 提供者:常亮
  1. AILab_3

    0下载:
  2. 使用Java实现的Graph的迭代加深的深度优先搜索
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1939346
    • 提供者:zhangli
  1. shendu

    0下载:
  2. 1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的一个未被访问过的邻接顶点W1,再从W1出发,访问W1的一个未被访问过的顶点W2,然后从W2出发,访问W2的一个未被访问过邻接顶点W3,依次类推,直到一个所有邻接点都被访问过为止。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-18
    • 文件大小:1061
    • 提供者:
  1. ShortestPath_DIJ

    1下载:
  2. VC6.0环境下编译通过,完整实现图的数据结构定义、深度优先搜索和最短路径查找等功能。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:26140
    • 提供者:任飞
  1. suanfabaogao

    0下载:
  2. 算法设计与分析试验报告,含全部实验源代码,包括贪心法、回溯法、深度优先搜索、分治法等,内容详尽。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:121693
    • 提供者:Diana
  1. 深度优先搜索

    0下载:
  2. 深度优先搜索二叉树-depth-first search Binary Tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7684
    • 提供者:张小成
  1. 6.7.1

    0下载:
  2. 图的深度和广度优先搜索 1.图采用邻接表的存储结构 2.深度优先搜索图 3.广度优先搜索图-1. Graph using adjacency list of the storage structure 2. Depth-first search Figure 3. Breadth-first search graph
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1600
    • 提供者:赖毅
  1. KSE1.0(SRC)

    0下载:
  2. 数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:84759
    • 提供者:Kristin
  1. 6_7

    0下载:
  2. 实现数据结构 中图结构的邻接表存储结构算法,以及深度优先遍历算法。(The adjacency table storage structure algorithm for the graph structure in the data structure and the depth first traversal algorithm are realized.)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:何妞
  1. DFSMaze

    0下载:
  2. C++实现深度优先搜索迷宫,找到最短路径。(C++ implements the depth first search maze and finds the shortest path)
  3. 所属分类:数据结构

  1. DFS

    0下载:
  2. 通过文件中的信息,进行搜索可达路径,行走过的正确路径标记为1,错误的路径标记为2(Through the information in the file, the search reachable path is searched, the correct path to walk is marked as 1, and the wrong path is marked 2)
  3. 所属分类:数据结构

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com