From 6866be961a37f318e1b9882affa7277397013e69 Mon Sep 17 00:00:00 2001 From: cyx0706 <3519161997@qq.com> Date: Fri, 5 Nov 2021 19:56:29 +0800 Subject: [PATCH] add cpp projects page --- README.md | 4 +++- common/ComputerNetwork/README.md | 6 ++---- common/CppProjects/README.md | 6 ++++++ how_to_use_pull_requests.md | 4 ++-- 4 files changed, 13 insertions(+), 7 deletions(-) create mode 100644 common/CppProjects/README.md diff --git a/README.md b/README.md index 8b64f99..e8003e1 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,13 @@ ## 目录 - [计算机网络](./common/ComputerNetwork) +- [C++ 课程设计](./common/CppProjects) ## 合作 -欢迎有意愿开源自己实验代码和相关课程资料的 OUCer,可以联系社团 **ITStudio** 负责人,或者直接发起 [pull request](./how_to_use_pull_requests.md) +- 欢迎有意愿开源自己实验代码和相关课程资料的 OUCer,可以联系社团 **ITStudio** 负责人,或者直接发起 [pull request](./how_to_use_pull_requests.md) +- 可以加入索引的有自己的开源项目,也或者是根据实验内容写的博客,或者其他的相关内容。 ## 致谢 diff --git a/common/ComputerNetwork/README.md b/common/ComputerNetwork/README.md index 1b5669c..1b49f33 100644 --- a/common/ComputerNetwork/README.md +++ b/common/ComputerNetwork/README.md @@ -1,10 +1,8 @@ # 计算机网络 -## 洪峰 - -### Wireshark 抓包实验 +## Wireshark 抓包实验 -### Java 模拟 TCP 可靠传输 +## Java 模拟 TCP 可靠传输 - [Ctwo](https://github.com/cyx0706/OUC-ComputerNetwork-Exp) \ No newline at end of file diff --git a/common/CppProjects/README.md b/common/CppProjects/README.md new file mode 100644 index 0000000..2ad2b87 --- /dev/null +++ b/common/CppProjects/README.md @@ -0,0 +1,6 @@ +# C++ 课程设计 + +## MudGame + +- [Ctwo](https://github.com/cyx0706/game) + diff --git a/how_to_use_pull_requests.md b/how_to_use_pull_requests.md index ffc8492..031b0fa 100644 --- a/how_to_use_pull_requests.md +++ b/how_to_use_pull_requests.md @@ -27,5 +27,5 @@ git push ## 参考链接 -[Pull Request 的命令行管理](http://www.ruanyifeng.com/blog/2017/07/pull_request.html) -[官方文档](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) \ No newline at end of file +- [Pull Request 的命令行管理](http://www.ruanyifeng.com/blog/2017/07/pull_request.html) +- [官方文档](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) \ No newline at end of file