搜索资源列表
Chess(8puzzle)
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
EIGHTPUZZLE
- 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
puzzle
- [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
8puzzle_Astar
- An A-star algorithm for solving 8-puzzle problem
puzzle
- 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a m
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
8
- 用A*启发式算法解决八数码问题,用纯C实现-using A* algorithm to solve Eight-puzzle
3x3solver
- 8 puzzle solver enter inital status and goal status.
8_Puzzle_Solution_Finder_v112
- It s a 8-puzzle agme ^.^
8puzzle.tar
- a solution of 8 puzzle problem using AI
8puzzle_a_star
- 一个使用a*算法解决8 puzzle游戏的程序。随机产生一个0到8数字的布局,然后按顺序排列,并且显示每步的运行。-One using the a* algorithm to solve 8 puzlle the game program. Randomly generate a 0-8 figure layout, and then in sequence, and shows each step of the operation.
8-puzzle-genetic
- It s simple implementation of Genetic Algorithm on 8-puzzle and as result it can say either there is or not a set of movement to go from initial state to a given final state.-It s simple implementation of Genetic Algorithm on 8-puzzle and as re
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
15-puzzle
- 各种有趣的数学算法和数学题目,用数据结构解决-A variety of interesting mathematical algorithms and mathematical topics, with the data structure to solve
8puzzleVuChiTung
- 8 puzzle by Vu Chi Tung
eightpuzzle
- 8 puzzle problem with A-star algorithm.-8 puzzle problem with A-star algorithm.
8-Puzzle-2.0-With-Numbers
- This Source For 8 Puzzle With C# This Program Is Professional 8 Puzzle With A* And HilCliming
8-Puzzle-2.0
- 8 puzzle con xml algoritmo A*