搜索资源列表
8_puzzle
- 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
puzzle8
- A星算法puzzle8,请用VC6.0以上-A star algorithm puzzle8
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
puzzle8
- A星算法puzzle8,请用VC6.0以上-A star algorithm puzzle8