文件名称:EightCode
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- hon****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个程序是实现人工智能中的A*算法,照着书上的算法做的。Queue类是自己写的一个队列类,用来实现open表和closed表。原来用Vector做的,但后来发现Vector中保存的只是引用,生成子状态后表中的状态也跟着变了,只好自己实现一个队列类。-This process is the realization of artificial intelligence in the A* algorithm, the algorithm follow the book to do. Queue is a queue to write their own category, used for open forms and closed forms. Vector to do with the original, but later found saved Vector only used to generate sub-state status after the table has also changed, had their own type of the realization of a queue.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
EightCode
.........\.classpath
.........\.project
.........\bin
.........\...\ASearch.class
.........\...\Eight.class
.........\...\Queue.class
.........\src
.........\...\ASearch.java
.........\...\Eight.java
.........\...\Queue.java
.........\.classpath
.........\.project
.........\bin
.........\...\ASearch.class
.........\...\Eight.class
.........\...\Queue.class
.........\src
.........\...\ASearch.java
.........\...\Eight.java
.........\...\Queue.java