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

搜索资源列表

  1. 图搜索策略

    0下载:
  2. 一个使用Java实现的人工智能的图搜索策略程序——酒九宫图问题 人工智能-图搜索策略-演示程序-使用说明 程序简介 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-use a Java artificial intelligence plans Searc
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  1. 八数码多算法实现

    1下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A*算法等多方面算法来解决八数码问题-this procedure is breadth - first search, depth-first search, A and A * algorithm algorithm various algorithms to solve the problem eight digital
  3. 所属分类:界面编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:11218
    • 提供者:乐天
  1. FenYou

    0下载:
  2. 用广度优先搜索算法解决两个小孩的分油问题.盲目搜索算法.-with breadth - first search algorithm to solve two children, the sub-Oil. Blind search algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3736
    • 提供者:刘先生
  1. graphSearch

    0下载:
  2. 实现了图的搜索算法,包括深度优先搜索,广度优先搜索,Dijstra算法,A*算法等较典型的搜索算法,同时可以进行图的输入和编辑等操作,仅供大家参考。-achieve the plan's search algorithm, including depth-first search, breadth - first search algorithm Dijstra, A * algorithm is more typical search algorithm, and can map th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:96353
    • 提供者:王墨村
  1. BFSearch

    0下载:
  2. 数据结构(C++版)的演示程序,详细演示广度优先搜索的具体调用过程,-data structure (C + + version) demonstration program, a detailed demonstration of the breadth - first search specific call process,
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:51431
    • 提供者:znb
  1. shenduguangduyouxiansousuo

    0下载:
  2. 深度优先搜索、广度优先搜索 vc编程基础,学生作业-depth-first search, breadth - first search vc based programming, students work
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:phoenix
  1. shendu

    0下载:
  2. 在VC界面上实现深度优先搜索、广度优先搜索的功能,操作简单方便-in VC interface to achieve depth-first search, breadth - first search function is easy and simple
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3360
    • 提供者:beibei
  1. 广度优先算法八数码问题

    0下载:
  2. 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-application breadth - first search strategies : The first algorithm based on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several nodes), then the initial state
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:57346
    • 提供者:吴晓辉
  1. DFS_BFS

    0下载:
  2. java的DFS(Depth-first search )和BFS(Breadth-first search)的实现-the DFS (Depth-first search) and BFS (Breadth-first search) Implementation
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:6030
    • 提供者:Rachel
  1. 农夫过河问题

    0下载:
  2. 农夫过河问题的广度优先搜索算法的PASCAL程序-farmer across the river in breadth - first search algorithm procedures PASCAL
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1777
    • 提供者:启东
  1. 分油问题

    0下载:
  2. 人工智能中重要的一个问题, 用广度优先搜索的方法解决-AI an important issue, breadth - first search of solutions
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:9500
    • 提供者:无数
  1. AI_maze

    0下载:
  2. 载入txt文件迷宫,含几种搜索方法,例如depth first search, breadth first search等-maze included txt file containing several search methods, such as depth first search, breadth first search, etc.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15035
    • 提供者:黄丽雯
  1. 8SM2

    0下载:
  2. 双向广度优先搜索算法法见8SM2.cpp文件,vc6.0环境运行实现-two-way breadth - first search algorithm see 8SM2.cpp France, achieving operating environment vc6.0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1235
    • 提供者:蔡鹏
  1. 基于AI的问题求解

    0下载:
  2. 提供了深度优先搜索,广度优先搜索,添加启发信息的最小代价搜索,查找多个解,查找最优解的范例程序.-a depth-first search, breadth - first search, add the information inspired the minimum price for a search of solutions to search, find out the optimal solution sample programs.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12548
    • 提供者:陈宁
  1. duyetrong

    0下载:
  2. breadth first search
  3. 所属分类:图形图象

    • 发布日期:2012-07-05
    • 文件大小:1090
    • 提供者:mymy
  1. duyetrong

    0下载:
  2. breadth first search
  3. 所属分类:图形图象

    • 发布日期:2012-08-20
    • 文件大小:1090
    • 提供者:mymy
  1. 人工智能经典问题八数码三种算法

    0下载:
  2. 人工智能经典问题八数码三种算法(广度优先搜索,深度优先搜索,启发式搜索)带有图形界面的解决方案。-Classic problem in Artificial Intelligence eight digital three algorithms (breadth-first search, depth-first search, heuristic search) with a graphical interface solutions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-06-21
    • 文件大小:35266169
    • 提供者:zlf
  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. ai_wide-search

    0下载:
  2. 人工智能中的宽度优先搜索程序,以九宫格为例子,从初始节点开始搜索,找到目标节点,反之,显示出“未成功找到节点”-Artificial intelligence breadth-first search program to squares as an example, the initial node to start the search, to find the target node, and vice versa, showing that " not succeeded in
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:181679
    • 提供者:朱丽琼
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com