https://github.com/relph1119/csapp-notes
《深入理解计算机系统》学习笔记,在线阅读地址:https://relph1119.github.io/csapp-notes/#/
https://github.com/relph1119/csapp-notes
csapp-3e
Last synced: 4 months ago
JSON representation
《深入理解计算机系统》学习笔记,在线阅读地址:https://relph1119.github.io/csapp-notes/#/
- Host: GitHub
- URL: https://github.com/relph1119/csapp-notes
- Owner: Relph1119
- Created: 2021-12-12T07:34:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T16:59:13.000Z (over 4 years ago)
- Last Synced: 2025-03-10T18:09:45.692Z (over 1 year ago)
- Topics: csapp-3e
- Language: CMake
- Homepage:
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# 《深入理解计算机系统》学习笔记
## 在线阅读地址
https://relph1119.github.io/csapp-notes/#/
## 运行环境
**IDE:**CLion 2021.2版本
**Toolchains:**MinGW 6.0
**Debugger:**MinGW-w64 8.1
### 配置\[C/C++ IDE\]CLion
https://www.cnblogs.com/bluestorm/p/12316676.html


### 本地启动docsify
```shell
docsify serve ./docs
```
## 参考资料
【1】[Datawhale开源408计划——《深入理解计算机系统》](https://github.com/datawhalechina/team-learning-program/tree/master/ComputerSystems)
## LICENSE

本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可。