# 欢迎光临

本文档内容出自 Crash Course 上传在 [YouTube](https://www.youtube.com/playlist?list=PL8dPuuaLjXtNlUrzyH5r6jN9ulIgZBpdo) 的 Computer Science 课程（2017 年），授课教师为 @Carrie Anne Philbin ，于 2022 年 10 月观看完中译版视频，此为课程笔记，由 [枝因（viyi）](https://viyi.cc/about_me/)撰写制作。

课程全集为 40 集，自行分为 5 个小节，对应视频分 P 如下：

1. 计算机组成：p1\~9+17
2. 程序设计：p10\~16
3. 操作系统：p18\~27
4. 计算机网络：p28\~33
5. 拓展补充：p34\~40

相关参考资料如下：[中译版视频传送门](https://www.bilibili.com/video/BV1EW411u7th)；[字幕组开源项目](https://github.com/1c7/crash-course-computer-science-chinese)；[完整版文字笔记](https://shimo.im/docs/PJAUY30F1uYksv0h/read)。

祝您网上冲浪愉快。


---

# 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://cccs.viyi.cc/huan-ying-guang-lin.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.
