mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 19:07:04 +08:00
add an network course UCB CS168
This commit is contained in:
parent
47a2815a7f
commit
d43bb6d5aa
2 changed files with 33 additions and 13 deletions
19
docs/计算机网络/CS168.md
Normal file
19
docs/计算机网络/CS168.md
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
|
||||||
|
|
||||||
|
# CS168: Introduction to the Internet at UC Berkeley
|
||||||
|
|
||||||
|
## 课程简介
|
||||||
|
伯克利加州大学的互联网导论课程(CS 168)是一门深入探讨互联网原理和实践的课程。课程内容覆盖网络协议、网络架构、路由选择、传输层等多个方面,旨在帮助学生建立起对互联网工作方式的全面理解。与同类课程相比,CS 168特别强调实践操作和理论知识的结合,通过实际项目让学生更好地掌握网络技术。学习这门课程,学生可以体验到理论与实践相结合的教学方法,同时也会面临一定的挑战,尤其是在项目实践中需要细致的思考和调试。
|
||||||
|
|
||||||
|
- 所属大学:UCB
|
||||||
|
- 先修要求:CS61B,CS61C
|
||||||
|
- 编程语言:Python
|
||||||
|
- 课程难度:🌟🌟🌟
|
||||||
|
- 预计学时:100 小时
|
||||||
|
|
||||||
|
## 课程资源
|
||||||
|
- 课程网站:[CS 168 Spring 2025](https://sp25.cs168.io/)
|
||||||
|
- 课程视频:课程视频可以在课程网站的“Lectures”部分找到
|
||||||
|
- 课程教材:课程教材位于“Textbook”部分, 包括了推荐的阅读材料 Computer Networking: A Top-Down Approach 和在线资源<https://textbook.cs168.io/>
|
||||||
|
- 课程作业:课程作业详情在“Lab”部分,Projects开放,本地测评,详见课程网站代码在这个仓库里也有<https://github.com/berkeley-cs168>
|
||||||
|
|
||||||
|
|
@ -226,6 +226,7 @@ nav:
|
||||||
- "USTC Computer Networking:A Top-Down Approach": "计算机网络/topdown_ustc.md"
|
- "USTC Computer Networking:A Top-Down Approach": "计算机网络/topdown_ustc.md"
|
||||||
- "Computer Networking: A Top-Down Approach": "计算机网络/topdown.md"
|
- "Computer Networking: A Top-Down Approach": "计算机网络/topdown.md"
|
||||||
- "Stanford CS144: Computer Network": "计算机网络/CS144.md"
|
- "Stanford CS144: Computer Network": "计算机网络/CS144.md"
|
||||||
|
- "UCB CS168: Computer Network": "计算机网络/CS168.md"
|
||||||
- 数据库系统:
|
- 数据库系统:
|
||||||
- "UCB CS186: Introduction to Database System": "数据库系统/CS186.md"
|
- "UCB CS186: Introduction to Database System": "数据库系统/CS186.md"
|
||||||
- "CMU 15-445: Database Systems": "数据库系统/15445.md"
|
- "CMU 15-445: Database Systems": "数据库系统/15445.md"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue