Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 ,阅读与实践!

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