There are my notes and codes for my self-learning courses~
Course | Content | University | Notes | Labs/Projects/Hws |
---|---|---|---|---|
CS106L | C++ | Stanford | ✅ | ✅(Lab3 Only) |
6.S081 | OS | MIT | Lec1~12 | Lab1~6 |
15-213 | CSAPP | CMU | Lec1-4 | Lab2 |
CS61A | Python, Scheme, SQL | UCB | Lec1-4 | Project1(Half) |
CS144 | Computer Network | Stanford | Lab0~5 | |
CS110L | Safety in Systems Programming(Rust) | Stanford | ||
CS70 | Discrete Math | UCB | Lec1 | Hw0 |
主要介绍标准 C++ 的特性和语法,正如第一节课Intro中介绍的一样:
Focus on code; what makes it good, what powerful and elegant code looks like
其中个人感觉比较有用的内容是lambda function, move semantics,RAII等
之前做了一半的CS61A,把code&Lecture note上传在这里,希望可以完成这门课的Lab & Project
本仓库中所有课程的链接&介绍均来自CS自学指南