文件名称: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

..\.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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org