搜索资源列表
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
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
AstarTSP
- A星算法实现旅行商问题 有注释,通俗易懂,简单实现-Astar: TSP Problem in Java Having comments, easy to unerstand
AStar
- 包含了A*搜索算法的源码和运行程序,运行速度快 A* 搜索算法 A* 寻路算法 游戏算法 源码-A* search algorithm source code and the program
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
- 三维A星算法,在原来二维的基础上加以改进,实现三维功能!-3D A star
Astar
- A star algo implementation in java
AStar
- java版本的A星算法示例代码,二维平面(A star algorithm example written in java)
astar-master
- A*算法,A*(A-Star)算法是一种静态路网中求解最短路径最有效的直接搜索方法,也是解决许多搜索问题的有效算法。算法中的距离估算值与实际值越接近,最终搜索速度越快。(A* algorithm and A* (A-Star) algorithm are the most effective direct search methods for solving the shortest path in static road network, and also are effective algo