搜索资源列表
EIGHTPUZZLE
- 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
puzzle
- 有一个迷宫,用一个二维数组maze[1: m][1: n]表示,其元素值只有两个:0与1。其中以值0表示该位置可以走通,以值1表示该位置阻塞。在迷宫的左上方maze[1][1]处有一入口,右下方maze[m][n]处有一出口,如图1-1所示。现要求探寻从迷宫入口到出口有无通路;若有,则指出其中一条通路的路径:将迷宫数组中通路上的0替换成另一数字(例如8),输出找到通路的迷宫数组;同时按照走通的顺序输出路径上每一步的位置坐标及向下一步前进的方向;若没有,则给出相应的信息。-There is a m
8Puzzle
- This an example of solving 8puzzle problem by computer-This is an example of solving 8puzzle problem by computer
8puzzle.tar
- a solution of 8 puzzle problem using AI
8_puzzle
- 8数码问题 八数码问题 A*算法 Hash结构-eight puzzle problem
ai2
- 8 puzzle sol by A* search with wxPython
YAN_Queens2055523232007
- this small program to give one possible solution of the 8 queens puzzle-this small program to give one possible solution of the 8 queens puzzle...
3
- The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard such that none of them are able to capture any other using the standard chess queen s moves. The queens must be placed in such a way that no two queens attack e
puzzle
- 8 puzzle in c with A star-8 puzzle in c with A star
PuzzleGame
- this source code is written in visual basic 8 puzzle tile I hope you enjoy it
8puzzle
- 这是一个8拼图 实现拼图的生成 绘画 查找 移动等功能-This is an eight jigsaw puzzle generation to achieve painting lookup mobile features
AI8puzzle
- AI 8 puzzle solver: program to solve puzzle of 1-8 in a 9 form block
8-puzzle-v2
- AI 8 puzzle solver: version 2 of 9 block 8 puzzle solver
pintu
- 这是一个拼图游戏小游戏,将一张大图拆封成8个小图,然后随机分散开来,外加一个空白,组成新的页面-This is a puzzle game. It will be a larger image opened into eight insets, then randomly dispersed, plus a blank, the formation of new page
eight-puzzle
- . The 8-puzzle problem is a puzzle invented and popularized by Noyes Palmer Chapman in the 1870s. It is played on a 3-by-3 grid with 8 square blocks labeled 1 through 8 and a blank square. Your goal is to rearrange the blocks so that they are in orde
游戏2048
- 2048》是一款数字益智游戏,在4*4的方格中通过上下左右滑动来控制数字的变化,游戏胜利的条件是出现2048这个数字。 游戏规则如下: 1、玩家每次可以选择上下左右其中一个方向去滑动,定义滑动的方向为前,滑动的反方向为后,每滑动一次,所有的数字方块都会向前移动靠拢至边缘。 2、每一行(列)从最前方第二个方块依次向前方方块发起撞击,相撞的两个方块数字不同时不发生变化,撞击发起块向后顺延,相撞的两个方块相同时变成一个新的数值相加的数字块,后续的数字块依次向前递补空位,撞击发起块变为