摘要:
上一篇我分析了如何调用别人的第三方库,现在我继续分析如何构建一个库供他人使用。完成这个任务需要用到ADD_LIBRARY() 1:A... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(487)
评论(0)
推荐(0)
摘要:
link CMAKE_AR: 静态库的归档工具的名称。这个变量指定了用于创建档案或静态库的程序的名称。 CMAKE_ARGC: 在脚... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(58)
评论(0)
推荐(0)
摘要:
CMake的几种Include include_directories()target_include_directories()a... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(133)
评论(0)
推荐(0)
摘要:
代码在git 假设我们有个main.c,其内容如下 #include int main(void){#ifdef WWW1 p... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(82)
评论(0)
推荐(0)
摘要:
cmake_minimum_required(VERSION 3.0)project(DBoW2)include(ExternalP... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(48)
评论(0)
推荐(0)
摘要:
代码在git 有时希望在编译代码时只编译一些指定的源码,可以使用cmake的option命令,主要遇到的情况分为2种: 本来要生成多... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(16)
评论(0)
推荐(0)
摘要:
代码在git 有时编译程序时想添加一些编译选项,如-Wall,-std=c++11等,就可以使用add_compile_option... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(192)
评论(0)
推荐(0)
摘要:
Transformer:Pytorch版本的源码解析 Transformer源码详解(Pytorch版本) 史上最小白之Transf... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(58)
评论(0)
推荐(0)
摘要:
文章链接 git代码 来自清华计算机系的团队,开发出了一个全新的PCT网络,相比于目前主流的点云分割模型PointNet,不仅参数量... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(22)
评论(0)
推荐(0)
摘要:
代码在git main.cpp clude #include #include using namespace cv;int mai... 阅读全文
posted @ 2022-08-19 22:47
luoganttcc
阅读(98)
评论(0)
推荐(0)

浙公网安备 33010602011771号