搜索资源列表
EightFigure
- 自己用JAVA编的人工智能的A*算法的八数码程序-own use JAVA series of the artificial intelligence of the A * algorithm eight digital procedures
h3456
- JAVA源码下载 人工智能八数码(九宫重排)问题-eight digital download artificial intelligence (JiuGongTu rearrangement) issue
Chess(8puzzle)
- 这个程序是从广度优先搜索,深度优先搜索,A算法以及A算法等多方面算法来解决八数码问题.zip-8-puzzle A* BFS DFS MFC
eight-figure-puzzle
- 八数码难题用Java语言实现,搜索算法为广度优先-eight-figure-puzzle in Java
AStar
- 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
EightFigure
- 使用java重新解决八数码问题,对算法进行了优化。-Re-use of java to solve eight digital issues, the optimization algorithm.
bsmnt
- 八数码问题的Java修正版.rar?耸
8numJava
- 人工智能中的八数码问题,使用Java开发.-8 num
eight-digit
- 求解八数码问题,初始状态存放在文件中,读入后使用A*算法求解8数码问题,目标状态为1238_4765,即从左上角开始为1,然后按顺时针排列在九宫格中。输出为具体求解步骤-Solving the eight digital issues, the initial state stored in the document, read to use the A* algorithm to solve 8 digital issues, the target state for the 1238_476
EightNum
- 八数码问题,可以实现将九个空格里的八个数进行排列-8 digital issues, the nine spaces can be achieved in eight years with the number of
2007011380_MaPengfei_homework2
- Java写的八数码问题。通过全部的测试样例。-8 digital issues written in Java. Passed all the test sample.
Java
- 八数码问题,人工智能,实验问题 -eight
EightPuzzle
- Java实现八数码求解问题。输入一串字符数组代表八数码的初始位置,最后得到正确的八数码排布-Java Implementation eight digital solve this problem. Enter a character array of eight digital representative of the initial position, and finally get the correct arrangement of the eight digital
EightDigitalGame
- 八数码游戏,能够自动求解和展示过程. 包括SWT的用户界面-eight digital game, with SWT GUI
Genetic
- 遗传算法解八数码问题,交配用的是轮盘赌法-Genetic Algorithm for the eight-puzzle problem, mating with the roulette method
bushuma
- 八数码游戏,本人利用java亲手编写,人工智能课后作业,使用A*算法,大家可以参考-Eight digital games, I personally prepared using java, artificial intelligence homework, use the A* algorithm, we can refer to
AI-Eight-digital-problem-
- 使用java开发的人工智能八数码问题 以及说明文档-The development of artificial intelligence using java Eight Puzzle Problem
jiugong
- 用java实现重排九宫问题(即八数码问题),人工智能-This is a project about java
EightNumbers
- 本源码为八数码问题的JAVA版本,采用了A星算法和RBFS算法,估价函数为几何距离。-The source for the eight digital JAVA version, using the A Star algorithm and RBFS algorithm, the valuation function is the geometric distance.
Puzzle
- 八数码问题的爬山法,首选爬山法,随机重启爬山法,退火算法的实现以及比较。(This code solve 8-puzzle problem using hill climbing and simulated annealing. And then I compare with each other.)