搜索资源列表

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

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:韩希先
  1. EightPuzzle

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

    • 发布日期:2024-05-29
    • 文件大小:1201152
    • 提供者:
  1. eightpuzzle

    0下载:
  2. 用java编写的八数码算法,具有图形化界面和最优路径的输出-Using java prepared eight digital algorithm, with a graphical interface and the optimal path of output
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者: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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:Duc Dung
  1. EightPuzzle

    0下载:
  2. 使用了A*算法,双广度和带启发的双广度实现八数码问题求解。-Eight Puzzle
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-29
    • 文件大小:1454080
    • 提供者: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. 所属分类:界面编程

    • 发布日期:2024-05-29
    • 文件大小:9602048
    • 提供者:lining
  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. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者:jiangyuan
  1. EightPuzzle

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

    • 发布日期:2024-05-29
    • 文件大小:4096
    • 提供者:wqs07
  1. eightpuzzle

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

    • 发布日期:2024-05-29
    • 文件大小:19456
    • 提供者:sam
  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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-29
    • 文件大小:165888
    • 提供者:fuyaozong
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-29
    • 文件大小:4096
    • 提供者:lss
  1. EightPuzzle

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

    • 发布日期:2024-05-29
    • 文件大小:77824
    • 提供者:一剑清平
  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
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:朱昌磊
  1. EIGHTPUZZLE

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

    • 发布日期:2024-05-29
    • 文件大小:160768
    • 提供者:朱颢
  1. eightpuzzle

    0下载:
  2. 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:15360
    • 提供者:Jim
  1. EightPuzzle

    0下载:
  2. BFS for EightPuzzle problem. Project done in NetBeans
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-29
    • 文件大小:211968
    • 提供者:Valik Smilenko
  1. EightPuzzle

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

    • 发布日期:2024-05-29
    • 文件大小:3072
    • 提供者:Stefan
  1. EightPuzzle

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

    • 发布日期:2024-05-29
    • 文件大小:48128
    • 提供者:妲己秘境
« 12 »

源码中国 www.ymcn.org