文件名称:fire_emble
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-11-28
- 文件大小:
- 161kb
- 下载次数:
- 0次
- 提 供 者:
- zhuzh******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
java实现人工智能算法:通过将目标物放入地图上一个位置上,程序能够使用最短路径找到此目标物。配有界面且能够随意放置目标物(包括添加障碍物等)-Java implementation of artificial intelligence algorithm: the target object into the map the last position, the program can use the shortest path to find the target. Equipped with interface and can be arbitrarily placed objects (including add obstacles etc.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fire_emble\.classpath
..........\.project
..........\bin\action\AstarPathFinder.class
..........\...\......\Moveable.class
..........\...\......\MoveX.class
..........\...\entity\Character.class
..........\...\......\Location.class
..........\...\listener\InstructionListener$MoveThread.class
..........\...\........\InstructionListener.class
..........\...\Main.class
..........\...\map\Maps.class
..........\...\resources\4.JPG
..........\...\.........\5.JPG
..........\...\.........\army.jpg
..........\...\.........\army5.jpg
..........\...\.........\army5_2.jpg
..........\...\.........\ex_p.jpg
..........\...\.........\ground5.jpg
..........\...\.........\hair.jpg
..........\...\.........\hair2.png
..........\...\.........\s2.png
..........\...\.........\select.jpg
..........\...\.........\select2.jpg
..........\...\.........\sidewall5.jpg
..........\...\.........\s_p.jpg
..........\...\.........\s_p2.jpg
..........\...\.........\target.jpg
..........\...\.........\test2.jpg
..........\...\.........\Thumbs.db
..........\...\.........\wall5.jpg
..........\...\test\TestMap$Ta.class
..........\...\....\TestMap.class
..........\...\....\TestReg.class
..........\...\ui\Cursor.class
..........\...\..\FireEmblePanel$1.class
..........\...\..\FireEmblePanel.class
..........\...\.til\Consts.class
..........\...\....\ImageManager.class
..........\...\....\Util.class
..........\src\action\AstarPathFinder.java
..........\...\......\Moveable.java
..........\...\......\MoveX.java
..........\...\entity\Character.java
..........\...\......\Location.java
..........\...\listener\InstructionListener.java
..........\...\Main.java
..........\...\map\Maps.java
..........\...\resources\4.JPG
..........\...\.........\5.JPG
..........\...\.........\army.jpg
..........\...\.........\army5.jpg
..........\...\.........\army5_2.jpg
..........\...\.........\ex_p.jpg
..........\...\.........\ground5.jpg
..........\...\.........\hair.jpg
..........\...\.........\hair2.png
..........\...\.........\s2.png
..........\...\.........\select.jpg
..........\...\.........\select2.jpg
..........\...\.........\sidewall5.jpg
..........\...\.........\s_p.jpg
..........\...\.........\s_p2.jpg
..........\...\.........\target.jpg
..........\...\.........\test2.jpg
..........\...\.........\Thumbs.db
..........\...\.........\wall5.jpg
..........\...\test\TestMap.java
..........\...\....\TestReg.java
..........\...\ui\Cursor.java
..........\...\..\FireEmblePanel.java
..........\...\.til\Consts.java
..........\...\....\ImageManager.java
..........\...\....\Util.java
..........\bin\action
..........\...\entity
..........\...\listener
..........\...\map
..........\...\resources
..........\...\test
..........\...\ui
..........\...\util
..........\src\action
..........\...\entity
..........\...\listener
..........\...\map
..........\...\resources
..........\...\test
..........\...\ui
..........\...\util
..........\bin
..........\src
fire_emble