文件名称:8puzzle
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 13kb
- 下载次数:
- 0次
- 提 供 者:
- jul***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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 intelligence algorithms to achieve this little game. First, A* search, including Nilsson' s sequence score Tiles Out of Place Manhattan Distance Yet another method is air distance
首先是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 intelligence algorithms to achieve this little game. First, A* search, including Nilsson' s sequence score Tiles Out of Place Manhattan Distance Yet another method is air distance
(系统自动生成,下载前可以参看下载内容)
下载文件列表
8 puzzle\.classpath
........\.project
........\bin\MySearch.class
........\...\MyTest.class
........\...\Node.class
........\...\PriorityQueue.class
........\bin
........\src\MySearch.java
........\...\MyTest.java
........\...\Node.java
........\...\PriorityQueue.java
........\src
8 puzzle
........\.project
........\bin\MySearch.class
........\...\MyTest.class
........\...\Node.class
........\...\PriorityQueue.class
........\bin
........\src\MySearch.java
........\...\MyTest.java
........\...\Node.java
........\...\PriorityQueue.java
........\src
8 puzzle