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

搜索资源列表

  1. puzzles.rar

    0下载:
  2. 算法全名为数字拼图问题(八数码)算法,讲述一个自动完成九宫格数字拼图的算法,Algorithm, called the whole issue of the number of puzzles (8 digital) algorithm, on a number of auto-complete puzzle squares algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:64855
    • 提供者:PT
  1. Chess(8puzzle)

    0下载:
  2. 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3768874
    • 提供者:benson
  1. 8puzzle(C)

    1下载:
  2. A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:50941
    • 提供者:吴超前
  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. Eight_(8)_2183836282010

    0下载:
  2. A star algoritm for 15-puzzle
  3. 所属分类:Games

    • 发布日期:2017-04-01
    • 文件大小:28444
    • 提供者:elham
  1. puzzle

    0下载:
  2. [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
  3. 所属分类:Game Program

    • 发布日期:2017-03-28
    • 文件大小:518064
    • 提供者:mj
  1. 8Puzzle

    0下载:
  2. 8数码求解程序,含源代码。可以手动求解,也可以自动求解。自动求解部分使用了ACRush的程序-8 digital solving procedures, including source code. Can manually solving, but also can automatically solving. Automatically solving some of the procedures used ACRush
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:60146
    • 提供者:佚名
  1. 8puzzle_Astar

    0下载:
  2. An A-star algorithm for solving 8-puzzle problem
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2110
    • 提供者:iman
  1. puzzle

    0下载:
  2. 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a m
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1853
    • 提供者:张三
  1. 8

    1下载:
  2. 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1346
    • 提供者:phil
  1. 3x3solver

    0下载:
  2. 8 puzzle solver enter inital status and goal status.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:2262
    • 提供者:billy li
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. 8-puzzle-genetic

    0下载:
  2. It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as re
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:3592
    • 提供者:ramin
  1. project1

    0下载:
  2. 8数码问题,A*和深度有限算法分别来完成这样的任务。-8 Puzzle Problem, A* and depth of the finite difference method to accomplish this task.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:19927
    • 提供者:dfa
  1. n-puzzle

    0下载:
  2. n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A* algorithm. i have used 2 pass for reducing memory consumption by half. i will post it also on my blog http://rooparam.blogspot.com-n-puzzle (8-puzzle, 15-puzzle, 24-puzzle) solution using A*
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4443
    • 提供者:rrc
  1. 15-puzzle

    0下载:
  2. 各种有趣的数学算法和数学题目,用数据结构解决-A variety of interesting mathematical algorithms and mathematical topics, with the data structure to solve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1678697
    • 提供者:liuyan
  1. 8-Puzzle-2.0-With-Numbers

    0下载:
  2. This Source For 8 Puzzle With C# This Program Is Professional 8 Puzzle With A* And HilCliming
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:680684
    • 提供者:hamed
  1. A-star-8-number

    0下载:
  2. A*算法解决8数码难题,有界面。 A*算法解决8数码难题,有界面。-8 A* algorithm to solve the digital puzzle, there is the interface. 8 A* algorithm to solve the digital puzzle, there is the interface.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1527904
    • 提供者:Freya
  1. A-star

    0下载:
  2. python A-star算法求解8-puzzle-python A-star algorithm 8-puzzle
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2110
    • 提供者:夏益志
  1. 15Puzzle

    0下载:
  2. 8/15 puzzle C# implementation using A * (A Star) Algorithm.
  3. 所属分类:C#编程

    • 发布日期:2018-05-01
    • 文件大小:78848
    • 提供者:adrenaline96
« 12 3 4 5 6 »
搜珍网 www.dssz.com