> For the complete documentation index, see [llms.txt](https://gaoge011022.gitbook.io/suda-major-change-guide-cs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gaoge011022.gitbook.io/suda-major-change-guide-cs/ge-ren-tui-jian-shu-dan/li-lun-ji-suan-ji.md).

# 理论计算机

这一部分涉及的书籍全部属于机械工业出版社的“黑皮书”系列，并且全部作为西方高校以及部分中国高校的教材在使用。尽管这些书都作为或者至少曾经作为教材被许多知名大学采用，但由于涉及理论过多，且课堂教学与自学存在很大差异，因此并不建议作为入门时的自学教材。建议阅读这些书籍前通过阅读更加基础的书籍或是其他方式掌握基本的前置知识。

* **计算机科学导论（第 4 版）**：中文版正文 371 页，英文原版出版于 2018 年，黑白印刷。不错的一本导论书，适合在刚入门计算机时阅读。本书是这部分唯一推荐直接阅读而无需其他基础的书，并且适合作为其他许多书的前置。翻译一般。
* **深入理解计算机系统（第 3 版）**：中文版正文 724 页，英文原版出版于 2016 年，双色印刷。简称 CSAPP，计算机领域最经典的理论书籍，重要性不必多提。虽然重要，但不建议上来就读，至少把 C 语言基础打牢再说。翻译不错。
* **计算机组成与设计 硬件/软件接口（第 5 版）**：中文版正文 388 页，英文原版出版于 2015 年，黑白印刷。学习计算机组成原理看这本或者 CSAPP 前四章都行。对计算机领域有一定了解后即可直接上手阅读。翻译不错。
* **计算机程序的构造与解释（第 2 版）**：中文版正文 430 页，英文原版出版于 1996 年，黑白印刷。简称 SICP，俗称巫师书。如果你感觉自己的抽象能力遇到了瓶颈，或是需要考虑从原理深入函数式编程，首先推荐 SICP。同时本书也作为入门编译原理的推荐读物。书中采用 Lisp 的方言 Scheme（现在进化成了 Racket，感兴趣的读完这本书可以去了解一下，生态还可以）作为教学语言。曾为 MIT 计算机科学系的第一本教材，近几年已被 Python 代替。难度较大，并且没有什么阅读的必要性，仅建议空闲时阅读。但如果你确实想深入学一学函数式编程，真的很有必要看一看，对思维能力也是很好的锻炼。翻译一般。
* **计算机网络 自顶向下原理（第 7 版）**：中文版正文 479 页，英文原版出版于 2017 年。黑白印刷。学习计算机网络首推的书，内容全面也比较通俗易懂。如果本书仍然不容易理解，也可以阅读另一本书《网络是怎样连接的》。如果并不需要太深的网络知识，那么阅读一本薄书《图解 HTTP》就够用了。翻译一般。
* **现代操作系统**：中文版正文 583 页，英文原版出版于 2017 年，黑白印刷。经典的操作系统理论书，涵盖全面，缺点是翻译不太行。看不下去其实可以考虑去看看《操作系统导论》。翻译较差。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://gaoge011022.gitbook.io/suda-major-change-guide-cs/ge-ren-tui-jian-shu-dan/li-lun-ji-suan-ji.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.
