搜索资源列表
EightFigure(A-Star)
- 经典的八数码问题,重在相互交流(A*算法实现).-eight digital classic problem lies in mutual exchanges (A * algorithm).
MazeBot
- 很好的解决八数码问题,快速,有效,很好的哦大家可以试试哦
eightnumber
- 使用广度优先算法快速解决八数码问题,有效,很好用哦
number
- 一个简单的分别使用深度,广度优先搜索算法和A*算法的八数码问题。
八数码问题的源代码
- 八数码问题的源代码-eight digital source of the problem
bashuma
- 用三种不同的搜索算法解决八数码问题,使得通过最短的路径和最小的消耗到达目标状态。-Three different search algorithms to solve the problem eight digital, making the shortest path and minimum through the consumption of the state to reach the target.
8puzzle
- 八数码的华容道游戏程序源代码 自动实现八数码问题的求解-8 digital Huarong game source code automatically solve the problem eight digital
bashuma
- 解决八数码问题的广度优先搜索的源代码,编程语言为C-Solve the problem of eight digital breadth first search source code.For c++ programming language
jyyEight_Num_Fengart
- 八数码问题的解决,包括三种路径的查找最优解,例如:深度优先查找,广度优先查找。-Eight digital problem solving, including three kinds of paths to find an optimal solution, for example: depth-first search, breadth-first search.
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
bashumaqiujieguocheng
- 八数码求解过程动态演示,动态的解决九宫问题-Eight digital solution process dynamic presentations, dynamic solution JiuGongTu
src
- 采用深度优先算法通过C++编程解决八数码问题(Eight digital problem)