- 博客(2)
- 资源 (3)
- 收藏
- 关注
原创 testffmpeg+opencv
extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> #include <libavdevice/avdevice.h> #include <libswresample/swresample.h> #include <libavutil/pixfmt.h> #include <libswscale/swscale.h> }; #in.
2021-10-18 09:52:43
179
原创 linux vscode cmake
#mkdir -p a/b/c 一次性创建多层不存在的目录 #mkdir a b c 当前目录创建3个文件夹 #tree #touch linux.txt # -r 递归 #man 使用方法 man ls #vim :set nu 显示行号 #g++ -E test.cpp -o test.i 预编译 #g++ -S test.i -o test.s 编译 #g++ -c test.s -o test.o 汇编 #g++ test.o -o test 链接 # g++ -O[n] 优化源代码
2021-10-16 18:01:12
237
RecipeThumbnailProvider
2018-08-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅