搜索资源列表
8-Puzzle.rar
- 8-Puzzle Problem solving using Artificial Intelligence,8-Puzzle Problem solving using Artificial Intelligence
EIGHTPUZZLE
- 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
puzzle
- puzzle 8 games for java source
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
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
puzzle
- 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a m
8_Puzzle_Solution_Finder_v112
- It s a 8-puzzle agme ^.^
8puzzle.tar
- a solution of 8 puzzle problem using AI
8queen
- This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem. -This is a simple solution of 8queen puzzle problem. It finds all the possible solution of 8queen problem.
project1
- 8数码问题,A*和深度有限算法分别来完成这样的任务。-8 Puzzle Problem, A* and depth of the finite difference method to accomplish this task.
8_puzzle
- 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
8Puzzle
- A* Algorithm this program shoes how A* algorithm solve a 8-puzzle problem step by step
bashuma
- 八数码问题的求解系统 利用广度优先搜索方法-8 Puzzle Problem Solving System using breadth-first search method
8puzzleVuChiTung
- 8 puzzle by Vu Chi Tung
8-Puzzle-2.0-With-Numbers
- This Source For 8 Puzzle With C# This Program Is Professional 8 Puzzle With A* And HilCliming
8-puaale
- 8 puzzle a* c++ language
8-Puzzle-2.0
- Its the 8 puzzle problem-Its the 8 puzzle problem....
puzzle
- 8 puzzle in c with A star-8 puzzle in c with A star
8-puzzle-v2
- AI 8 puzzle solver: version 2 of 9 block 8 puzzle solver
8 puzzle c++
- this is solve 8 puzzle in c congratulation