文件名称:CppND-Route-Planning-Project
文件大小:1.2MB
文件格式:ZIP
更新时间:2024-05-12 09:18:02
C++
路线规划项目 此存储库包含“路线计划”项目的入门代码。 克隆 克隆此项目时,请确保使用--recurse-submodules标志。 使用HTTPS: git clone https://github.com/udacity/CppND-Route-Planning-Project.git --recurse-submodules 或使用SSH: git clone git@github.com:udacity/CppND-Route-Planning-Project.git --recurse-submodules 本地运行的依赖项 cmake> = 3.11.3 所有操作系统: make> = 4.1(Linux,Mac),3.81(Windows) Linux:大多数Linux发行版默认都安装了make Mac: Windows: gcc / g ++> = 7.4.0
【文件预览】:
CppND-Route-Planning-Project-master
----map.osm(3.28MB)
----.gitmodules(217B)
----src()
--------model.h(2KB)
--------model.cpp(11KB)
--------route_planner.cpp(5KB)
--------route_model.h(1KB)
--------render.cpp(9KB)
--------main.cpp(3KB)
--------route_planner.h(939B)
--------render.h(2KB)
--------route_model.cpp(2KB)
----CMakeLists.txt(1KB)
----thirdparty()
--------googletest()
--------pugixml()
----test()
--------utest_rp_a_star_search.cpp(4KB)
----cmake()
--------FindCairo.cmake(6KB)
--------FindGraphicsMagick.cmake(3KB)
----LICENSE.md(3KB)
----README.md(2KB)
----map.png(890KB)
----.gitignore(50B)