搜索资源列表
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#
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
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
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.
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