# QMMMS的笔记

参考：

* algorithm：《数据结构、算法及应用》(C++) *张宪超*
* computer\_composition：《计算机组成原理》*唐朔飞*
* computer\_network：《计算机网络：自顶向下方法》*James F. Kurose 等*
* database：《数据库系统概念》*Abraham Silberschatz 等*
* deep\_learning：[吴恩达深度学习](https://www.bilibili.com/video/BV1FT4y1E74V/)；[cs231n](https://www.bilibili.com/video/BV1nJ411z7fe/)
* java：[二哥的Java进阶之路](https://www.javabetter.cn/)
* llm：《大规模语言模型从理论到实践》*张奇 等*
* mathematics：《考研数学复习全书基础篇》*李永乐 等*；[线性代数的本质](https://www.bilibili.com/video/BV1ib411t7YR/)
* operating\_system：《操作系统概念》*Abraham Silberschatz 等*
* statistical\_learning：[github](https://github.com/asadoughi/stat-learning)与《统计学习导论——基于R应用》*Gareth James 等*
* dev\_tools：开发/构建工具
* software\_engineering：《软件工程》 *朴勇 等*
  * software\_testing：软件测试
  * se\_overview：软件工程引入

> 个人复习用


---

# 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://qmmms.gitbook.io/note/readme.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.
