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

搜索资源列表

  1. veelionAI

    0下载:
  2. 人工智能中经典算法-宽度搜索和启发是搜索(A*算法)在VC环境下的实现代码,对于学习人工智能有很多帮助- In the artificial intelligence the classical algorithm - width search and the inspiration are the search (the A* algorithm) under the VC environment realization code, has regarding the study arti
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:87872
    • 提供者:大虫
  1. 求解野人与传教士问题

    0下载:
  2. 求解野人与传教士问题,利用C语言实现宽度搜索算法。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-18
    • 文件大小:2566
    • 提供者:小马
  1. EIGHTNUM

    0下载:
  2. 八数码 大家看看就知道了 宽度搜索 怎么非得够20个子呢?
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1460
    • 提供者:沉沉
  1. HRD

    0下载:
  2. 最大宽度搜索法来解决华容道问题,包括10个经典局面,可以单步运行,连续运行,以及设定一定时间间隔来运行
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:91934
    • 提供者:阿利亚
  1. 宽度优先

    0下载:
  2. 宽度优先搜索法见cpp1.cpp文件,在vc6.0环境运行实现-width priority search see cpp1.cpp documents in the operation to achieve environmental vc6.0
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2039
    • 提供者:蔡鹏
  1. 8digitalWidthsearch

    0下载:
  2. 经典的人工智能实验8数码宽度搜索--自河工05级计算机赵丽娜-Classic experiment in artificial intelligence 8 digital width search- 05 computer from the Hebei University of Technology Li-Na Zhao
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3768
    • 提供者:赵玲
  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-26
    • 文件大小:168342
    • 提供者:光远
  1. Exa

    0下载:
  2. 利用C语言实现宽度搜索算法,实现自动对一个智力测验题求解-The use of C language realization of the width of the search algorithm, for automatic testing of a mental problem solving
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2607
    • 提供者:释然123
  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-07
    • 文件大小:701310
    • 提供者:白天
  1. migong

    0下载:
  2. 迷宫游戏,采用宽度搜索算法找到走出迷宫的最短路径-Maze game, with the width of the maze search algorithm to find the shortest path
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:45332
    • 提供者:Suze
  1. fsad

    0下载:
  2. 传教士野人问题,宽度搜索算法。可以实现四组输出四条不同路径-fasd for AI
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:1922
    • 提供者:xzlee
  1. AI_BallGame_ByQt

    0下载:
  2. 用 Qt Creator 写的一个小球游戏,通过旋转地图使小球下落,最终落到目标洞中。 其中加入了宽度搜索算法自动寻路和地图编辑功能。-Qt Creator written with a ball game, ball by rotating the map to fall, eventually fell to the target hole. Joined the width of the search algorithm which automatically find its way
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:9075
    • 提供者:wj
  1. hangdianACM

    0下载:
  2. 杭电ACM题目若干,关于图,深度优先搜索,宽度搜索等等。-Hangzhou Xinhua ACM topic number on map, depth-first search, breadth search and more.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:14258
    • 提供者:邓亚风
  1. ROADS

    0下载:
  2. 这是一道关于最短路径的算法问题,虽然问题简单但是其中的思想非常值得借鉴和学习,其中用到了优先队列和图的宽度搜索-This is a question about the shortest path algorithm, although the problem is simple, but the idea which is worth learning and learning, which uses the width of the search priority queue and ma
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:12169
    • 提供者:贵族
  1. search1

    0下载:
  2. 人工智能pac-man经典搜索,包括宽度、深度、一致代价搜索和A*搜索(Artificial intelligence Pac-Man classic search)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:220160
    • 提供者:anothing
  1. cube

    0下载:
  2. 还原二阶魔方,输入魔方六个面二十四个色块的面的颜色可以得到还原步骤(Restore the two order Rubik's Cube)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:三石君
  1. WFS

    0下载:
  2. 广度(宽度)优先搜索,将八数码问题简化成三数码问题求解(Breadth (range) first search simplifies the eight digital problem into three digital problem solving)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:酪铵
  1. triented

    0下载:
  2. 利用C语言实现宽度搜索算法,实现自动对一个智力测验题求解()
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:SUTM%24861
  1. anhuy09

    0下载:
  2. 利用C语言实现宽度搜索算法,实现自动对一个智力测验题求解()
  3. 所属分类:大数据

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:flone
« 12 3 4 »
搜珍网 www.dssz.com