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

搜索资源列表

  1. 图搜索策略

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

    • 发布日期:2008-10-13
    • 文件大小:29635
    • 提供者:陈凯
  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. 农夫过河问题

    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. eightnum

    0下载:
  2. 8数码的广度优先算法和A*算法。可以查找出最佳路径,并且自动演示-8 digital breadth-first algorithm and A* algorithm. Can search out the best path, and automatic presentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-12
    • 文件大小:2752276
    • 提供者:djbone
  1. Broad-First-Search(AdjLGraph)

    0下载:
  2. 此代码为“图的广度优先遍历”的源代码,图的存储形式为邻接表,里面有图的邻接表存储的代码,还有广度优先遍历的算法,还有验证的主函数。-This code is " breadth-first traversal map" of the source code, Figure storage form of adjacency list, there are plans stored in the adjacent table code, as well as breadth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2272
    • 提供者:熊龙龙
  1. BFS

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

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

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

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

    0下载:
  2. 一个python程序,实现了无向图的结构模拟,以及广度优先搜索的算法,以及显示最短路径之一。用leo+ulipad实现。-A python program to realize the structure of an undirected graph simulation, as well as the breadth-first search algorithm, and display one of the shortest path. By leo+ ulipad achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1709
    • 提供者:周鹏
  1. wide-search

    0下载:
  2. 广度优先搜索重排九宫格实例,一个简单的对算法的实现-Breadth first search rearrangement of JiuGongGe examples, a simple to the realization of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11592606
    • 提供者:汪鹏
  1. Breadth-first-search-algorithm

    0下载:
  2. 学习数据结构的帮手广度优先搜索算法源代码-Breadth-first search algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:32946
    • 提供者:曲梦龙
  1. Breadth-first-search-algorithm

    0下载:
  2. 广度优先搜索算法判断图的连通性Breadth first search algorithm of judgment figure connectivity -Breadth first search algorithm of judgment figure connectivity
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:4324
    • 提供者:赵君威
  1. Breadth-first-search

    0下载:
  2. 宽度优先搜索 适合于人工智能课程实验所用-Breadth-first search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-14
    • 文件大小:2149
    • 提供者:shan
  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. eight-digital-Breadth-first

    0下载:
  2. 宽度优先搜索解决八数码问题,包含源文件及详细注释-Breadth-first search to solve eight digital
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1283614
    • 提供者:Albert
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com