文件名称:AStar

介绍说明--下载内容均来自于网络,请自行研究使用

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org