搜索资源列表
JigsawPuzzle
- 常见的拼图游戏,将8个图排列为12345678即为过关,鼠标点击控制图的运动。-Jigsaw puzzle common to Figure 8 which is arranged to pass 12345678, mouse click control chart of the movement.
java_8PuzzleApp
- To solve 8-puzzle problem using JAVA.
Puzzlegame
- 拼图游戏是一个Applet程序。游戏可以将一张大图打乱成9张小图,然后在游戏中任意挑选8张小图放在界面中几个任意的位置。通过鼠标来移动打乱的这8张图,使其恢复到预览中看到的效果。此游戏可以选择多组大乱的图片进行拼凑。拼凑成功则游戏结束。-Jigsaw puzzle is an Applet program. Games can be a big upset as Figure 9 Zhang map, and then randomly selected in the game on the i
pitu
- 拼图游戏 9个格子 8个数字 能够计算最少步骤-8 9 puzzle grid to calculate the minimum number of steps
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...
pingtuyouxi
- 这是一款java拼图游戏 一个格子分成九块 一个8张分别显示1-8八个数字的图片随机排布,然后移动其按次序排序 123 456 78 过关-This is a java jigsaw puzzle of a grid divided into nine one eight eight figures 1-8 are shown the picture randomly arranged, and then move the order they cross the border Sort 12,
8-digital-game
- VC++编程,制作一个8数码小游戏,这是个智力游戏,类似于华容道的拼图-VC++ programming, producing an 8-digital game, this is a mental game, similar to the puzzle Huarong
8Puzzle
- Popular 8 puzzle game, solved with search algorithms, ideal homework for Artificial Intelligence courses
A_Star-puzzle
- 使用A星算法,解决8棋盘问题。但是有时会没有结果。-A star algorithm to solve the problem of the 8 board. But sometimes no results.
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
8puzzle
- 8 puzzle game.3*3的矩阵里随机分布,现每次只能移动一个数字最后要求1-8要按从上到下从左到右的顺序依次排列。-8 puzzle game.3* 3 matrix of randomly distributed inside, now you can only move one digit 1-8 final requirements according to the order top to bottom left to right order.
GA
- implement of genetic algorithm for solving 8 puzzle