> For the complete documentation index, see [llms.txt](https://fdu-open-exam.gitbook.io/csdiy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fdu-open-exam.gitbook.io/csdiy/core/da-shu-ju-xue-yuan/ji-suan-ji-yuan-li.md).

# 计算机原理

### 内容重要性：☆☆☆

### 教学质量：较差，需要自学

### 建议自学学期：大一下/大一暑假/大二上

### 学习建议：

* 教材：
  * ☆ [Randal E.Bryant - 深入理解计算机系统](https://book.douban.com/subject/26912767/)
  * [David A.Patterson - 计算机组成与设计：硬件软件接口](https://book.douban.com/subject/30443432/)
  * [袁春风 – 计算机系统基础](https://book.douban.com/subject/30295940/)
* 网课：
  * ☆ [CMU 15-213 Introduction to Computer Systems](https://csdiy.wiki/%E8%AE%A1%E7%AE%97%E6%9C%BA%E7%B3%BB%E7%BB%9F%E5%9F%BA%E7%A1%80/CSAPP/#_1)
  * [Coursera Nand2Tetris](https://csdiy.wiki/%E4%BD%93%E7%B3%BB%E7%BB%93%E6%9E%84/N2T/)（入门）
  * [袁春风 – 计算机系统基础](https://www.bilibili.com/video/BV19J411T7rq)


---

# 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://fdu-open-exam.gitbook.io/csdiy/core/da-shu-ju-xue-yuan/ji-suan-ji-yuan-li.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.
