diff --git a/README.md b/README.md index 6331af7..aa37d0b 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,28 @@ ## 目录 - [计算机网络](./common/ComputerNetwork) + - [C++ 课程设计](./common/CppProjects) + - [C++ 课程实验](./common/ObjectOrientedProgramming) + - [计算机图形学](./common/ComputerGraphics) + - [操作系统实验](./common/OperatingSystem) + - [数值分析实验](./common/NumericalAnalysis) + - [数据结构与算法实验](./common/DataStructuresAndAlgorithms) + - [计算机系统基础实验](./common/ComputerSystemFundamentals) + - [计算机组成原理实验](./common/PrinciplesOfComputerComposition) + - [软件工程](./common/SoftwareEngineering) + - [软件系统设计与分析](./common/SoftwareSystemDesignAndAnalysis) - -另附: -- [yyx的课程资料](https://github.com/19020011038/OUC-HomeWork) + ## 合作 diff --git a/common/ComputerSystemFundamentals/readme.md b/common/ComputerSystemFundamentals/readme.md index cdb830d..09becf6 100644 --- a/common/ComputerSystemFundamentals/readme.md +++ b/common/ComputerSystemFundamentals/readme.md @@ -1,2 +1,8 @@ +# 计算机系统基础实验 + + + - [yyx](https://github.com/19020011038/OUC-HomeWork/tree/main/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%B3%BB%E7%BB%9F%E5%9F%BA%E7%A1%80) + + diff --git a/common/DataStructuresAndAlgorithms/readme.md b/common/DataStructuresAndAlgorithms/readme.md index 6df68d9..372a00c 100644 --- a/common/DataStructuresAndAlgorithms/readme.md +++ b/common/DataStructuresAndAlgorithms/readme.md @@ -1,2 +1,6 @@ +# 数据结构与算法实验 + + + - [yyx](https://github.com/19020011038/OUC-HomeWork/tree/main/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84) diff --git a/common/NumericalAnalysis/readme.md b/common/NumericalAnalysis/readme.md index d848e44..88f941b 100644 --- a/common/NumericalAnalysis/readme.md +++ b/common/NumericalAnalysis/readme.md @@ -1,2 +1,6 @@ +# 数值分析实验 + + + - [yyx](https://github.com/19020011038/OUC-HomeWork/tree/main/%E6%95%B0%E5%80%BC%E5%88%86%E6%9E%90/%E5%AE%9E%E9%AA%8C) diff --git a/common/OperatingSystem/readme.md b/common/OperatingSystem/readme.md index b328322..ba2bb80 100644 --- a/common/OperatingSystem/readme.md +++ b/common/OperatingSystem/readme.md @@ -1,2 +1,6 @@ +# 操作系统实验 + + + - [yyx](https://github.com/19020011038/OUC-HomeWork/tree/main/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/%E5%AE%9E%E9%AA%8C) diff --git a/common/PrinciplesOfComputerComposition/readme.md b/common/PrinciplesOfComputerComposition/readme.md index 85a7ce3..c2d29ba 100644 --- a/common/PrinciplesOfComputerComposition/readme.md +++ b/common/PrinciplesOfComputerComposition/readme.md @@ -1,2 +1,6 @@ +# 计算机组成原理 + + + - [yyx](https://github.com/19020011038/OUC-HomeWork/tree/main/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%BB%84%E6%88%90%E5%8E%9F%E7%90%86) diff --git a/common/SoftwareEngineering/readme.md b/common/SoftwareEngineering/readme.md index 8649b40..d75934e 100644 --- a/common/SoftwareEngineering/readme.md +++ b/common/SoftwareEngineering/readme.md @@ -1,2 +1,6 @@ +# 软件工程 + +## lenovo商城 + - [yyx](https://github.com/19020011038/lenovo) diff --git a/common/SoftwareSystemDesignAndAnalysis/readme.md b/common/SoftwareSystemDesignAndAnalysis/readme.md index f850146..bd8c10f 100644 --- a/common/SoftwareSystemDesignAndAnalysis/readme.md +++ b/common/SoftwareSystemDesignAndAnalysis/readme.md @@ -1,2 +1,6 @@ +# 软件系统设计与分析 + +## 图书管理系统 + - [yyx](https://github.com/19020011038/Library)