搜索资源列表
人工智能(课程)
- 其中readme是整个程序的要求,1.txt是测试程序,hw3.java是编写的程序。主要是为了实现8-puzzle问题(手机上都有的那个小游戏,9个格子,8个数字,让你移动到一种终止状态)。-readme which is the entire process, 1.txt test procedures hw3.java preparation procedures. Major is to achieve 8-puzzle (the phone is the small game, nin
8_puzzle_solver_2009_10
- AI(人工智能)课程的作业,要求用java语言 随即生成8迷宫问题,然后用dfs解决,请大家参考-AI (Artificial Intelligence) program demands of their workers using java language then generate the eight maze problems, and then use dfs resolved, please refer to the
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
AIpuzzle
- 使用A*算法 双向搜索实现的8PUZZLE问题-Bi-directional search using the A* algorithm implementation issues 8PUZZLE
puzzle
- java拼图applet 1-8数字拼图-java puzzle applet 1-8 number puzzle
8puzzle
- 8 puzzle是西人喜欢玩的一个小游戏,这段小程序用四种人工智能算法来实现这个小游戏。 首先是A*查找,包括Nilsson’s sequence score;Tiles Out of Place;Manhattan Distance;另外还有一种算法是air distance-8 puzzle a foreigner like to play a little game, this small program with four kinds of artificial intelligen
TallerHTMLCSS
- El 8 Puzzle Orientado a Inteligencia Artificial
puzzle
- An 8 puzzle game employing manhattan search and heuristic search methods to solve itself.
Horses
- This an implementation of Horses puzzle, for example 8 Horses puzzle.-This is an implementation of Horses puzzle, for example 8 Horses puzzle.
the_eight_puzzle_breaker
- a* search 8 puzzle, not finish yet
EightQueens
- 8 Puzzle source code in java
431896
- 8 puzzle using Breadth first search implemented by java. for atificial intellegence codes .
Puzzle
- this program is written in java language and it s simulating 8 puzzle tile hope you enjoy it
8puzzle
- 8拼图 (华容道游戏),需要用到外部jar包(请设置external library路径)-8 Jigsaw (Puzzle),need to use an external jar package (external library path set)
8-figure-puzzle
- 用深度优先搜索实现八数码问题,适合对java感兴趣的人作为一个有趣的练习-Depth-first Algorithm is used to implement the eight-figure puzzle, suitable for people interested in Java as a fun exercise
PuzzleSolver
- 8/15-Puzzle Solver Algorithm: IDA*, A* Heuristic: Pattern Database, Manhattan Distance
Digital8
- 采用广度优先算法及进阶优化算法解决8数字问题。-Using Broad-First alogrithm and advanced Searching alogrithm to solve 8-digital puzzle.
8puzzle
- 实现八数码移动,九宫格中的八个数字随机排列,有一个空格数字可以通过在空格中移动来移动,最后实现将8个数字按大小顺序围绕空格周围排列(8 puzzle thisprogram is very good,it can make the number stand by order ,so it is a good program)
puzzleFinal
- Juego del puzzle desarrollado en java
puzzleSolver
- otra solucion grafica al 8-puzzle