搜索资源列表
57130.45916033
- 人工智能八数码源代码 启发式搜索解决八数码问题的源代码 8数码难题算法,界面比较漂亮。操作简单-eight digital artificial intelligence heuristic search the source code to solve the problem eight digital source code 8 puzzle algorithm, interface more beautiful. Simple operation
8PuzzleSolver
- please help me resolving the problem with BFS code for 8-puzzle. thanks!
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
8_num
- 人工智能八数码问题用A*算法的求解源代码-AI 8 Puzzle Problem Solving with the A* algorithm source code
8_puzzle
- a source code for 8-puzzle problem in which initial state and final state are given as input and program shows the no of steps to solve the problem and states also which occur in between initial state and final state.
Taquin_v1.1
- a source code that solves the 8 puzzle problem. it uses A-star algorithm with prolog
C_Eight-Puzzle
- C语言:基于A星算法的8数码问题C程序源代码-C language: A star algorithm 8 puzzle problem C source code