学术资源与引用¶
按学科目录整理的教材, 课程, 论文与专题文章, 还有部分通用门户与文献工具. 工程文档, 语言手册, 运维与求职等工程与杂项资料见工程、求职、杂项资源.
在本wiki中引用过的同一本书的各章节链接折叠到书目下; 具体笔记仍保留原文引用.
通用门户¶
-
csdiy: CS自学指南 - https://csdiy.wiki/
-
计算机考研杂货铺 - https://csgraduates.com/
-
Yanyan's Wiki - https://jyywiki.cn/
-
小林 x 图解计算机基础 - https://www.xiaolincoding.com/
-
Linux C 编程一站式学习 - https://akaedu.github.io/book/
学术社区与文献工具¶
学术社区¶
-
CCF 推荐国际学术刊物目录 - https://www.ccf.org.cn/Academic_Evaluation/By_category/
-
Arxiv - https://arxiv.org/
-
IEEE Xplore - https://ieeexplore.ieee.org/
-
dblp: computer science bibliography - https://dblp.org/
-
ACM Digital Library - https://dl.acm.org/
-
USENIX OSDI - https://www.usenix.org/conferences
文献查阅¶
-
Sci-Hub - https://sci-hub.se/
-
DOI Foundation: 通过 DOI 定位文献 - https://www.doi.org/
数据库¶
- BioCYC: 生物信息学数据库 - https://biocyc.org/
可视化¶
-
Python Tutor: Python 代码可视化 - https://pythontutor.com/visualize.html#mode=edit
-
Decision Boundary Visualizer: 决策边界可视化 - https://ml-visualizer.herokuapp.com/
数学¶
离散数学¶
-
UC Berkeley CS70 - https://www.eecs70.org/
-
逻辑符号表 | 维基百科 - https://zh.wikipedia.org/wiki/%E9%80%BB%E8%BE%91%E7%AC%A6%E5%8F%B7%E8%A1%A8
-
De Morgan's Laws | Brilliant - https://brilliant.org/wiki/de-morgans-laws/
高等数学¶
笔记对应 3Blue1Brown Essence of Calculus (微积分的本质).
- Essence of calculus | 3Blue1Brown - https://www.3blue1brown.com/topics/calculus
线性代数¶
笔记对应 3Blue1Brown Essence of linear algebra (线性代数的本质), 以及同济版教材习题向整理.
- Essence of linear algebra | 3Blue1Brown - https://www.3blue1brown.com/topics/linear-algebra
概率论与数理统计¶
- 几何概型 | 博客园@我是8位的 - https://www.cnblogs.com/bigmonkey/p/8944555.html
数学建模¶
更完整的赛题, 论文渠道与备战计划见数学建模部分资源.
-
Datawhale 数学建模导论 - https://datawhalechina.github.io/intro-mathmodel/
-
中国计量大学 · 数学建模 | 中国大学 MOOC - https://www.icourse163.org/course/ZGJL-1463200165
-
数学建模 (个人站) - http://mathmodeling.ouxinyu.cn/
-
全国大学生数学建模竞赛官网 - https://www.mcm.edu.cn/
-
中国大学生在线 · 国赛论文展示 - https://dxs.moe.gov.cn/zx/hd/sxjm/sxjmlw/qkt_sxjm_lw_lwzs.shtml
-
中国矿业大学 · 校内优秀论文 - https://51mcm.cumt.edu.cn/c9/49/c14066a444745/page.htm
数据结构与算法¶
-
Hello 算法 - https://www.hello-algo.com/
-
OI Wiki - https://oi-wiki.org/
-
Composing Programs 中译版 · 递归函数 - https://composingprograms.netlify.app/1/7
-
算法导论 (CLRS) | 维基百科 - https://zh.wikipedia.org/wiki/%E7%AE%97%E6%B3%95%E5%AF%BC%E8%AE%BA
-
Linux C 编程一站式学习 - https://akaedu.github.io/book/
-
双向链表的操作 | 稀土掘金@举止优雅的猩猩 - https://juejin.cn/post/6844904131124002830
-
树结构总结 | Qida's Blog - https://qidawu.github.io/posts/data-structure-tree/
-
深入理解之排序二叉树 | Anran758's blog - https://anran758.github.io/blog/2018/01/10/%E6%B7%B1%E5%85%A5%E5%AD%A6%E4%B9%A0%E4%B9%8B%E6%8E%92%E5%BA%8F%E4%BA%8C%E5%8F%89%E6%A0%91/
-
图的存储结构 | heptaluan's blog - https://heptaluan.github.io/2020/04/09/Essay/21/
-
Dijkstra 算法图解 | Lance.Moe - https://www.lance.moe/archives/post-317/
-
BFPRT — Top k 问题的终极解法 | 知乎@王金戈 - https://zhuanlan.zhihu.com/p/291206708
-
插入排序 | 维基百科 - https://zh.wikipedia.org/wiki/%E6%8F%92%E5%85%A5%E6%8E%92%E5%BA%8F
计算机系统与体系结构¶
-
Computer Systems: A Programmer's Perspective (CSAPP) - https://csappbook.blogspot.com/
-
"一生一芯" v24.07 课程主页 - https://ysyx.oscc.cc/docs/2407/
-
CS 61C Course Notes - https://notes.cs61c.org/
-
数字逻辑电路学习指导 | 中国科学技术大学 - http://home.ustc.edu.cn/~wazs98/DLC_learning_guidance.pdf
-
Harris & Harris, Digital Design and Computer Architecture (RISC-V Edition)
-
IEEE-754 Floating Point Converter - https://www.h-schmidt.net/FloatConverter/IEEE754.html
-
CMOS 逻辑门的电路图实现 | 知乎@卡卡 - https://zhuanlan.zhihu.com/p/1891500398981920494
-
逻辑函数的卡诺图化简 | 知乎@冰糖雪阳 - https://zhuanlan.zhihu.com/p/158535749
-
Cascading of Decoders - https://www.tutorialspoint.com/article/cascading-of-decoders
-
通过门电路实现三位 LED 译码器 | 果冻的猿宇宙 - https://spcp.xiaogd.net/gate/led-decoder-by-gate.html
-
计算机组成原理笔记第六章: 计算机的运算方式 | 知乎@7号 - https://zhuanlan.zhihu.com/p/682261491
-
Finite-state machine | Wikipedia - https://en.wikipedia.org/wiki/Finite-state_machine
操作系统¶
-
Operating Systems: Three Easy Pieces - https://pages.cs.wisc.edu/~remzi/OSTEP/
-
数学视角的操作系统 | Yanyan's Wiki - https://jyywiki.cn/OS/2025/lect4.md
-
Linux Kernel Teaching - https://linux-kernel-labs.github.io/refs/heads/master/
-
文件系统接口 | rCore-Tutorial-Book - https://rcore-os.cn/rCore-Tutorial-Book-v3/chapter6/1fs-interface.html
进程与调度¶
-
Difference between User Level thread and Kernel Level thread | GeeksforGeeks
-
Relationship between User level thread and Kernel level thread | GeeksforGeeks
内存管理¶
文件管理¶
-
文件的逻辑结构 / 文件的物理结构 (上) / 文件的物理结构 (下) | 从 01 开始
-
深入剖析 Linux 文件系统之文件系统挂载 (一) / (二) | 知乎@Linux内核库
I/O 管理¶
计算机网络¶
-
Textbook | CS 168 - https://textbook.cs168.io
-
CS168 SP26 · Project 1: Traceroute - https://sp26.cs168.io/proj1/
-
计算机考研杂货铺 · 数据链路层
-
TCP 协议流量控制与拥塞控制详解 | Realjf's blog - https://realjf.io/network/tcp-protocol/
-
TCP 拥塞控制算法 | 腾讯云开发者社区 - https://cloud.tencent.com/developer/article/1397562
-
Socket in Computer Network | GeeksforGeeks - https://www.geeksforgeeks.org/socket-in-computer-network/
-
Sockets Interface | IBM Documentation - https://www.ibm.com/docs/en/aix/7.2.0?topic=sockets-interface
数据库系统¶
-
CMU 15-445/645 Database Systems - https://15445.courses.cs.cmu.edu/spring2026/
-
Identity column | Wikipedia - https://en.wikipedia.org/wiki/Identity_column
软件工程¶
-
Semantic Versioning 2.0.0 - https://semver.org/lang/zh-CN/
-
UML 图: 定义及制作方法 | Atlassian - https://www.atlassian.com/zh/work-management/project-management/uml-diagram
-
UML Class Diagram Tutorial | Visual Paradigm - https://www.visual-paradigm.com/guide/uml-unified-modeling-language/uml-class-diagram-tutorial/
-
What is a UML diagram? | slickplan - https://slickplan.com/blog/how-to-make-a-uml-diagram
-
增量式开发 | Linux C 编程一站式学习 - https://akaedu.github.io/book/ch05s02.html
-
Incremental Development | Think Python - https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Think_Python_-How_to_Think_Like_a_Computer_Scientist(Downey)/19%3A_Fruitful_Functions/19.02%3A_Incremental_Development
-
Incremental Process Model | GeeksforGeeks - https://www.geeksforgeeks.org/software-engineering/software-engineering-incremental-process-model/
-
The Art and Craft of TDD - https://increment.com/testing/the-art-and-craft-of-tdd/
人工智能¶
课程与教材¶
-
《动手学深度学习》 - https://zh.d2l.ai/
-
DeepLearning.AI: AI courses - https://learn.deeplearning.ai/
-
Machine Learning Specialization | Coursera - https://www.coursera.org/specializations/machine-learning-introduction
-
有监督的机器学习: 回归与分类 | Coursera - https://www.coursera.org/learn/machine-learning
-
scikit-learn: Machine Learning in Python - https://scikit-learn.org/stable/index.html
-
Hello-Agents - 《从零开始构建智能体》 - https://datawhalechina.github.io/hello-agents/#/
机器学习要点¶
-
Adam optimizer paper - https://ceur-ws.org/Vol-3742/paper17.pdf
-
RMSprop | DataCamp - https://www.datacamp.com/tutorial/rmsprop-optimizer-tutorial
AI Infra¶
-
Megatron-LM - https://arxiv.org/abs/1909.08053
-
DeepSeek-V3 Technical Report - https://arxiv.org/abs/2412.19437
-
PagedAttention - https://dl.acm.org/doi/abs/10.1145/3600006.3613165
-
SpecInfer - https://dl.acm.org/doi/abs/10.1145/3620666.3651335
-
DeepSpeed-MoE - https://proceedings.mlr.press/v162/rajbhandari22a.html
-
DeepSpeed-Inference | IEEE - https://ieeexplore.ieee.org/abstract/document/10046087
-
Stanford DAWN - https://dawn.cs.stanford.edu/
-
UC Berkeley RISELab - https://rise.cs.berkeley.edu/
-
Microsoft DeepSpeed | Microsoft Research - https://www.microsoft.com/en-us/research/project/deepspeed/
-
NVIDIA Research - https://www.nvidia.com/en-us/research/
音视频¶
-
Audio Course | Hugging Face - https://huggingface.co/learn/audio-course/chapter0/introduction
-
Speech and Language Processing | Stanford - https://web.stanford.edu/~jurafsky/slp3/
-
Music Information Retrieval (MIR) - https://musicinformationretrieval.com/content/1_introduction/about.html
-
数字音频 | 维基百科 - https://zh.wikipedia.org/wiki/%E6%95%B8%E4%BD%8D%E9%9F%B3%E8%A8%8A
-
脉冲编码调制 (PCM) | 维基百科 - https://zh.wikipedia.org/wiki/%E8%84%88%E8%A1%9D%E7%B7%A8%E7%A2%BC%E8%AA%BF%E8%AE%8A
-
PCM Terminology and Concepts | alsaaudio - https://larsimmisch.github.io/pyalsaaudio/terminology.html
-
声音的物理本质与能量的基本数学表达式 | NewVFX - https://www.newvfx.com/topic/128324
-
声音基础理论详解: 波形, 频谱, 和声与相位原理 | NewVFX - https://www.newvfx.com/topic/50963