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.

内容

  1. 计算机系统漫游
  2. 信息的表示和处理
  3. 程序的机器级表示
  4. 处理器体系结构
  5. 优化程序性能
  6. 存储器层次结构
  7. 链接
  8. 异常控制流
  9. 虚拟内存
  10. 系统级I/O
  11. 网络编程
  12. 并发编程

相关资源

希冀实验平台 点击访问

乐学 点击访问

原版英文教材pdf 点击访问

中文翻译版教材pdf 百度云盘 提取码: ju62

CMU课程主页 点击访问

OpenSource code 点击访问

CSAPP课本源代码,csapp.h和csapp.c分别在目录include和src 点击访问