文件名称:AI
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-04-27
- 文件大小:
- 165kb
- 下载次数:
- 0次
- 提 供 者:
- xiez****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对于拼图问题的基于java的A*算法实现。状态空间图中的节点用一个Node对象表示,图中出现的节点(包括已扩展的和未扩展的)存放在一个list(ArrayList的一个对象)中,A*算法运行完毕后,最优路径上的节点存放在pathArray(ArrayList的一个对象)中。程序维护两个变量head和tail,在list中两者之间的节点表示open表中的未扩展节点,list中head之前的属于closed表中的已扩展节点。-Puzzle java-based A* algorithm. State space graph node with a Node object, figure nodes (including extended and non-extended) stored in a List (ArrayList to an object), the A* algorithm has finished running, the optimal path node storage in pathArray (ArrayList to an object). The program maintains the head and tail of two variables between the two nodes represent unexpanded node in the open table list in the head before the closed table has been extended node in the list.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AI
..\.classpath
..\.project
..\.settings
..\.........\org.eclipse.core.resources.prefs
..\.........\org.eclipse.jdt.core.prefs
..\bin
..\...\ImageViewer.class
..\...\Node.class
..\...\Puzzle$1.class
..\...\Puzzle$2.class
..\...\Puzzle.class
..\image
..\.....\1.jpg
..\.....\2.jpg
..\.....\3.jpg
..\.....\4.jpg
..\.....\5.jpg
..\.....\6.jpg
..\.....\7.jpg
..\.....\8.jpg
..\Puzzle.txt
..\RandomStart.txt
..\src
..\...\Puzzle.java