文件名称:AStar
- 所属分类:
- 数据结构常用算法
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4.62mb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
A*(A-Star)算法是一种静态路网中求解最短路最有效的方法。公式表示为: f(n)=g(n)+h(n),其中f(n) 是从初始点经由节点n到目标点的估价函数,g(n) 是在状态空间中从初始节点到n节点的实际代价,h(n)是从n到目标节点最佳路径的估计代价。 -A* (A-Star) is a static network algorithm for solving the shortest most effective way. Formula is expressed as: f (n) = g (n)+ h (n), in which f (n) is the initial point from node n to the target point by the valuation function, g (n) is in the state space from the initial node to node n of the actual costs, h (n) is the best path to the target node n estimates of the cost.
相关搜索: Astar
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AStar算法20110509\AStar算法.aps
.................\AStar算法.cpp
.................\AStar算法.h
.................\AStar算法.ico
.................\AStar算法.ncb
.................\AStar算法.rc
.................\AStar算法.sln
.................\AStar算法.sln.old
.................\AStar算法.suo
.................\AStar算法.suo.old
.................\AStar算法.vcproj
.................\AStar算法.vcproj.7.10.old
.................\AStar算法.vcproj.LENOVO-834D5174.Administrator.user
.................\AStar算法.vcproj.WANGJIAN-3590A2.Hubert.user
.................\Debug\AStar算法.exe
.................\.....\AStar算法.exe.embed.manifest
.................\.....\AStar算法.exe.embed.manifest.res
.................\.....\AStar算法.exe.intermediate.manifest
.................\.....\AStar算法.ilk
.................\.....\AStar算法.obj
.................\.....\AStar算法.pch
.................\.....\AStar算法.pdb
.................\.....\AStar算法.res
.................\.....\BuildLog.htm
.................\.....\mt.dep
.................\.....\stdafx.obj
.................\.....\vc90.idb
.................\.....\vc90.pdb
.................\ReadMe.txt
.................\resource.h
.................\shortestway.cpp
.................\small.ico
.................\stdafx.cpp
.................\stdafx.h
.................\UpgradeLog.XML
.................\_UpgradeReport_Files\Thumbs.db
.................\....................\UpgradeReport.css
.................\....................\UpgradeReport.xslt
.................\....................\UpgradeReport_Minus.gif
.................\....................\UpgradeReport_Plus.gif
.................\Debug
.................\_UpgradeReport_Files
AStar算法20110509
.................\AStar算法.cpp
.................\AStar算法.h
.................\AStar算法.ico
.................\AStar算法.ncb
.................\AStar算法.rc
.................\AStar算法.sln
.................\AStar算法.sln.old
.................\AStar算法.suo
.................\AStar算法.suo.old
.................\AStar算法.vcproj
.................\AStar算法.vcproj.7.10.old
.................\AStar算法.vcproj.LENOVO-834D5174.Administrator.user
.................\AStar算法.vcproj.WANGJIAN-3590A2.Hubert.user
.................\Debug\AStar算法.exe
.................\.....\AStar算法.exe.embed.manifest
.................\.....\AStar算法.exe.embed.manifest.res
.................\.....\AStar算法.exe.intermediate.manifest
.................\.....\AStar算法.ilk
.................\.....\AStar算法.obj
.................\.....\AStar算法.pch
.................\.....\AStar算法.pdb
.................\.....\AStar算法.res
.................\.....\BuildLog.htm
.................\.....\mt.dep
.................\.....\stdafx.obj
.................\.....\vc90.idb
.................\.....\vc90.pdb
.................\ReadMe.txt
.................\resource.h
.................\shortestway.cpp
.................\small.ico
.................\stdafx.cpp
.................\stdafx.h
.................\UpgradeLog.XML
.................\_UpgradeReport_Files\Thumbs.db
.................\....................\UpgradeReport.css
.................\....................\UpgradeReport.xslt
.................\....................\UpgradeReport_Minus.gif
.................\....................\UpgradeReport_Plus.gif
.................\Debug
.................\_UpgradeReport_Files
AStar算法20110509