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

搜索资源列表

  1. Graph

    0下载:
  2. 基于数据结构(c语言)图的遍历,包括深度优先遍历和广度优先遍历。-Based on data structures (c language) graph traversal, including the depth-first traversal and breadth-first traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:233796
    • 提供者:kjingxi
  1. DataStructure8

    0下载:
  2. Java数据结构第七课:图的实现。包括初始化图,添加边,删除边,及深度优先遍历和广度优先遍历算法。-Java Data Structure Lesson: Figure of the implementation. Including the initialization graph, add edge, remove edge, and depth-first traversal and breadth-first traversal algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:29236
    • 提供者:蒙长江
  1. DFTravel

    0下载:
  2. 代码可以实现有向图及无向图的深度优先收缩-Code can achieve a directed graph and undirected graph depth-first contraction
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:179783
    • 提供者:isabel dong
  1. BBB

    0下载:
  2. 设有一个有向图存储在邻接表中。试设计一个算法,按深度优先搜索策略对其进行拓扑排序。并以右图为例检验你的算法的正确性。-There is a directed graph stored in the adjacent table. Trial design an algorithm, depth-first search strategy by the topology of its sort. And to test your example picture on the right algor
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:7229
    • 提供者:冯灿灿
  1. tree

    0下载:
  2. 题目:生成如下二叉树,并用深度先序遍历输出结果 要求:用程序实现 说明:先生成如下所示的二叉树,然后先序遍历输出其结果:1243576 -Title: Generation as a binary tree, and use the depth first traversing the output requirements: to achieve with the program Descr iption: Mr. into the binary tree as shown
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:29666
    • 提供者:薛庆亮
  1. Exp9_DFS

    0下载:
  2. 用C++编写的深度优先搜索算法,很好很强大-Written in C++, depth-first search algorithm, very very powerful ~ ~ ~
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10110
    • 提供者:Donghf
  1. BFS_AND_DFS1

    0下载:
  2. 该代码为图的深度优先遍历和广度优先遍历,图的存储方式为领接矩阵存储,并且是有向图-The code for the graph depth-first traversal and breadth-first traversal, graph is stored as the leading access matrix storage, and is a directed graph
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:165130
    • 提供者:lixiangyan
  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. DFS

    0下载:
  2. A program to find the depth first search on a given graph.It contains a source code, input file and an output file.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:684
    • 提供者:cbeauty
  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. bianli

    0下载:
  2. 用邻接矩阵确定图 输出深度优先遍历和广度优先遍历的结果-Map with the adjacency matrix to determine the depth first traversal and breadth of the output first traversal of the results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:328448
    • 提供者:姜尚
  1. sdyx

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

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

    0下载:
  2. 具有人工智能的五子棋游戏,采用流行的深度优先算法,外加Alpha-Beta剪枝,再加历史启发优化,可搜索到第4步-Backgammon game with artificial intelligence, using the popular depth-first algorithm, plus Alpha-Beta pruning, combined with historical inspiration optimized search to Step 4
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1643075
    • 提供者:韩远坤
  1. huarongdao

    0下载:
  2. “华容道”游戏解法的研究与实现 “华容道”是中国古代传统单人玩的拼板类游戏。虽然以前多次见到报刊、网络有具体解法的报道,但未见到有对此游戏全面的分析和通用局的计算机解法的描述。为此,作者采用改进的非递归深度优先算法对《华容道》通用局的解法进行了全面的分析和论证。随后通过编程实现了这一通用解法,并通过对当前常见的几十个布局进行了测试,从而验证了分析结论及其有效性。-" Huarong" Research and implementation of the game solut
  3. 所属分类:Game Program

    • 发布日期:2017-04-10
    • 文件大小:1082224
    • 提供者:gh
  1. missionariesProblem

    0下载:
  2. 这是人工智能的一个经典算法,运用深度优先的策略,拥有详细的解释-This is a classic artificial intelligence algorithm, using depth-first strategy, with detailed explanations
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:8100
    • 提供者:柳小七
  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 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 43 »
搜珍网 www.dssz.com