From 98db321f0d9895651a1c7f488057196c7eb4433c Mon Sep 17 00:00:00 2001 From: Sun Date: Thu, 13 Jun 2024 18:08:30 +0800 Subject: [PATCH 1/2] add SUSTech_CS205 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 快速学习C和C++,基础语法和优化策略,学了不再怕指针(南科大计算机系原版) --- docs/编程入门/cpp/SUSTech_CS205.en.md | 16 ++++++++++++++++ docs/编程入门/cpp/SUSTech_CS205.md | 15 +++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 docs/编程入门/cpp/SUSTech_CS205.en.md create mode 100644 docs/编程入门/cpp/SUSTech_CS205.md diff --git a/docs/编程入门/cpp/SUSTech_CS205.en.md b/docs/编程入门/cpp/SUSTech_CS205.en.md new file mode 100644 index 00000000..e65e61ce --- /dev/null +++ b/docs/编程入门/cpp/SUSTech_CS205.en.md @@ -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 diff --git a/docs/编程入门/cpp/SUSTech_CS205.md b/docs/编程入门/cpp/SUSTech_CS205.md new file mode 100644 index 00000000..aeb51b41 --- /dev/null +++ b/docs/编程入门/cpp/SUSTech_CS205.md @@ -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 From c641e26d57a284b789cdb79af967a2c7e81519ee Mon Sep 17 00:00:00 2001 From: Sun Date: Thu, 13 Jun 2024 20:39:05 +0800 Subject: [PATCH 2/2] Update SUSTech_CS205.en.md --- docs/编程入门/cpp/SUSTech_CS205.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/编程入门/cpp/SUSTech_CS205.en.md b/docs/编程入门/cpp/SUSTech_CS205.en.md index e65e61ce..d96fd9be 100644 --- a/docs/编程入门/cpp/SUSTech_CS205.en.md +++ b/docs/编程入门/cpp/SUSTech_CS205.en.md @@ -2,7 +2,7 @@ ## Descriptions -- Offered by:Southern University +- Offered by:Southern University of Science and Technology - Prerequisites:better if you are already proficient in a programming language - Programming Languages:C/C++ - Difficulty: 🌟🌟🌟