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

搜索资源列表

  1. 传教士与野人渡河问题深度优先搜索

    1下载:
  2. 学习人工智能作的一个小设计,用VC++6.0来基本实现传教士和野人渡河问题,这个算法是应用深度优先搜索算法。-study artificial intelligence for a small design, VC 6.0 to achieve missionaries and savage river, the algorithm is the use of depth-first search algorithm.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:9059
    • 提供者:藤力
  1. 深度优先搜索、广度优先搜索

    0下载:
  2. 图的深度优先搜索和广度优先搜索。值得一看。-map the depth-first search and breadth - first search. An eye-catcher.
  3. 所属分类:其它

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

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

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

    1下载:
  2. 人工智能寻路算法,深度优先算法
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 正方形 深度优先搜索

    0下载:
  2. 深度优先搜索 用木棒拼正方形
  3. 所属分类:控制台(字符窗口)编程

  1. 基于深度优先搜索策略编写一程序

    0下载:
  2. 试基于深度优先搜索策略编写一程序
  3. 所属分类:源码下载

    • 发布日期:2011-11-28
    • 文件大小:1028
    • 提供者:zhihua234
  1. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历

    1下载:
  2. 数据结构图的邻接矩阵,邻接表存储表示,图的深度优先搜索遍历,广度优先搜索遍历
  3. 所属分类:源码下载

  1. 8Puzzle_DFS 人工智能经典问题八数码的深度优先搜索算法实现

    0下载:
  2. 人工智能经典问题八数码的深度优先搜索算法实现。没有图形界面。-Classic problem of artificial intelligence, eight digital breadth-first search algorithm. No graphical interface.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-21
    • 文件大小:303131
    • 提供者:zlf
  1. SEAL_det_v1.0.rar

    1下载:
  2. 基于深度优先搜索算法的球形译码,具体文献可以参考03年information thoery上的那篇经典文章,Depth-first search algorithm based on spherical decoding, can refer to specific literature in 2003 on information thoery came across a classic article
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:19044
    • 提供者:wupei
  1. pso_pathplanning

    4下载:
  2. 粒子群(PSO)路径规划。这个是一个局部路径规划,用了深度优先搜索算法,可以走出“陷阱”。-Particle Swarm (PSO) path planning. This is a local path planning, with a depth-first search algorithm, we can get out a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-03-12
    • 文件大小:9289
    • 提供者:陈建胜
  1. Broad-firstsearch

    0下载:
  2. 广义优先搜索 广度优先搜索邻居的聚类算法实现-Broad-first search Breadth-First Search neighbor clustering algorithm implementation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:4061
    • 提供者:王华
  1. guangdusousuo

    0下载:
  2. 宽度优先搜索算法(又称广度优先搜索)是最简便的图的搜索算法之一,这一算法也是很多重要的图的算法的原型。Dijkstra单源最短路径算法和Prim最小生成树算法都采用了和宽度优先搜索类似的思想-Breadth-first search algorithm (also known as breadth-first search) is the most simple plan, one of the search algorithm, this algorithm is also a lot of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:168342
    • 提供者:光远
  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. depthfirstsearch

    0下载:
  2. 深度优先搜索所遵循的搜索策略是尽可能“深”地搜索图。在深度优先搜索中,对于最新发现的结点,如果它还有以此为起点而未搜过的边,就沿着边继续搜索下 去。当结点v的所有边都已被探寻过,搜索将回溯到发现结点v有那条边的始结点。这一过程一直进行到已发现从源结点可达的所有结点为止。如果还存在未被发现 的结点,则选择其中一个作为源结点并重复以上过程,整个过程反复进行直到所有结点都被发现为止-Followed by depth-first search strategy is to search "
  3. 所属分类:Document

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

    0下载:
  2. 标准的深度优先搜索算法,可实现节点遍历、产生随机路由、检测图中是否有回路等功能,-Standard depth-first search algorithm, the node traversal can be achieved, resulting in a random routing, testing whether there is any loop diagram functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1721
    • 提供者:quzhijian
  1. Savage_with_plans_to_cross_the_river_breadth_first

    0下载:
  2. 关于野人过河问题中的程序设计,包括用图的广度优先搜索算法-Across the river on the Savage program design issues, including breadth-first graph search algorithm
  3. 所属分类:Search Engine

    • 发布日期:2017-03-29
    • 文件大小:107271
    • 提供者:张明
  1. BFS

    0下载:
  2. 广度优先搜索算法分析;供程序设计人员使用-Breadth-first search algorithm analysis for programmers to use
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:2038135
    • 提供者:牛芳
  1. searching

    0下载:
  2. 这是2个关于搜索算法的实现,为深度优先搜索和宽度优先搜索。希望大家喜欢!-This is a 2 on the implementation of search algorithms for the depth-first search and breadth-first search. Hope everyone likes!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1056
    • 提供者:张毅
  1. 8PuzzleProblem

    0下载:
  2. 实现了简单的宽度优先搜索,算法比较简单,课程设计时可用。-To achieve a simple breadth-first search
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:701310
    • 提供者:白天
  1. bashuma

    0下载:
  2. 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1982
    • 提供者:ym
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com