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

https://github.com/zhenye-na/csapp-labs

:computer: Computer Systems: A Programmer's Perspective, Lab Assignments Solutions
https://github.com/zhenye-na/csapp-labs

computer-systems csapp3e

Last synced: about 1 year ago
JSON representation

:computer: Computer Systems: A Programmer's Perspective, Lab Assignments Solutions

Awesome Lists containing this project

README

          

# Computer Systems: A Programmer's Perspective, 3/E (CS:APP3e)

## Course Description

The ICS course provides a programmer's view of how computer systems execute programs, store information, and communicate. It enables students to become more effective programmers, especially in dealing with issues of performance, portability and robustness. It also serves as a foundation for courses on compilers, networks, operating systems, and computer architecture, where a deeper understanding of systems-level issues is required. Topics covered include: machine-level code and its generation by optimizing compilers, performance evaluation and optimization, computer arithmetic, memory organization and management, networking technology and protocols, and supporting concurrent computation.

## Lab Assignments

- [x] [Data Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab1-Data%20Lab)
- [x] [Bomb Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab2-Bomb%20Lab)
- [x] [Attack Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab3-Attack%20Lab)
- [x] [Buffer Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab4-Buffer%20Lab)
- [x] [Architecture Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab5-Architecture%20Lab)
- [x] [Cache Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab6-Cache%20Lab)
- [x] [Performance Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab7-Performance%20Lab)
- [ ] [Shell Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab8-Shell%20Lab)
- [ ] [Malloc Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab9-Malloc%20Lab)
- [ ] [Proxy Lab](https://github.com/Zhenye-Na/CSAPP-Labs/tree/master/labs/Lab10-Proxy%20Lab)

## Lecture Notes

My own lecture notes of CS 15-213

- [Representing and Manipulating Information]()
- [Exceptional Control Flow in Computer Systems, Part 1]()
- [Introduction to Memory Hierarchy, Part 1]()
- [Introduction to Memory Hierarchy, Part 2]()
- [Introduction to Linking]()
- [Introduction to Virtual Memory]()