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

搜索资源列表

  1. sokudu

    0下载:
  2. C++编写的解数独小工具,深度优先搜索算法。使用时输入0代表空格,其它为原数字,输入完成后即可在0.1秒之内看到计算结果~-Sudoku gadget C++ prepared, depth first search algorithm. When using 0 representative input space, the other for the original digital input, completed in 0.1 seconds to see the results.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:107609
    • 提供者:陈仲熠
  1. BDFSM

    0下载:
  2. 图的遍历算法,可实现对顺序存储结构的图进行深度优先搜索遍历。-Graph traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:901
    • 提供者:coco
  1. Depth-First-Search

    0下载:
  2. 个人实现的深度优先搜索代码。水平有限,请大家指正。-Implementation of a depth-first search algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:20621
    • 提供者:linap
  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. graph

    0下载:
  2. 扩充深度优先搜索算法,在遍历图的过程中建立生成森林的左子女-右兄弟链表-Extended depth-first search algorithm to generate the forest to build children left graph traversal process- right sibling list
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:981
    • 提供者:zhaoyilei
  1. main

    0下载:
  2. 1.掌握图的基本存储方法:邻接矩阵和邻接表(本程序中使用邻接矩阵); 2.掌握有关图的基本操作算法并能使用高级语言实现(本程序使用C语言); 3.掌握图的深度优先搜索遍历和广度优先搜索遍历算法; 4.掌握图的最小生成树的两种算法:prim算法和kruskal算法。 5.掌握图的最短路径的两种算法:DIJ算法和floyd算法。 -1 The basic storage methods mastered graph: adjacency matrix and adjacency
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3894
    • 提供者:奋斗菠萝
  1. eightqueen

    0下载:
  2. 经典问题 8皇后,使用深度优先搜索算法。-8 Queen classic problem, using a depth-first search algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:147495
    • 提供者:ccitlb
  1. 2006

    0下载:
  2. 国家集训队2006论文集 陈启峰:《“约制、放宽”方法在解题中的应用》 陈首元:《维护森林连通性——动态树》 冯威:《数与图的完美结合——浅析差分约束系统》 高逸涵:《对于一道题目的深入分析》 胡伟栋:《演讲的若干建议》 黄劲松:《贪婪的动态规划》 黄晓愉:《深度优先搜索问题的优化技巧》 贾由:《由图论算法浅析算法优化》 李天翼:《从特殊情况考虑》 龙凡:《一类猜数问题的研究》 汤泽:《浅析队列在一类单调性问题中的应用》 唐文斌:《“调整”
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:9092180
    • 提供者:sxy
  1. acm

    0下载:
  2. acm算法,包含排序到图论,到树,深度优先搜索等,不知道会不会重复,还是上传了-acm algorithms, including sorting to graph theory, to the tree, depth-first search, which does not know will not repeat, or uploaded
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:829500
    • 提供者:金阳
  1. Eight

    0下载:
  2. 可以计算九宫格的走法。使用了深度优先搜索、宽度优先搜索和A算法这三种算法。-It can calculate the squares of the law. Using a depth first search, breadth first search and the A algorithm for these three.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:26393
    • 提供者:George
  1. tu

    0下载:
  2. 图结构的操作,包括广度优先搜索、深度优先搜索等基本图结构的操作!-Showing the structure of the operation, including operating breadth first search, depth first search of the basic structure of FIG!
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:26647
    • 提供者:
  1. maze

    0下载:
  2. 用c语言 随机生成一个迷宫 并且搜寻最短路径。本程序采用深度优先搜索的方法-Language with a randomly generated maze and search for the shortest path c. This program uses a depth-first search method
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1256127
    • 提供者:yawei
  1. 图论算法的matlab程序实现

    1下载:
  2. 本资源涵盖了几乎所有matlab图论领域里的算法代码,最短路问题、TSP、最大流、深度优先搜索、广度优先、蚁群算法等等,可为功能强大。
  3. 所属分类:matlab例程

  1. euler

    0下载:
  2. 实现欧拉路的判断,使用图的结构,根据深度优先搜索判断是否有欧拉路-euler path
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:811
    • 提供者:Nathan
  1. Basic-function-of-graph

    0下载:
  2. 图的基本操作,包括建立邻接矩阵,图的广度和深度优先搜索-The basic operation pattern, including the establishment of the adjacency matrix, the breadth and depth map of priority search
  3. 所属分类:Data structs

    • 发布日期:2015-07-24
    • 文件大小:2048
    • 提供者:林仲懿
  1. SD

    0下载:
  2. 深度优先搜索,实现非连通图的深度优先搜索。-Depth First Search
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1239
    • 提供者:张斌
  1. Gragh

    0下载:
  2. 图的数据结构,打包cpp,1.创建图 创建图 G(任选邻接矩阵或表) 2. 显示图 3. 深度优先搜索遍历图 4. 广度优先搜索遍历图 5. 在图中插入顶点 6. 在图中插入边- Graph data structure, packaging cpp, 1. Create a map creation graph G (optional adjacency matrix or table) 2. Display Figure 3. depth-first se
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2714
    • 提供者:guyuqian
  1. 8n

    0下载:
  2. 搜索算法是人工智能研究的重要领域,也是在许多应用领域发挥重要作用的一种工具。本文研究了深度优先搜索算法,并给出了八数码问题的具体应用算法。-Search algorithm is an important area of artificial intelligence research, but also play an important role as a tool in many fields of application. This paper studies the depth-fir
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2496
    • 提供者:李志超
  1. eight_figure

    0下载:
  2. 八数码问题的一般解决方法,输入为当前八数码的状态,通过深度优先搜索,找出最快还原八数码的路径方法。-Usually eight digital problem solving method, eight digital inputs for the current state, by a depth-first search to find the fastest path to restore the eight digital method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1455770
    • 提供者:王子愉
  1. 017

    0下载:
  2. tc实现的广度优先搜索算法和深度优先搜索算法,对学算法很有帮组-tc realize the breadth-first search algorithm and the depth-first search algorithm, algorithm is useful for school groups to help
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1733
    • 提供者:lun203297
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com