搜索资源列表
8puzzle_Astar
- An A-star algorithm for solving 8-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*
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
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.
AI_Eight_number
- 本程序用来实现八数码难题。采用A星算法,设计程序,求出从初始状态到目标状态的最优路径,并给出问题的状态表示、编码规则、搜索算法分析、简单程序说明和求得的最优路径。编程方法新颖,思路清晰明了。-This procedure used to achieve the eight puzzle. A star algorithm used, the design process, from initial state to find the optimal path to goal state, and
Astarcyeni
- A star Algorith A* 8-puzzle
A-star
- 八数码问题---用A*算法来解决八数码问题-Digital problems--- with eight A* algorithm to solve the Eight Puzzle Problem
A-star-for-eight-digital-puzzle-
- 基于A※算法的八数码难题的编程实现与测试-the programe for the eight digital puzzle based on the A star algorithm
Java_Eight-Puzzle
- 基于A星算法的8数码问题Java程序源代码-Java source code based on the A star algorithm Eight Puzzle
C_Eight-Puzzle
- C语言:基于A星算法的8数码问题C程序源代码-C language: A star algorithm 8 puzzle problem C source code
puzzle_Dialaog
- 采用A星算法,解决八数码问题。用的软件是Visual C++ 6.0,有图形界面。-A Star code for 8 Puzzle Problems
A-star
- python A-star算法求解8-puzzle-python A-star algorithm 8-puzzle
