上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 27 下一页
摘要: QEMU使用Meson构建系统 Meson+Ninja https://github.com/tiernemi/meson-sample-project Zephyr Kconfig+Cmake 实现 Menuconfig https://github.com/jameswalmsley/cmake 阅读全文
posted @ 2021-08-23 18:55 sinferwu 阅读(1159) 评论(0) 推荐(0)
摘要: LIBRARY_PATH和LD_LIBRARY_PATH是Linux下的两个环境变量,二者的含义和作用分别如下: LIBRARY_PATH环境变量用于在程序编译期间查找动态链接库时指定查找共享库的路径,例如,指定gcc编译需要用到的动态链接库的目录。设置方法如下(其中,LIBDIR1和LIBDIR2 阅读全文
posted @ 2021-08-23 15:26 sinferwu 阅读(1959) 评论(0) 推荐(0)
摘要: https://en.cppreference.com/w/c/language/struct_initialization Struct and union initialization C C language Initialization When initializing an object 阅读全文
posted @ 2021-08-23 15:13 sinferwu 阅读(97) 评论(0) 推荐(0)
摘要: ar -t libxxx.a nm -e libxxx.a nm -g libxxx.a .a静态库文件实际上就是.o目标文件的集合 x[o] - extract file(s) from the archivear -x libxxx.a 提取目标文件 file add.o nm add.o nm 阅读全文
posted @ 2021-08-20 15:07 sinferwu 阅读(616) 评论(0) 推荐(0)
摘要: ONNX https://github.com/onnx/models Yolo v3、VGG16、VGG19、CenterNet、OpenPose、ResNet-50/ResNet-101 https://github.com/daquexian/onnx-simplifier PyTorch N 阅读全文
posted @ 2021-07-20 19:32 sinferwu 阅读(879) 评论(0) 推荐(0)
摘要: [diff] tool = bcompare [difftool "bcompare"] cmd = \"/home/user/.beyondcompare/bcompare\" \"$LOCAL\" \"$REMOTE\" [difftool] prompt = false [merge] too 阅读全文
posted @ 2021-06-29 14:27 sinferwu 阅读(108) 评论(0) 推荐(0)
摘要: https://github.com/victronenergy/QsLog https://github.com/mkroening/qslog QsLog - the simple Qt logger QsLog is an easy to use logger that is based on 阅读全文
posted @ 2021-05-31 19:31 sinferwu 阅读(494) 评论(0) 推荐(0)
摘要: http://elm-chan.org/fsw/strf/xprintf.html xprintf is a compact string I/O library. It is ideal for tiny microcontrollers that has insufficient program 阅读全文
posted @ 2021-05-27 14:18 sinferwu 阅读(190) 评论(0) 推荐(0)
摘要: sokit-1.3.1-linux64 (推荐) apt-get install libqtgui4:i386 https://github.com/sinpolib/sokit/releases/tag/v1.3.20150507 mNetAssist-release-amd64.deb apt- 阅读全文
posted @ 2021-05-01 20:29 sinferwu 阅读(767) 评论(0) 推荐(0)
摘要: 重要资料: https://github.com/itead/ITEADLIB_Arduino_WeeESP8266 跨平台框架 Flutter RC Car control using ESP8266 https://github.com/groupsky/nodemcu-car Android 阅读全文
posted @ 2021-04-28 14:28 sinferwu 阅读(417) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 27 下一页