From add69ec00ce94c6fe30df9a58fa3bbdfadf2cd95 Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Tue, 11 Oct 2022 16:40:31 +0800 Subject: [PATCH] Update CSAPP.en.md --- docs/体系结构/CSAPP.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/体系结构/CSAPP.en.md b/docs/体系结构/CSAPP.en.md index 62de918d..52596980 100644 --- a/docs/体系结构/CSAPP.en.md +++ b/docs/体系结构/CSAPP.en.md @@ -20,9 +20,9 @@ After completing this course, your understanding of computer systems will defini ## Course Resources -- Course Website: +- Course Website: - Recordings: -- Textbook: Computer Systems: A Programmer's Perspective, 3/E +- Textbook: Computer Systems: A Programmer's Perspective, 3/E - Assignments:11 Projects, [skeleton code all open source](http://csapp.cs.cmu.edu/3e/labs.html) - If you have trouble with Chapter 7 Linking, I recommend reading the book *Programmer's Self-Cultivation*, subtitled link. load and library. This book can complete our understanding of program linking, and I believe after reading this book you will have a deeper comprehension of program linking, ELF files, and dynamic libraries. It is highly recommended to be read as a supplementary material after reading CSAPP and having a certain understanding of computer systems. \ No newline at end of file + If you have trouble with Chapter 7 Linking, I recommend reading the book *Programmer's Self-Cultivation*, subtitled link. load and library. This book can complete our understanding of program linking, and I believe after reading this book you will have a deeper comprehension of program linking, ELF files, and dynamic libraries. It is highly recommended to be read as a supplementary material after reading CSAPP and having a certain understanding of computer systems.