文件名称:EightCode
介绍说明--下载内容来自于网络,使用问题请自行百度
这个程序是实现人工智能中的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
EightCode/.project
EightCode/bin/ASearch.class
EightCode/bin/Eight.class
EightCode/bin/Queue.class
EightCode/src/ASearch.java
EightCode/src/Eight.java
EightCode/src/Queue.java
EightCode/bin
EightCode/src
EightCode
EightCode/.project
EightCode/bin/ASearch.class
EightCode/bin/Eight.class
EightCode/bin/Queue.class
EightCode/src/ASearch.java
EightCode/src/Eight.java
EightCode/src/Queue.java
EightCode/bin
EightCode/src
EightCode
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.