计算机系统概论¶
Abstract
这里是浙江大学 计算机系统概论 课程笔记及相关知识
老师: Yale Patt and Jiang Xiaohong
参考:
- Introduction to Computing Systems: From Bits and Gates to C and Beyond 3rd(教材)
- Patt上课时记的笔记和助教TSjj复习课笔记。
内容:
- Chapter 3: Digital Logic Structures
- Chapter 4: The von Neumann Model
- Chapter 5: LC-3
- Chapter 6: Programming
- Chapter 7: Assembly Language
- Chapter 8: Data Structures
- Chapter 9: I/0