搜索资源列表
8puzzle
- 8puzzle game by Java This program can automatically solve 8 puzzle games with Manhattan approach and show each step.
8Puzzle
- C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using the algorithm-C# code tha implements the Breadth-first-search (BFS) search algorithm. The program solves the 8-puzzle game using t
EightPuzzles
- 利用VC开发的一个八数码程序--An 8-puzzle program developed by VC.
8Puzzle
- 8数码求解程序,含源代码。可以手动求解,也可以自动求解。自动求解部分使用了ACRush的程序-8 digital solving procedures, including source code. Can manually solving, but also can automatically solving. Automatically solving some of the procedures used ACRush
puzzlesolver
- A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and it solving by the program.
EightPuzzle
- Solve the 8-puzzle problem using A * algorithme. Input: Program reads start state and goal state and heuristic (N or S) from EightPuzzle.INP file.0 representing blank. There are 2 Heuristic: 1. N: Number of misplaced tiles 2. S: Sum o
EightPazzelBfs
- This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
8Puzzle
- A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
8PUZZLE
- program to run 8 puzzle game used to illustrate AI
8PUZZLE
- program to calculate 8 queen simulation
8puzzle
- 8 puzzle是西人喜欢玩的一个小游戏,这段小程序用四种人工智能算法来实现这个小游戏。 首先是A*查找,包括Nilsson’s sequence score;Tiles Out of Place;Manhattan Distance;另外还有一种算法是air distance-8 puzzle a foreigner like to play a little game, this small program with four kinds of artificial intelligen
8puzzle
- This program to solve 8 -puzzle
8puzzle-with-genetic-algorithm
- this program is 8puzzle algorithm with GA.
8PUZZLE
- program to run 8 puzzle game used to illustrate AI
8puzzle
- 八数码实现程序。支持A*算法、广度优先算法、深度优先算法。可以实现任意初始状态下八数码问题的实现。人工智能搜索原理的入门例程-Eight digital realization of the program. Support A* algorithm, breadth-first algorithm, depth-first algorithm. Can achieve any initial state eight digital problem. Artificial Intelligenc
8puzzle
- 实现八数码移动,九宫格中的八个数字随机排列,有一个空格数字可以通过在空格中移动来移动,最后实现将8个数字按大小顺序围绕空格周围排列(8 puzzle thisprogram is very good,it can make the number stand by order ,so it is a good program)