文件名称:AI
介绍说明--下载内容来自于网络,使用问题请自行百度
对于拼图问题的基于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/
AI/.classpath
AI/.project
AI/.settings/
AI/.settings/org.eclipse.core.resources.prefs
AI/.settings/org.eclipse.jdt.core.prefs
AI/bin/
AI/bin/ImageViewer.class
AI/bin/Node.class
AI/bin/Puzzle$1.class
AI/bin/Puzzle$2.class
AI/bin/Puzzle.class
AI/image/
AI/image/1.jpg
AI/image/2.jpg
AI/image/3.jpg
AI/image/4.jpg
AI/image/5.jpg
AI/image/6.jpg
AI/image/7.jpg
AI/image/8.jpg
AI/Puzzle.txt
AI/RandomStart.txt
AI/src/
AI/src/Puzzle.java
AI/.classpath
AI/.project
AI/.settings/
AI/.settings/org.eclipse.core.resources.prefs
AI/.settings/org.eclipse.jdt.core.prefs
AI/bin/
AI/bin/ImageViewer.class
AI/bin/Node.class
AI/bin/Puzzle$1.class
AI/bin/Puzzle$2.class
AI/bin/Puzzle.class
AI/image/
AI/image/1.jpg
AI/image/2.jpg
AI/image/3.jpg
AI/image/4.jpg
AI/image/5.jpg
AI/image/6.jpg
AI/image/7.jpg
AI/image/8.jpg
AI/Puzzle.txt
AI/RandomStart.txt
AI/src/
AI/src/Puzzle.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.