# note **Repository Path**: lw0519/note ## Basic Information - **Project Name**: note - **Description**: 学习笔记 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2021-08-02 - **Last Updated**: 2021-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
NOTE
## 介绍 学习笔记 ## 目录结构 ``` ├── BasicKnowledge │ ├── AI │ │ ├── AI │ │ └── math │ ├── Computer │ ├── ImageAndVision │ ├── linux │ ├── multimedia │ │ ├── ffmpeg │ │ ├── gstreamer │ │ └── srs │ ├── network │ │ ├── http │ │ └── network │ ├── onvif │ ├── opencv │ │ ├── learn │ │ └── opencv3.2_install │ ├── ROS │ ├── RPC │ └── thrift ├── DesignPatterns │ ├── Cplus │ ├── GeekTime ├── DevelopmentBoard ├── LICENSE ├── Others ├── Program │ ├── bash │ ├── cplus │ ├── go │ └── makefile ├── Source │ ├── online_resources │ └── PDF ├── TODO ├── Tools │ ├── drawio │ ├── english │ └── git └── Works ```