add SUSTech_CS205

快速学习C和C++,基础语法和优化策略,学了不再怕指针(南科大计算机系原版)
This commit is contained in:
Sun 2024-06-13 18:08:30 +08:00 committed by GitHub
parent 631898ad68
commit 98db321f0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# CS205 C/C++ Program Design
## Descriptions
- Offered by:Southern University
- Prerequisites:better if you are already proficient in a programming language
- Programming Languages:C/C++
- Difficulty: 🌟🌟🌟
- Class Hour:17 hours
The C/C++ course introduced by Shiqi Yu, the leader of the OpenCV China team, explains methods to increase program speed by tens of times, and improves practical skills using OpenCV and ARM as examples.
## Course Resources
- Course Website:https://github.com/ShiqiYu/CPP
- Recordings:https://www.bilibili.com/video/BV1Vf4y1P7pq

View file

@ -0,0 +1,15 @@
# CS205 C/C++ Program Design
## 课程简介
- 所属大学:南方科技大学
- 先修要求:最好掌握至少一门编程语言
- 编程语言C/C++
- 课程难度:🌟🌟🌟
- 预计学时17 小时
由OpenCV中国团队负责人于仕琪推出的C/C++课程介绍将程序速度提升几十倍方法并以OpenCV和ARM为例提升实战能力。
## 课程资源
- 课程视频https://www.bilibili.com/video/BV1Vf4y1P7pq
- 课件、例程等请访问 https://github.com/ShiqiYu/CPP