From 925fcb9a4213790826598587d79f6049f2d144d5 Mon Sep 17 00:00:00 2001 From: Liu Deyuan Date: Mon, 13 Dec 2021 16:40:20 +0800 Subject: [PATCH] fix typo && add book to recommendation lists --- docs/好书推荐.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/好书推荐.md b/docs/好书推荐.md index c9dfc9c6..f9ddba10 100644 --- a/docs/好书推荐.md +++ b/docs/好书推荐.md @@ -8,15 +8,16 @@ ## 操作系统 - [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/) - Operating Systems: Principles and Practice (2nd Edition) +- [现代操作系统: 原理与实现 (银杏书)](https://ipads.se.sjtu.edu.cn/mospi/) ## 计算机网络 - [Computer Networks: A Systems Approach](https://book.systemsapproach.org/foreword.html) - Computer Networking: A Top-Down Approach ## 编译原理 - [My First Language Frontend with LLVM Tutorial](https://llvm.org/docs/tutorial/MyFirstLanguageFrontend/index.html) -- 龙书 +- Compilers: Principles, Techniques, and Tools (Dragon Book) ## 计算机语言(PL) - Essentials of Programming Languages (EOPL) -- Types and Programming Languages (TAPL) (https://www.cis.upenn.edu/~bcpierce/tapl/) +- [Types and Programming Languages (TAPL)](https://www.cis.upenn.edu/~bcpierce/tapl/) ## 体系结构 - Computer Architecture: A Quantitative Approach 5th Edition ## 分布式系统