搜索资源列表
migong
- 这是一个迷宫问题,用Astar来实现迷宫问题,里面有很详细的说明这是我从其它网站上下载下来的
AstarrpgDEMO
- Astar游戏DEMO flash as3.0源码,喜欢就下载呗。-Astar DEMO flash game AS3.0 source code, like to download it.
aStar
- 使用A*算法求解8数码问题,数码是随机生成的,若碰上无解的情况先调整数码的结构使其有解。-use A star algorithm to solve the eight digits problem
com.javapathfinder.vjp_1.0.11.tar
- AStar算法,JAVA写的,能够用于 Roguelike 游戏 -Astar algorithm, JAVA written, can be used to Roguelike Games
AStar
- java语言编写的最短路径,不过没有主函数需要下载后自己编写-java language of the shortest path, but I did not need to download the main function after I have written
AStar
- AStar算法源代码及演示 互助、分享、提高 -AStar
AStar
- Java游戏中的AStar算法源代码,根据以往网络上的代码改编,给学习J2me的朋友一些参考,有的地方写的不好,本人也是在摸索中。
AStarofjava
- AStar算法的Java源代码,非常不错,分享下! -AStar algorithm Java source code, very nice!
AStar
- Java游戏中的AStar算法源代码,根据以往网络上的代码改编,给学习J2me的朋友一些参考,有的地方写的不好,本人也是在摸索中。-Java game AStar algorithm source code, based on past the code on the network, adapted to the study J2me friend some reference, in some places is badly written, and I was still groping.
ShortestPath
- 用A星算法解决的TSP问题,其中的选择函数用的是最小生成树-A star with the algorithm to solve the TSP problems, the selection function using a minimum spanning tree
AStarDemo
- AStar简单例子,不包括f计算,用于游戏中的移动-AStar simple example, does not include f calculated for the mobile game
as3AStar
- 使用 as3.0 做 A星自动寻路,输入地图数据,会自动进行数据结构的转换,操作地图单元如同数组一样简单-Use as3.0 automatically find its way to do A Star
Java.Game.Programming.AStar.algorithm.code
- Java游戏编程AStar算法源代码Java Game Programming AStar algorithm source code -Java Game Programming AStar algorithm source code
Astar
- Astar algorythm in EightPuzzle problem. Done in NetBeans
Astar
- 人物行走代码,绝对爽。。用键盘控制其行走-an example code of walking,controling with keyboard
AstarTSP
- A星算法实现旅行商问题 有注释,通俗易懂,简单实现-Astar: TSP Problem in Java Having comments, easy to unerstand
AStar
- Flash的Astar算法,供学习使用。-Flash Astar algorithm for learning to use.
astar.tar
- Describes the working of the astar algorithm
Graph TSP AStar Floyd Colorarion Genetic JungLib
- A complete Java System to view the graph solution of Traveling Salesman Problem, AStar, Floyd, Coloration and Genetic solution. Using Jung Java Library.
AStar
- java版本的A星算法示例代码,二维平面(A star algorithm example written in java)