Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vonzhou/csapp
CSAPP,《深入理解计算机系统结构》2nd ,阅读与实践!
https://github.com/vonzhou/csapp
c csapp linux system
Last synced: about 7 hours ago
JSON representation
CSAPP,《深入理解计算机系统结构》2nd ,阅读与实践!
- Host: GitHub
- URL: https://github.com/vonzhou/csapp
- Owner: vonzhou
- Created: 2015-03-24T01:12:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T03:40:47.000Z (over 4 years ago)
- Last Synced: 2024-12-22T23:04:56.856Z (about 7 hours ago)
- Topics: c, csapp, linux, system
- Language: C
- Homepage: https://github.com/vonzhou/Blog
- Size: 7.4 MB
- Stars: 1,312
- Watchers: 31
- Forks: 230
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 深入理解计算机系统·第二版
### 功力性的读和心平气和的读,你会读到不同的味道!
![](csapp.jpg)
### [1 计算机系统漫游](chapter01)
### [2 信息的表示和处理](https://github.com/vonzhou/CSAPP/tree/master/chapter02#2-信息的表示和处理)
### [3 程序的机器级表示](chapter03)
### [4 处理器体系结构](chapter04)
### [5 优化程序性能](chapter05)
### [6 存储器层次结构](chapter06)
### [7 链接](chapter07)
### [8 异常控制流](chapter8)
### [9 虚拟存储器](chapter09)
### [10 系统级IO](chapter10)
### [11 网络编程](chapter11)仔细研究tiny web server的源码。
update: 2016.5.8
### [12 并发编程](chapter12)### 参考链接
[CSAPP 官网](http://csapp.cs.cmu.edu/public/students.html)---vonzhou 2015.3.24