搜索资源列表
Eight_(8)_2183836282010
- A star algoritm for 15-puzzle
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*
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
eightpuzzle
- 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
Astarcyeni
- A star Algorith A* 8-puzzle
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.
puzzle
- 8 puzzle in c with A star-8 puzzle in c with A star
Taquin_v1.1
- a source code that solves the 8 puzzle problem. it uses A-star algorithm with prolog
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
A_Star-puzzle
- 使用A星算法,解决8棋盘问题。但是有时会没有结果。-A star algorithm to solve the problem of the 8 board. But sometimes no results.
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
14EC35033_assignment1
- a-star algo for 8-puzzle program using 3 different heuristics
15Puzzle
- 8/15 puzzle C# implementation using A * (A Star) Algorithm.