文件名称:A星算法求最短路径(C++)
文件大小:2.48MB
文件格式:ZIP
更新时间:2015-07-20 08:59:22
A星算法 最短路径
本程序中的20个城市点的坐标是自己随便设的,两城市之间的费用是随机生成的,要么相通,想通则是大于两城市之间的欧几里得距离的,开发平台为VS2008 实现语言为C++
【文件预览】:
ShortestPathWithAStar
----ShortestPathWithAStar.sln(929B)
----ShortestPathWithAStar.ncb(5.46MB)
----ShortestPathWithAStar()
--------AssemblyInfo.cpp(1KB)
--------stdafx.cpp(152B)
--------app.ico(1KB)
--------stdafx.h(161B)
--------ShortestPathWithAStar.cpp(9KB)
--------ShortestPathWithAStar.vcproj(5KB)
--------app.rc(1KB)
--------resource.h(91B)
--------Debug()
--------ShortestPathWithAStar.vcproj.PC-201205271433.编程.user(1KB)
--------ReadMe.txt(882B)
----ShortestPathWithAStar.suo(18KB)
----Debug()
--------ShortestPathWithAStar.ilk(0B)
--------ShortestPathWithAStar.pdb(1.12MB)
--------ShortestPathWithAStar.exe(193KB)