From 67581cb9b684517c0b3af031eff03289ab6daf38 Mon Sep 17 00:00:00 2001 From: misaka <1784321894@qq.com> Date: Mon, 28 Mar 2022 22:42:44 +0800 Subject: [PATCH] add some resource for CS144 --- docs/计算机网络/CS144.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/计算机网络/CS144.md b/docs/计算机网络/CS144.md index 4eb6d403..56aec588 100644 --- a/docs/计算机网络/CS144.md +++ b/docs/计算机网络/CS144.md @@ -17,4 +17,18 @@ - [课程作业](https://cs144.github.io/):8个Project带你实现整个TCP/IP协议栈 ## 资源汇总 -我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/CS144-Computer-Network)中。 \ No newline at end of file +我在学习这门课中用到的所有资源和作业实现都汇总在[这个Github仓库](https://github.com/PKUFlyingPig/CS144-Computer-Network)中。 + +### 一些可以参考的博客 +- [Lexssama's Blogs](https://lexssama.github.io/tags/CS144/) +- [huangrt01](https://github.com/huangrt01/CS-Notes/blob/master/Notes/Output/Computer-Networking-Lab-CS144-Stanford.md) +- [kiprey](https://kiprey.github.io/tags/CS144/) +- [康宇PL's Blog](https://www.cnblogs.com/kangyupl/p/stanford_cs144_labs.html) +- [doraemonzzz](http://doraemonzzz.com/tags/CS144/) +- [ViXbob's libsponge](https://vixbob.moe/25.html) +- [吃着土豆坐地铁的博客](https://www.epis2048.net/categories/Code/Stanford-CS144/) +- [Smith](https://www.inlighting.org/archives/2021-cs144-notes/#Lab-4-the-TCP-connection) +- [PKUFlyingPig](https://github.com/PKUFlyingPig/CS144-Computer-Network) +- [星遥见](https://www.cnblogs.com/weijunji/tag/CS144/) +- [EIMadrigal](https://www.cnblogs.com/EIMadrigal/p/15500472.html) +- [Joey](http://yuzijun.life/2021-02/CS144) \ No newline at end of file