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

    0下载:
  2. 八数码问题,利用A*算法求解八数码问题,其中h函数为不在位将牌数-8 digital issues, the use of A* algorithm to solve 8 digital issues, including h function is the number of licenses is not in place to
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:2868
    • 提供者:jiangyuan
  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. 用java编写的八数码算法,具有图形化界面和最优路径的输出-Using java prepared eight digital algorithm, with a graphical interface and the optimal path of output
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3704
    • 提供者:fantasysq
  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

    1下载:
  2. A*算法实现八数码问题的解决,清华的人工智能课的作业,相信对后面的人有用。-A* Algorithm 8 digital solution to the problem, Tsinghua AI homework assignment, I believe that right behind him useful.
  3. 所属分类:Java Develop

    • 发布日期:2015-06-03
    • 文件大小:4576
    • 提供者:wqs07
  1. eightpuzzle

    0下载:
  2. eight puzzle using RBFS and A* search and manhattan distance heuristic function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:19399
    • 提供者:sam
  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. 8PuzzleSolver is a good and fast solver. you can use it everytime and everywhere
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:251084
    • 提供者:ujang
  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. BFS for EightPuzzle problem. Project done in NetBeans
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:211641
    • 提供者:Valik Smilenko
  1. Astar

    0下载:
  2. Astar algorythm in EightPuzzle problem. Done in NetBeans
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:195754
    • 提供者:Valik Smilenko
  1. EightPuzzle

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

    • 发布日期:2017-04-14
    • 文件大小:3398
    • 提供者: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