add cpp projects page

This commit is contained in:
cyx0706
2021-11-05 19:56:29 +08:00
parent 737f74ff9b
commit 6866be961a
4 changed files with 13 additions and 7 deletions
+3 -1
View File
@@ -13,11 +13,13 @@
## 目录 ## 目录
- [计算机网络](./common/ComputerNetwork) - [计算机网络](./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)
- 可以加入索引的有自己的开源项目,也或者是根据实验内容写的博客,或者其他的相关内容。
## 致谢 ## 致谢
+2 -4
View File
@@ -1,10 +1,8 @@
# 计算机网络 # 计算机网络
## 洪峰 ## Wireshark 抓包实验
### Wireshark 抓包实验
### Java 模拟 TCP 可靠传输 ## Java 模拟 TCP 可靠传输
- [Ctwo](https://github.com/cyx0706/OUC-ComputerNetwork-Exp) - [Ctwo](https://github.com/cyx0706/OUC-ComputerNetwork-Exp)
+6
View File
@@ -0,0 +1,6 @@
# C++ 课程设计
## MudGame
- [Ctwo](https://github.com/cyx0706/game)
+2 -2
View File
@@ -27,5 +27,5 @@ git push
## 参考链接 ## 参考链接
[Pull Request 的命令行管理](http://www.ruanyifeng.com/blog/2017/07/pull_request.html) - [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) - [官方文档](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)