文件名称:gameArithmeticPractice
- 所属分类:
- JSP源码/Java
- 资源属性:
- [MacOS] [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 22kb
- 下载次数:
- 0次
- 提 供 者:
- n***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
A*寻路
* 按照A*算法:h=f+g,
* h为从起点A到终点B的评估耗费,
* g为从起点A,沿着产生的路径,移动到网格上指定方格的移动耗费,
* f为从网格上那个方格移动到终点B的预估移动耗费-A* pathfinding* A* algorithm in accordance with: h = f+ g,* h from the starting point A to end B of the assessment of cost,* g from the starting point A, along the generated path, move to the designated grid squares moving cost,* f from the grid squares that move to the mobile terminal B of the estimated cost
* 按照A*算法:h=f+g,
* h为从起点A到终点B的评估耗费,
* g为从起点A,沿着产生的路径,移动到网格上指定方格的移动耗费,
* f为从网格上那个方格移动到终点B的预估移动耗费-A* pathfinding* A* algorithm in accordance with: h = f+ g,* h from the starting point A to end B of the assessment of cost,* g from the starting point A, along the generated path, move to the designated grid squares moving cost,* f from the grid squares that move to the mobile terminal B of the estimated cost
相关搜索: pathfinding
(系统自动生成,下载前可以参看下载内容)
下载文件列表
gameArithmeticPractice\.classpath
......................\.project
......................\build\cn\org\matrix\gmatrix\practice\arithmetic\AStar.class
......................\.....\..\...\......\.......\........\..........\AStarApplet.class
......................\.....\..\...\......\.......\........\..........\Constants.class
......................\.....\..\...\......\.......\........\..........\Location.class
......................\.....\..\...\......\.......\........\..........\Main.class
......................\.....\..\...\......\.......\........\..........\Node.class
......................\.....\..\...\......\.......\........\..........\NodeList.class
......................\.....\java.policy.applet
......................\src\cn\org\matrix\gmatrix\practice\arithmetic\AStar.java
......................\...\..\...\......\.......\........\..........\AStarApplet.java
......................\...\..\...\......\.......\........\..........\Constants.java
......................\...\..\...\......\.......\........\..........\Location.java
......................\...\..\...\......\.......\........\..........\Main.java
......................\...\..\...\......\.......\........\..........\Node.java
......................\...\..\...\......\.......\........\..........\NodeList.java
......................\build\cn\org\matrix\gmatrix\practice\arithmetic
......................\src\cn\org\matrix\gmatrix\practice\arithmetic
......................\build\cn\org\matrix\gmatrix\practice
......................\src\cn\org\matrix\gmatrix\practice
......................\build\cn\org\matrix\gmatrix
......................\src\cn\org\matrix\gmatrix
......................\build\cn\org\matrix
......................\src\cn\org\matrix
......................\build\cn\org
......................\src\cn\org
......................\build\cn
......................\src\cn
......................\build
......................\src
gameArithmeticPractice
......................\.project
......................\build\cn\org\matrix\gmatrix\practice\arithmetic\AStar.class
......................\.....\..\...\......\.......\........\..........\AStarApplet.class
......................\.....\..\...\......\.......\........\..........\Constants.class
......................\.....\..\...\......\.......\........\..........\Location.class
......................\.....\..\...\......\.......\........\..........\Main.class
......................\.....\..\...\......\.......\........\..........\Node.class
......................\.....\..\...\......\.......\........\..........\NodeList.class
......................\.....\java.policy.applet
......................\src\cn\org\matrix\gmatrix\practice\arithmetic\AStar.java
......................\...\..\...\......\.......\........\..........\AStarApplet.java
......................\...\..\...\......\.......\........\..........\Constants.java
......................\...\..\...\......\.......\........\..........\Location.java
......................\...\..\...\......\.......\........\..........\Main.java
......................\...\..\...\......\.......\........\..........\Node.java
......................\...\..\...\......\.......\........\..........\NodeList.java
......................\build\cn\org\matrix\gmatrix\practice\arithmetic
......................\src\cn\org\matrix\gmatrix\practice\arithmetic
......................\build\cn\org\matrix\gmatrix\practice
......................\src\cn\org\matrix\gmatrix\practice
......................\build\cn\org\matrix\gmatrix
......................\src\cn\org\matrix\gmatrix
......................\build\cn\org\matrix
......................\src\cn\org\matrix
......................\build\cn\org
......................\src\cn\org
......................\build\cn
......................\src\cn
......................\build
......................\src
gameArithmeticPractice