Introduction to Computer Systems [2024]
Undergraduate course, Liangxiang BIT, CS, 2024
This course covers the organization of computer systems (in terms of storage units, caches, processors, and I/O controllers) and teaches you assembly and C language programming.
内容
- 计算机系统漫游
- 信息的表示和处理
- 程序的机器级表示
- 处理器体系结构
- 优化程序性能
- 存储器层次结构
- 链接
- 异常控制流
- 虚拟内存
- 系统级I/O
- 网络编程
- 并发编程
相关资源
希冀实验平台 点击访问
乐学 点击访问
原版英文教材pdf 点击访问
中文翻译版教材pdf 百度云盘 提取码: ju62
CMU课程主页 点击访问
OpenSource code 点击访问
CSAPP课本源代码,csapp.h和csapp.c分别在目录include和src 点击访问