# 附：各章节补充（配套电子书）

对于自学者来说，一本优秀的计算机书籍非常重要，专业的意见，特别是世界一流大学的相关课程安排能从侧面给我们提供一个较为令人信服的角度，因此，在选书之前，建议你可以选取全美计算机专业排名前10的高校，调查了他们的本科或者研究生教学用书，另外一点就是，尽量选择原版英文教材（也就是我经常讲的，尽量使用第一手资料），中文的版本，翻译的再好，难免还是会有让人不满意的地方。

**备注1：以下书籍都可以直接下载，没有特别说明都是英文原版**

**备注2：部分读者由于无法访问外网导致下载失败，这里给出打包好的百度网盘下载地址：**

链接：<https://pan.baidu.com/s/1eZLcJwdcq0wD864yvf3fxQ> 提取码：1024

## **第1-3章补充：C程序设计语言**&#x20;

{% file src="/files/-MVy-9u3I2uDXEPr0xij" %}
C程序设计语言 (K\&R) 第2版
{% endfile %}

<div align="left"><img src="/files/-MVy75zQWRz-YhkzYWUz" alt=""></div>

## **第4章补充：计算机组成**

{% file src="/files/-MVy0yPtrp73dzFI7UNl" %}
计算机组成与设计 (MIPS版本)
{% endfile %}

{% file src="/files/-MWbT1zzY\_lVGKtNPtJZ" %}
计算机组成与设计 (RISC-V版本)
{% endfile %}

<div align="left"><img src="/files/-MVy7VX5L-TTb9HB6PVq" alt=""></div>

## 第5章补充：编译原理

{% file src="/files/-MVxwArMoYcJhtGp-cla" %}
编译原理 (龙书) 第2版
{% endfile %}

{% file src="/files/-MZ3QpeYUWFuHUqn7Bf1" %}
编译器设计 第2版
{% endfile %}

![](/files/-MZ3R-d3PPhqhOw_4dNV)

## 第6章补充：每个程序员都应该知道的内存知识

{% file src="/files/-MZ6d-M6XPmx8AEo1cll" %}
每个程序员都应该知道的内存知识（英文版）
{% endfile %}

## 第7章补充：链接与装载

{% file src="/files/-MZ6bMP71xXn3a9tNaxf" %}
链接与装载 （英文版）
{% endfile %}

<div align="left"><img src="/files/-MZ6_amiLzjpDguOZqmG" alt=""></div>

## 第8-9章补充：操作系统

{% file src="/files/-MVxyXn5m7\_OhKx72z1h" %}
操作系统概念 (第9版)&#x20;
{% endfile %}

{% file src="/files/-MVxxzLp6yztuVp0m09u" %}
操作系统导论&#x20;
{% endfile %}

{% file src="/files/-MVxzNhy8BltbBBdtSjS" %}
现代操作系统 (第4版)
{% endfile %}

{% file src="/files/-MVy8oC4AytXh1JcL8G\_" %}
深入理解Linux内核 (第3版)&#x20;
{% endfile %}

![](/files/-MVyB7SZA4-FDif5TDeE)

## 第10-12章补充：系统编程

{% file src="/files/-MZ1WYxtTFT2dPOVSkZL" %}
UNIX环境高级编程 (第3版) 英文版
{% endfile %}

{% file src="/files/-MZ1WkMsdNgfHNh4XZvS" %}
Linux编程接口 英文版
{% endfile %}

![](/files/-MZ1WGzhQub2gv_TmgYK)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fengmuzi2003.gitbook.io/csapp3e/fu-ge-zhang-jie-bu-chong-pei-tao-dian-zi-shu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
