a-star:A *算法的C ++实现

时间:2024-05-09 22:22:57
【文件属性】:

文件名称:a-star:A *算法的C ++实现

文件大小:37KB

文件格式:ZIP

更新时间:2024-05-09 22:22:57

C++

A *算法 A *路径规划算法的C ++实现 编译程序 mkdir build cd build/ cmake .. make 运行程序 cd build/ ./a_star 带有a-star的最短路径查找器的示例


【文件预览】:
a-star-master
----a_star.hpp(1KB)
----img()
--------solution.png(38KB)
----map_utils.hpp(701B)
----map_utils.cpp(3KB)
----LICENSE(1KB)
----maps()
--------map_2.txt(2KB)
--------map.txt(2KB)
----a_star.cpp(10KB)
----main.cpp(649B)
----CMakeLists.txt(211B)
----README.md(253B)

网友评论