From efdbe8fafe32bc504febbd0cfbaf277d94d077d5 Mon Sep 17 00:00:00 2001 From: cyx0706 <3519161997@qq.com> Date: Sun, 28 Nov 2021 23:59:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BE=E5=BD=A2=E5=AD=A6?= =?UTF-8?q?=E5=92=8CC++=E5=AE=9E=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ common/ComputerGraphics/README.md | 6 ++++++ common/ObjectOrientedProgramming/README.md | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 common/ComputerGraphics/README.md create mode 100644 common/ObjectOrientedProgramming/README.md diff --git a/README.md b/README.md index e8003e1..5686a55 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ - [计算机网络](./common/ComputerNetwork) - [C++ 课程设计](./common/CppProjects) +- [C++ 课程实验]("./common/ObjectOrientedProgramming") +- [计算机图形学]("./common/ComputerGraphics") ## 合作 diff --git a/common/ComputerGraphics/README.md b/common/ComputerGraphics/README.md new file mode 100644 index 0000000..2f5e5ad --- /dev/null +++ b/common/ComputerGraphics/README.md @@ -0,0 +1,6 @@ +# 计算机图形学基础课程实验 + +## 秦勃 + +- [Amoniaa](https://github.com/Amoniaa/CG) + diff --git a/common/ObjectOrientedProgramming/README.md b/common/ObjectOrientedProgramming/README.md new file mode 100644 index 0000000..6bb044f --- /dev/null +++ b/common/ObjectOrientedProgramming/README.md @@ -0,0 +1,6 @@ +# C++ 基础课程实验 + +## 亓琳 + +- [Leo](https://github.com/249606097/Cpp-Experiment) +