搜索资源列表
皇后之謎
- this small program to give one possible solution of the 8 queens puzzle...
Eight_(8)_2183836282010
- A star algoritm for 15-puzzle
npuzzle
- 用java写的一个解8-puzzle直到n-puzzle的软件,会清晰的显示步骤和算法。使用的是ai中的一个算法-Using java to write an 8-puzzle solution until the n-puzzle software, will clearly show the steps and algorithms. Use of an algorithm for ai
puzzle
- [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
8_Puzzle_-_source
- the algorithm of game 8 puzzle
Puzzzle_8
- AI 8-Puzzle game program code
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.
java_8PuzzleApp
- To solve 8-puzzle problem using JAVA.
PUZZLE
- The 8-puzzle problem
8puzzle
- Descr iption the 8-puzzle for lisp.
PuzzleFrame.java
- (1).能够实现简单的小游戏智能拼图,所设计的是数字智能拼图,包括初级和高级两种玩法; (2).初级三行三列,包括数字1——8,和一个活动按钮,高级四行四列,包括数字1——15和一个活动按钮; (3).游戏开始,数字随机排列,玩家把数字按顺序1——8或1——15排列起来(行排列)就算成功过关; (4).此游戏为休闲娱乐小游戏。 -(1). To achieve a simple smart puzzle game, designed for digital intelligent
8-digital-game
- VC++编程,制作一个8数码小游戏,这是个智力游戏,类似于华容道的拼图-VC++ programming, producing an 8-digital game, this is a mental game, similar to the puzzle Huarong
8-Puzzle-2.0
- 8 puzzle con xml algoritmo A*
Puzzle8
- This a puzzle 8 automatic demo. It doesn t use graphics and it isn t playable, the game shows the steps to solve a random puzzle 8, showing each iteration until it arrives to end.-This is a puzzle 8 automatic demo. It doesn t use graphics and it isn
eight-queens-puzzle
- 皇后问题(在8*8格的国际象棋盘上放置8个皇后,使得任意两个皇后不能互相攻击,即任何行,列或对角线上不得有两个或两个以上的皇后),打印输出皇后的位置,如在第一行第二个为01000000,以此类推逐行写出-The queen s problems (in 8* 8 s international chess on placed eight queen, make any two queen can t to fight each other, which means any line, colum
puzzle-(1).rar
- puzzle de 8, juego de rompecabezas aplicando busqyeda a ciegas,puzzle de 8, juego de rompecabezas aplicando busqyeda a ciegas
A_Star-puzzle
- 使用A星算法,解决8棋盘问题。但是有时会没有结果。-A star algorithm to solve the problem of the 8 board. But sometimes no results.
caseyscarborough-puzzle-a8031a5
- cono resolver o 8 puzlle
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
8-Puzzle-Solver-master
- Eight puzzle solver with artificial intelligence search methods in java