搜索资源列表
puzzle
- 用A star,先深搜索等搜索算法搜索puzzle。
Eight_(8)_2183836282010
- A star algoritm for 15-puzzle
8puzzle_Astar
- An A-star algorithm for solving 8-puzzle problem
PuzzleGame
- Puzzle game free source with cSharp
PUZZLE
- application puzzle .net* c#
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
MagicalSquares
- 基于A-Star算法实现的重排九宫图即八数码问题-The solution of Eight-puzzle Problem
n-puzzle
- 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*
8Puzzle
- A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
A_Acolyte_176621752004
- A Acolyte of AI with 8 Puzzle-This is an attempt to bring some AI programming in VB using A Star (A*) algorithm to solve 8 puzzle problem. This is the famous AI search algorithm test problem to rearrange misplaced cells in a proper sequence on an 3 b
puzzle
- 用A star,先深搜索等搜索算法搜索puzzle。-star
15puzzleastar
- this 15 puzzle program,this program work with A Star algorithm... -this is 15 puzzle program,this program work with A Star algorithm...
eightpuzzle
- 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
TileProblem.tar
- This is simulation of classic 15 tile puzzle problem solver. It has capability to solve the problem using artificial intelligent techniques of depth first search and A-star search. This project is completely done in netbeans for running game requ
A-star
- 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
A-star-8-number
- 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.
A-star-for-eight-digital-puzzle-
- 基于A※算法的八数码难题的编程实现与测试-the programe for the eight digital puzzle based on the A star algorithm
puzzle
- 8 puzzle in c with A star-8 puzzle in c with A star
A-star
- python A-star算法求解8-puzzle-python A-star algorithm 8-puzzle
14EC35033_assignment1
- a-star algo for 8-puzzle program using 3 different heuristics