Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[COURSE] Add SUSTech_CS205 #625

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/编程入门/cpp/SUSTech_CS205.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CS205 C/C++ Program Design

## Descriptions

- Offered by:Southern University of Science and Technology
- 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
15 changes: 15 additions & 0 deletions docs/编程入门/cpp/SUSTech_CS205.md
Original file line number Diff line number Diff line change
@@ -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