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

搜索资源列表

  1. EightPuzzle

    0下载:
  2. A*算法属于一种启发式搜索,它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点的约束经过该结点至达目标结点的最佳路径代价 每当扩展结点时,意是在所有待扩展结点中选择具有最小F值的结点做为扩展对象,以便使搜索尽量沿最有希望的方向进行.A*算法只要求产生问题的全部状态空间的部分结点及关系,就可以求解问题了,搜索效率较高
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:47608
    • 提供者:
  1. EightPuzzle

    0下载:
  2. 利用深度遍历的方法来检查8数码问题是否有解。-use depth traverse method to check whether the eight digital solutions to the problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2326
    • 提供者:韩希先
  1. EIGHTPUZZLE

    2下载:
  2. 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:160628
    • 提供者:朱颢
  1. EightPuzzle

    0下载:
  2. 程序实现的是用A*算法求解八数码问题,初始状态和目标状态均可在源码中自行设置,程序运行后会得到从初始状态到目标状态的最佳解的逆序显示,文件help.txt中提供了程序的算法,程序的具体设计在源码中都有相应的注释-Program implementation is to use A* algorithm to solve 8 digital issues, the initial state and target state can be set up in the source code of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:165538
    • 提供者:fuyaozong
  1. EightPuzzle

    0下载:
  2. Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum o
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:1830
    • 提供者:Duc Dung
  1. EightPuzzle

    0下载:
  2. 使用了A*算法,双广度和带启发的双广度实现八数码问题求解。-Eight Puzzle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1454397
    • 提供者:willnow
  1. EightPuzzle

    0下载:
  2. 八数码问题的c++源码,visual studio2005下编写,实现界面化,并提供了图形化演示过程。-8 digital issues of c++ source code, visual studio2005 prepared, of the realization of the interface and provide a graphical demonstration.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-27
    • 文件大小:9601545
    • 提供者:lining
  1. eightpuzzle

    0下载:
  2. 八数码问题的实现算法,算法输入为包含初始状态的字符串,输出为移动的步骤-8 digital issues algorithm, the algorithm input contains the initial state of the string, the output for the mobile steps
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:4228
    • 提供者:lss
  1. EightPuzzle

    0下载:
  2. 是采用MFC编写的让其自动实现eightpuzzle的功能-Is written using MFC functions let automatically eightpuzzle
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:77660
    • 提供者:一剑清平
  1. EightPuzzle

    0下载:
  2. Java实现八数码求解问题。输入一串字符数组代表八数码的初始位置,最后得到正确的八数码排布-Java Implementation eight digital solve this problem. Enter a character array of eight digital representative of the initial position, and finally get the correct arrangement of the eight digital
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2330
    • 提供者:朱昌磊
  1. eightpuzzle

    0下载:
  2. 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:15695
    • 提供者:Jim
  1. EightPuzzle

    0下载:
  2. 基于MFC的八数码寻径问题,包括经典的人工智能算法:深度优先算法,广度优先算法及A*算法 动态显示搜索结果。-Eight digital MFC-based routing issues, including the classic artificial intelligence algorithms: depth-first algorithm, breadth-first algorithm and A* algorithm dynamic display of search result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2175079
    • 提供者:李沐
  1. EightPuzzle

    0下载:
  2. 人工智能 A*算法解决八数码问题,又要20个字吗?-AI A* algorithm to solve eight digital issues, but also 20 characters do?
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:3309
    • 提供者:
  1. EightPuzzle

    0下载:
  2. 八数码问题的小程序,输入初始得到目标状态-Eight digital applet, enter the initial get target state
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-25
    • 文件大小:8799815
    • 提供者:ianblue
  1. EightPuzzle

    0下载:
  2. Eight Puzzle with A* and Manhattan Distance
  3. 所属分类:Games

    • 发布日期:2017-04-17
    • 文件大小:50903
    • 提供者:Maya inc
  1. EightPuzzle

    0下载:
  2. Code of game EightPuzzle.
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:3398
    • 提供者:Stefan
  1. MinPQ

    0下载:
  2. MinPQ of game eightPuzzle
  3. 所属分类:Games

    • 发布日期:2017-04-14
    • 文件大小:2656
    • 提供者:Stefan
  1. StdIn

    0下载:
  2. stdin of code of eightPuzzle
  3. 所属分类:Games

    • 发布日期:2017-04-15
    • 文件大小:4943
    • 提供者:Stefan
  1. StdOut

    0下载:
  2. sTDOUT OF CODE EIGHTPUZZLE GAME
  3. 所属分类:Games

    • 发布日期:2017-04-13
    • 文件大小:2017
    • 提供者:Stefan
  1. EightPuzzle

    1下载:
  2. 八数码 深度优先搜索 广度优先搜索 图搜索策略(eightpuzzle Eight digital depth first search, breadth first search graph search strategy)
  3. 所属分类:其他

    • 发布日期:2020-11-30
    • 文件大小:48128
    • 提供者:妲己秘境
« 12 »
搜珍网 www.dssz.com