搜索资源列表

  1. LCA_LRJ

    0下载:
  2. 最近写的一个最近公共祖先问题的代码,原理很简单基于递归深搜,具体请见LRJ书-recently wrote of a recent public ancestors of the code, the principle is very simple search based on recursive deep, See LRJ specific book
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1358
    • 提供者:byron
  1. Graph

    0下载:
  2. 我编写的几个图论代码,包括深搜、最小生成树、最短路径,注释我写的很详细,大家可以作为入门参考。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3418
    • 提供者:彭立勋
  1. AdjMultilist

    0下载:
  2. 数据结构无向图的深搜和广搜,多重邻接表存储结构(代测试数据)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2071
    • 提供者:icewater
  1. 深度优先搜索详解,附代码

    0下载:
  2. 详解,可以解决所有的深搜问题
  3. 所属分类:编程文档

    • 发布日期:2011-06-01
    • 文件大小:16056
    • 提供者:cl3210@126.com
  1. LCA_LRJ

    0下载:
  2. 最近写的一个最近公共祖先问题的代码,原理很简单基于递归深搜,具体请见LRJ书-recently wrote of a recent public ancestors of the code, the principle is very simple search based on recursive deep, See LRJ specific book
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:byron
  1. Graph

    0下载:
  2. 我编写的几个图论代码,包括深搜、最小生成树、最短路径,注释我写的很详细,大家可以作为入门参考。-I prepared a number of graph theory code, including deep search, minimum spanning tree, shortest path, notes I wrote in great detail, we can serve as a reference entry.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:彭立勋
  1. AdjMultilist

    0下载:
  2. 数据结构无向图的深搜和广搜,多重邻接表存储结构(代测试数据)-Undirected graph data structure of the deep found and collected, multiple adjacent table storage structure (on behalf of test data)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:icewater
  1. src

    0下载:
  2. PKU中一些数据结构基本算法题的java实现,包括DIJ、PRIM、二叉查找树、并查集、动态规划、KMP、匈牙利算法、深搜广搜等-PKU some basic data structure algorithm java realization of the title, including DIJ, PRIM, binary search tree, and search sets, dynamic programming, KMP,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:77824
    • 提供者:俞昊旻
  1. find_all_loops

    0下载:
  2. 找出有向图中所有简单回路,深搜DFS+标记-Directed graph to find all the simple loop, deep search DFS+ Tags
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:Joker Lee
  1. 200816gejiuzi

    0下载:
  2. 十六格棋之王4层深搜小游戏代码的VC实现-Grid chess king 16 4 layers deep search of the VC game code to achieve
  3. 所属分类:Windows编程

    • 发布日期:2024-06-17
    • 文件大小:34816
    • 提供者:木子
  1. poj2488

    0下载:
  2. 回溯法的模板,关键是回溯的过程,以及在深搜过程中的方向问题-Backtracking template, the key is back process, as well as in the course of the deep question of the direction search
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:李伟
  1. shensou

    0下载:
  2. 深度优先搜寻的模板,深搜可以解决很多图的问题,可以遍历图中的任意位置,从而解决问题-Depth-first search template, deep search problems can be solved a lot of plans, you can traverse the graph of an arbitrary position to solve the problem
  3. 所属分类:书籍源码

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:liweii
  1. 8num

    0下载:
  2. 使用广搜 深搜 全局最优 方法解决八数码问题-The use of deep-wide search found the global optimal solution to the problem of digital 8
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:41984
    • 提供者:yc
  1. bashuma

    0下载:
  2. 八数码 深搜 广搜 人工智能 例题 希望对大家有用 -Search by collecting eight digital depth examples of artificial intelligence
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:3072
    • 提供者:笨笨
  1. 3d-wide-display

    0下载:
  2. 三维广搜 如果用深搜过的话~~要把所有的可能全枚举出来,然后比较最小的步数 不过广搜就有这么个好处 能一层一层扩散开去 一旦找到了目标,那就一定是最优的~~ -3d wide display If the words with deep display to get all ~ ~ is possible, then compared the enumeration out the smallest effici
  3. 所属分类:3D图形编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:王春雷
  1. warshall

    0下载:
  2. warshall算法计算图中路径矩阵;深搜,计算两点间的一条路径-warshall and depth first reasearch a path between two nodes
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:7168
    • 提供者:好像
  1. dfsPbfs

    0下载:
  2. 数据结构,图的深搜和广搜。(DFS+BFS)-Data structures, graph search deep wide search. Data structures, graph search deep wide search. Data structures, graph search deep wide search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:lbb
  1. java

    0下载:
  2. java课程设计作业。功能有多线程。实现了深搜和广搜。-java course design job. Function of multiple thread. Deep search and wide search.
  3. 所属分类:进程与线程

    • 发布日期:2024-06-17
    • 文件大小:22012928
    • 提供者:罗杰
  1. The-Buses

    0下载:
  2. POJ 1167 The Buses源码。其实也是IOI 1994的题。深搜+剪枝-POJ 1167 The Buses
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:Ashehw
  1. sl

    0下载:
  2. QT小扫雷,简易小扫雷,深搜算法,主要由Painter来完成界面。-QT the small mine clearance, easy Minesweeper, deep search algorithm, mainly by Painter to complete the interface.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:460800
    • 提供者:NG
« 12 »

源码中国 www.ymcn.org