搜索资源列表
Astar
- 自己编的游戏A*算法实现 采用java applet通过小鸭子在2.5d地图上寻路径动画实现算法 对学习java applet 2d动画,2.5d地图制作,人工智能a*算法的同学有很大帮助
AStar
- 八数码问题的A*算法实现,java的伪代码,基本思想-8 digital issues of A* algorithm, java pseudo code, the basic idea
Java-AStar
- Java游戏中的AStar算法源代码,根据以往网络上的代码改编,给学习J2me的朋友一些参考,有的地方写的不好,本人也是在摸索中-AStar algorithm source code in Java games, according to the code adapted in the past on the network, to learn J2me friends some reference in some places is badly written, and I was grop
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
- 基于向量实现的AStar算法,给出了原理分析和必要注释,已经测试通过。-AStar vector-based algorithm to achieve, given the principle of analysis and notes the need to have the test.
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
AStar
- A * (star) Algorithm-A* (star) Algorithm
astar
- This is a A* algorith.
visibility_graph_robot_motion
- visibility graph code developed on matlab, which uses astar search algorithm and minkowski difference - developed and updated from the previosly uploaded java source code
astar
- A* is a shortesr path algorithm. it is useful to find a shortest path.
Java.Game.Programming.AStar.algorithm.code
- Java游戏编程AStar算法源代码Java Game Programming AStar algorithm source code -Java Game Programming AStar algorithm source code
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 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