- 博客(6)
- 资源 (3)
- 收藏
- 关注
原创 fatal error: cryptopp/hex.h: No such file or directory
Ubuntu $ apt-get install libcrypto++-dev libcrypto++-doc libcrypto++-utils Redhat/Fedora $ dnf install libcryptopp-devel Reference https://www.coder.work/article/4056428 https://github.com/oxagast/ansvif/issues/2
2021-05-28 15:19:52
1109
原创 ARM Neon学习资源整理
以下为本人在学习ARM Neon时搜集到的资料整理,以供参考。 1.官方链接 NEON汇编指令官方文档:http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0473j/dom1361289959991.html NEON Intrinsics官方文档:http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0491h/Badcdfad.html 快速查找NE
2021-04-29 10:11:58
2054
3
原创 C语言:常见操作系统预定义宏
常见操作系统预定义宏 OS Macro Description UNIX Environment __unix__ UNIX Environment __unix Linux kernel __linux__ GNU/Linux __gnu_linux__ Mac OS X & iOS __APPLE__ Android __ANDROID__ Windows _WIN32 Defined for both 32-bit and 64-bit en
2021-04-29 09:56:38
898
原创 error LNK1104: 无法打开文件“***.lib“
以LNK开头的错误号意即错误发生在链接阶段。可能的解决方法如下:附加库目录缺少对应库的路径;附加依赖项缺少对应库;库文件本身有错误这样的错误。
2017-04-11 19:47:59
5120
原创 python入门学习笔记
学习书籍:《Learn Python The Hard Way》和 《Python简明教程》 操作环境:Windows 7, PowerShell, Notepad++ 开始时间:2016/11/23
2016-12-01 09:24:24
1166
原创 shell(Bash)基本语法概览
#!/bin/bash 调用bash作为解释器 read a 从终端读入字符串并存入a declare -i a 声明a为整型数据(shell变量默认为字符串) expr 四则运算 c=`expr $a + $b` 对a和b的值进行四则运算,并把结果赋给c shell特殊字符 # root提示符 #!代表解释器 #后跟注释 $ 普通用户提示符 变量标识符 $* ...
2016-07-27 19:01:59
604
OpenCV 4.9.0 Windows 64bit 安装包
2024-09-06
OpenCV GPU Windows安装包
2021-12-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅