# Learning Resources


## 编程

- [CS自学指南](https://csdiy.wiki/)
- [Google C&#43;&#43; Style Guide](https://google.github.io/styleguide/cppguide.html)
- [API 设计指南 | Cloud API Design Guide | Google Cloud](https://cloud.google.com/apis/design?hl=zh-cn)
- [python 算法 fullbook.pdf](https://donsheehy.github.io/datastructures/fullbook.pdf)
- [Dragonfly - 从头开始编写游戏引擎](https://dragonfly.wpi.edu/book/#down)
- [并行编程难吗，如果难，您能做些什么？](https://mirrors.edge.kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html)
- [解决问题的艺术](https://artofproblemsolving.com/wiki/index.php/Proofs_without_words)

## 操作系统

- [Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/)
- [操作系统原理 (2025 春季学期)](https://jyywiki.cn/OS/2025/)
- [Daily OS Explorations | Exploring Operating Systems](https://mohitmishra786.github.io/exploring-os/src/)
- [Operating System in 1,000 Lines](https://operating-system-in-1000-lines.vercel.app/en/)
- [内存一致性模型：Memory Consistency Models: A Tutorial](https://jamesbornholt.com/blog/memory-models/)
- [内存模型：research!rsc: Memory Models](https://research.swtch.com/mm)
- [Am I Learning Enough](https://mohitmishra786.github.io/amILearningEnough/)

## AI / 机器学习

- [Hung-yi Lee (李宏毅)](https://speech.ee.ntu.edu.tw/~hylee/index.php)
- [MCP Course](https://huggingface.co/learn/mcp-course/)
- [zomi-AI System](https://github.com/chenzomi12)
- [Reinforcement Learning: An Overview](https://arxiv.org/abs/2412.05265)


---

> 作者:   
> URL: https://fengchen321.github.io/posts/other/learning-resources/  

