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

搜索资源列表

  1. graphsearch(DFS)

    0下载:
  2. 根据深度优先搜索原理,用c++编程实现图的遍历,本程序源于对农夫和羊,狼以及蔬菜过河这一经典问题探究。-By c++ programing,we make DFS come ture! DFS means Depth First Search,it is a very impoint measure to reserch the graph.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:6083
    • 提供者:eric
  1. TraversingGraph

    0下载:
  2. 数据结构中的图的遍历问题。 设计一个网络蜘蛛系统,用有向网表示网页的链接网络,其中,顶点表示某个网页,有向弧表示网络之间的链接关系。并且分别以a. 深度优先搜索,b. 广度优先搜索的策略抓取网页。-The graph data structure traversal problem. Design a web spider system, with a link to the web page that network, where vertices a page, there is the
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:351866
    • 提供者:yylt
  1. DepthFirstSearch-8Queens

    0下载:
  2. 回溯法解决八皇后问题,深度优先搜索的一种形式-Back, the eight queens problem, depth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:516
    • 提供者:Liangsv
  1. sousuosuanfa

    0下载:
  2. 深度优先搜索算法Matlab源码-深度优先搜索算法Matlab源码。。。。。
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:5525
    • 提供者:易豪
  1. n_queen_youhua

    0下载:
  2. N皇后算法优化(朴素算法、DFS(深度优先搜索)+多重优化、非递归 + 多重优化)-N Queens Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3850
    • 提供者:万华通
  1. eight

    0下载:
  2. 基于java的八数码,深度优先搜索,gui-Eight java-based digital, depth-first search, gui
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:10127
    • 提供者:牛彦清
  1. Maze

    0下载:
  2. 用C实现的迷宫求解算法。图形界面,求解过程参照了深度优先搜索,迷宫由随即矩阵生成,采用栈作为路径存储结构。-Achieved with the C maze algorithm. Graphical interface, the process of solving the light of the depth-first search, maze generated by the matrix immediately, using the stack as the path to the st
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:45298
    • 提供者:john
  1. tt0703

    0下载:
  2. 搜索算法。无向图的邻接表存储,深度优先搜索-Undirected graph of adjacency table storage, depth-first search
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:931
    • 提供者:秦天
  1. sdyx

    0下载:
  2. VC6.0实现,深度优先搜索算法,在源码中加入了祥细的注释-Depth-first search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:232694
    • 提供者:屋哥
  1. sudoku

    0下载:
  2. C++解数独的代码,使用了三种方法,依次对应解决不同难度的数独,并且最后采用由堆栈为基础数据结构的深度优先搜索法解数独,可以保证解决所有的可解数独。使用了STL的bitset,利用位操作节省内存。-C++ code alone the stops, using three methods, followed by the corresponding number of varying difficulty to solve alone, and Finally the data structur
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:368489
    • 提供者:wjn_nb
  1. DFS

    0下载:
  2. 深度优先搜索算法,代码简单易懂,对于初学者很容易理解-Depth-first search algorithm, the code easy to understand, easy to understand for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8613
    • 提供者:张威
  1. EightNumber

    0下载:
  2. 采用有界深度优先搜索算法求解八数码难题,代码简单易懂-Using bounded depth-first search algorithm for Eight puzzle, the code easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:57931
    • 提供者:张威
  1. graphoperation

    1下载:
  2. 根据从键盘输入的数据创建图(图的存储结构可采用邻接矩阵或邻接表),并对图进行深度优先搜索和广度优先搜索(实验类型:验证型) 1)问题描述:在主程序中提供下列菜单: 1…图的建立 2…深度优先遍历图 3…广度优先遍历图 0…结束 2)实验要求:图的存储可采用邻接表或邻接矩阵;定义下列过程: CreateGraph(): 按从键盘的数据建立图 DFSGrahp():深度优先遍历图 BFSGrahp():广度优先遍历图-According to dat
  3. 所属分类:Data structs

    • 发布日期:2016-06-21
    • 文件大小:1024
    • 提供者:zf
  1. skode

    0下载:
  2. 自己用c++编写的计算数独的程序。使用枚举法,深度优先搜索得出结果。不能判断是否有多解。适合初级程序员参考。-Their written using c++ calculate the number of separate procedures. Enumeration method used, the outcome of depth-first search. Can not determine whether the multiple solutions. Junior programme
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-07
    • 文件大小:590
    • 提供者:vidfa
  1. IDS

    0下载:
  2. 基于迭代深入深度优先搜索算法实现八数码问题-Depth based on depth-first search iterative algorithm Eight Puzzle Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1696408
    • 提供者:hydx
  1. AIDFS

    0下载:
  2. 实现C#深度优先搜索七巧板程序,完成七巧板深度优先搜索的解答,算法对固定图效果还好-depth first search DFS AI
  3. 所属分类:Search Engine

    • 发布日期:2017-05-13
    • 文件大小:3354748
    • 提供者:赵忠
  1. 11

    0下载:
  2. 关于图结构的深度优先搜索遍历。。。输出搜索的遍历序列-On the graph structure of the depth-first search traversal. . . Output search traversal sequence. .
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1230
    • 提供者:阿斯顿
  1. pic

    0下载:
  2. 对任意给定的图(顶点数和边数自定),建立它的邻接表并输出,然后利用堆栈的五种基本运算(清空堆栈、压栈、弹出、取栈顶元素、判栈空)实现图的深度优先搜索遍历和广度优先搜索遍历算法。 -For any given graph (vertices and edges from the set), to establish its adjacency list and output, and then use the stack of five basic operations (empty stac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:377247
    • 提供者:沈辉
  1. tu

    0下载:
  2. 遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:229036
    • 提供者:庄小虎
  1. wireless

    0下载:
  2. 无线网络中的深度优先搜索算法,实现在无线网络中的节点的搜索-DFC in wireless network
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:174818
    • 提供者:elsie
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com