Merge branch 'master' of github.com:nzomi/cs-self-learning

This commit is contained in:
nzomi 2023-12-14 18:13:47 +08:00
commit 466af873ed
4 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,7 @@ All resources used and assignments implemented by @PKUFlyingPig when learning th
### Some Blogs for References
- [doraemonzzz](http://doraemonzzz.com/tags/6-S081/)
- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/MIT-6S081-notes/)
- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/2021-03-02-mit-6s081-notes/)
- [Miigon's blog](https://blog.miigon.net/categories/mit6-s081/)
- [Zhou Fang](https://walkerzf.github.io/categories/6-S081/index.html)
- [Yichun's Blog](https://www.yichuny.page/tags/Operating%20System)

View file

@ -46,7 +46,7 @@
### 一些可以参考的博客
- [doraemonzzz](http://doraemonzzz.com/tags/6-S081/)
- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/MIT-6S081-notes/)
- [Xiao Fan (樊潇)](https://fanxiao.tech/posts/2021-03-02-mit-6s081-notes/)
- [Miigon's blog](https://blog.miigon.net/categories/mit6-s081/)
- [Zhou Fang](https://walkerzf.github.io/categories/6-S081/index.html)
- [Yichun's Blog](https://www.yichuny.page/tags/Operating%20System)

View file

@ -20,7 +20,7 @@ RedBase 是 cs346 的一个项目,实现了一个简易的数据库系统,
5. Extension Component除了上述数据库系统的基本功能组件还需要实现一个扩展组件可以是 Blob 类型、 网络模块、连接算法、CBO 优化器、OLAP、事务等。
RedBase 适合在学完 CMU-15445 后继续学习数据库系统中的其他组件,因为其代码量不多,可以方便的根据需要扩展代码。同时代码完全由 C++ 编写,也可以用于练习 C++ 编程技巧。
RedBase 适合在学完 CMU 15-445 后继续学习数据库系统中的其他组件,因为其代码量不多,可以方便的根据需要扩展代码。同时代码完全由 C++ 编写,也可以用于练习 C++ 编程技巧。
## 课程资源

View file

@ -96,6 +96,7 @@ plugins:
计算机网络: Computer Networking
数据库系统: Database Systems
编译原理: Compilers
编程语言设计与分析: Programming Language Design and Analysis
程序语言设计: Programming Language
计算机图形学: Computer Graphics
Web开发: Web Development