- 持续更新中
- 2022.02.19起-
- @yaofanghao
- C++_Primer
- Computer-Networking-A-Top-Down-Approach-NOTES-master
- 《计算机网络-自顶向下方法》参考代码
- https://github.com/moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES
- CSAPP
- 《深入理解计算机系统》参考代码
- http://csapp.cs.cmu.edu/
- OpenCV
- OpenNI
- 深度相机使用的简单介绍
- https://documentation.help/OpenNI-2.0/index.html
- https://documentation.help/OpenNI-2.0/getting_started.html
- https://developer.orbbec.com.cn/technical_library/OpenNI2/html
- https://kheresy.wordpress.com/index_of_openni_and_kinect/documents-of-openni-2-x/
- https://github.com/CMU-Perceptual-Computing-Lab/openpose
- project_code
- serial_demo
- 基于C++方法的串口通信,CppLinuxSerial、WiringPi、WZSerial库的实现示例
- https://github.com/gbmhunter/CppLinuxSerial
- https://github.com/WiringPi/WiringPi
- https://github.com/ayowin/WzSerialportPlus
- STLSourceCode-SGI
- 《STL源码剖析》参考代码
- https://github.com/steveLauwh/SGI-STL
- StudyDataStructure
- 王道考研数据结构学习记录
- C++入门学习记录
- 《数据结构(邓俊辉)》参考代码
- https://dsa.cs.tsinghua.edu.cn/~deng/ds/dsacpp/index.htm
- https://github.com/0voice/introduce_c-cpp_manual
- https://blog.csdn.net/qq_40679299/article/details/107721116
- uCOSII
- ucosII操作系统作业代码
2022.06-2022.09 OpenCV
2022.07-2022.08 C程序设计语言-K&R / C和指针
2022.07-2022.09 OpenNI / primesense / 双目视觉
2022.07-2022.09 PaddlePaddle / Paddle-Lite
2022.07- 深入理解计算机系统(CSAPP)
2022.07- C++Primer / EssentialC++ / EffectiveC++ / C++程序设计语言
2022.08-2023.02 数据结构-邓俊辉 / 数据结构-王道考研 入门知识
2022.09-2022.11 黑马C++网课
2022.11 CppLinuxSerial / wiringPi / WZSerialPort 串口通信
2022.11- STL源码剖析
2022.11- 现代C++语言核心特性解析
2023.03- 嵌入式C / 嵌入式软开基础知识
2023.03- 计算机组成原理 入门知识
2023.03-2023.06 操作系统 入门知识
2023.03- 计算机网络 入门知识
2023.03- Linux系统编程 / APUE / UNP
2023.05- C++ Qt6