文件名称:A-star
-
所属分类:
- 标签属性:
- 上传时间:2016-11-29
-
文件大小:8.95kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
A-star算法求最短路径。
公式表示为: f(n) g(n)+h(n),
其中 f(n) 是从初始状态经由状态n到目标状态的代价估计,
g(n) 是在状态空间中从初始状态到状态n的实际代价,
h(n) 是从状态n到目标状态的最佳路径的估计代价。-A-star algorithm for the shortest path. Formula is expressed as: f (n) g (n)+h (n), where f (n) the initial state via the state n to the target state the cost estimate, g (n) is in the state space the initial state to actual cost state n, h (n) is an estimate of the cost the state to the target state n the best path.
公式表示为: f(n) g(n)+h(n),
其中 f(n) 是从初始状态经由状态n到目标状态的代价估计,
g(n) 是在状态空间中从初始状态到状态n的实际代价,
h(n) 是从状态n到目标状态的最佳路径的估计代价。-A-star algorithm for the shortest path. Formula is expressed as: f (n) g (n)+h (n), where f (n) the initial state via the state n to the target state the cost estimate, g (n) is in the state space the initial state to actual cost state n, h (n) is an estimate of the cost the state to the target state n the best path.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
A-star/.classpath
A-star/.project
A-star/.settings/org.eclipse.jdt.core.prefs
A-star/bin/AStar$NodeFComparator.class
A-star/bin/AStar.class
A-star/bin/Main.class
A-star/bin/MapNode.class
A-star/src/AStar.java
A-star/src/Main.java
A-star/src/MapNode.java
A-star/.settings
A-star/bin
A-star/src
A-star
A-star/.project
A-star/.settings/org.eclipse.jdt.core.prefs
A-star/bin/AStar$NodeFComparator.class
A-star/bin/AStar.class
A-star/bin/Main.class
A-star/bin/MapNode.class
A-star/src/AStar.java
A-star/src/Main.java
A-star/src/MapNode.java
A-star/.settings
A-star/bin
A-star/src
A-star
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.