kd_tree_bst:KD树和二进制搜索树-源码

上传者: 42151772 | 上传时间: 2021-02-17 10:04:56 | 文件大小: 1.15MB | 文件类型: ZIP
C++
构建(编译并运行可执行文件) 该项目将meson构建系统与ninja一起使用。 简而言之, meson可与cmake相提并论,它可帮助您配置构建。 ninja与make相当,它可以帮助您实际构建二进制文件。 Ninja在meson生成的生成目录中使用名为compile_commands.json的文件来查找如何生成二进制文件。 您可以在这里找到有关meson更多信息: : 要使用介子初始化构建设置,请运行:在终端中进行meson build 。 一个名为“ build”的文件夹现在已经出现在您的项目中(但尚未生成任何可执行文件) 要编译所有可执行文件,请输入: ninja -C build ( -C build表示我们先进入build目录,然后再运行任何ninja命令) 要在构建设置后编译单个可执行文件,请键入: ninja -C build后跟可执行文件的路径。 例如,要在b

文件下载

资源详情

[{"title":"( 59 个子文件 1.15MB ) kd_tree_bst:KD树和二进制搜索树-源码","children":[{"title":"kd_tree_bst-master","children":[{"title":"images","children":[{"title":"reopen-in-container-popup.png <span style='color:#111;'> 57.75KB </span>","children":null,"spread":false},{"title":"install-remote-development-extension.png <span style='color:#111;'> 85.16KB </span>","children":null,"spread":false},{"title":"bash.png <span style='color:#111;'> 61.66KB </span>","children":null,"spread":false},{"title":"reopen-in-container-command.png <span style='color:#111;'> 28.52KB </span>","children":null,"spread":false},{"title":"debug.png <span style='color:#111;'> 51.53KB </span>","children":null,"spread":false}],"spread":true},{"title":"COMMANDS_CHEATSHEET.md <span style='color:#111;'> 2.73KB </span>","children":null,"spread":false},{"title":"data","children":[{"title":"actors_sorted.txt <span style='color:#111;'> 186.26KB </span>","children":null,"spread":false},{"title":"smallQuery.txt <span style='color:#111;'> 67B </span>","children":null,"spread":false},{"title":"largeBuild.txt <span style='color:#111;'> 28.14KB </span>","children":null,"spread":false},{"title":"largeQuery.txt <span style='color:#111;'> 2.38MB </span>","children":null,"spread":false},{"title":"queryActors.txt <span style='color:#111;'> 60B </span>","children":null,"spread":false},{"title":"actors.txt <span style='color:#111;'> 174.95KB </span>","children":null,"spread":false},{"title":"smallActors.txt <span style='color:#111;'> 159B </span>","children":null,"spread":false},{"title":"my_custom_input.txt <span style='color:#111;'> 54B </span>","children":null,"spread":false},{"title":"smallBuild.txt <span style='color:#111;'> 77B </span>","children":null,"spread":false}],"spread":true},{"title":"test","children":[{"title":"bst","children":[{"title":"test_BST.cpp <span style='color:#111;'> 3.89KB </span>","children":null,"spread":false},{"title":"meson.build <span style='color:#111;'> 672B </span>","children":null,"spread":false},{"title":"test_BSTIterator.cpp <span style='color:#111;'> 422B </span>","children":null,"spread":false},{"title":"test_BSTNode.cpp <span style='color:#111;'> 316B </span>","children":null,"spread":false},{"title":"main.cpp <span style='color:#111;'> 4.25KB </span>","children":null,"spread":false}],"spread":true},{"title":"meson.build <span style='color:#111;'> 43B </span>","children":null,"spread":false},{"title":"kdt","children":[{"title":"efficiencyTest.cpp <span style='color:#111;'> 4.23KB </span>","children":null,"spread":false},{"title":"meson.build <span style='color:#111;'> 626B </span>","children":null,"spread":false},{"title":"NaiveSearch.hpp <span style='color:#111;'> 1.87KB </span>","children":null,"spread":false},{"title":"main2.cpp <span style='color:#111;'> 2.62KB </span>","children":null,"spread":false},{"title":"test_Point.cpp <span style='color:#111;'> 650B </span>","children":null,"spread":false},{"title":"Timer.hpp <span style='color:#111;'> 825B </span>","children":null,"spread":false},{"title":"test_KDT.cpp <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false}],"spread":true},{"title":"util","children":[{"title":"util.hpp <span style='color:#111;'> 2.96KB </span>","children":null,"spread":false},{"title":"meson.build <span style='color:#111;'> 137B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"build_scripts","children":[{"title":"tidy.sh <span style='color:#111;'> 205B </span>","children":null,"spread":false},{"title":"run-clang-tidy <span style='color:#111;'> 11.22KB </span>","children":null,"spread":false},{"title":"generate_coverage_report <span style='color:#111;'> 2.81KB </span>","children":null,"spread":false}],"spread":true},{"title":"solution-main2.executable <span style='color:#111;'> 439.21KB </span>","children":null,"spread":false},{"title":"subprojects","children":[{"title":".clang-format <span style='color:#111;'> 20B </span>","children":null,"spread":false},{"title":"gtest.wrap <span style='color:#111;'> 433B </span>","children":null,"spread":false}],"spread":true},{"title":"meson.build <span style='color:#111;'> 850B </span>","children":null,"spread":false},{"title":"create_submission_zip.sh <span style='color:#111;'> 51B </span>","children":null,"spread":false},{"title":"src","children":[{"title":"bst","children":[{"title":"BSTIterator.hpp <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"meson.build <span style='color:#111;'> 73B </span>","children":null,"spread":false},{"title":"BST.hpp <span style='color:#111;'> 4.76KB </span>","children":null,"spread":false},{"title":"BSTNode.hpp <span style='color:#111;'> 2.06KB </span>","children":null,"spread":false}],"spread":true},{"title":"meson.build <span style='color:#111;'> 27B </span>","children":null,"spread":false},{"title":"kdt","children":[{"title":"Point.hpp <span style='color:#111;'> 2.42KB </span>","children":null,"spread":false},{"title":"meson.build <span style='color:#111;'> 73B </span>","children":null,"spread":false},{"title":"KDT.hpp <span style='color:#111;'> 7.42KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".clang-tidy <span style='color:#111;'> 2.12KB </span>","children":null,"spread":false},{"title":".clang-format <span style='color:#111;'> 195B </span>","children":null,"spread":false},{"title":".devcontainer","children":[{"title":"Dockerfile <span style='color:#111;'> 1.82KB </span>","children":null,"spread":false},{"title":"docker-compose.yml <span style='color:#111;'> 316B </span>","children":null,"spread":false},{"title":"devcontainer.json <span style='color:#111;'> 379B </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 149B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 6.48KB </span>","children":null,"spread":false},{"title":".gitattributes <span style='color:#111;'> 150B </span>","children":null,"spread":false},{"title":"solution-main.executable <span style='color:#111;'> 209.30KB </span>","children":null,"spread":false},{"title":".vscode","children":[{"title":"launch.json <span style='color:#111;'> 1.76KB </span>","children":null,"spread":false},{"title":"settings.json <span style='color:#111;'> 71B </span>","children":null,"spread":false},{"title":"tasks.json <span style='color:#111;'> 560B </span>","children":null,"spread":false},{"title":"c_cpp_properties.json <span style='color:#111;'> 414B </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明