https://github.com/lirenjie95/csapp
Computer Systems: A Programmer's Perspective. AT Fudan University.
https://github.com/lirenjie95/csapp
csapp fudan-university
Last synced: about 1 year ago
JSON representation
Computer Systems: A Programmer's Perspective. AT Fudan University.
- Host: GitHub
- URL: https://github.com/lirenjie95/csapp
- Owner: lirenjie95
- License: mit
- Created: 2016-02-27T04:31:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T15:23:02.000Z (over 9 years ago)
- Last Synced: 2025-05-22T02:13:23.674Z (about 1 year ago)
- Topics: csapp, fudan-university
- Language: C
- Homepage:
- Size: 5.19 MB
- Stars: 51
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FudanCSAPP
Computer Systems: A Programmer's Perspective, a course in Fudan University, spring 2016.
You can view all materials on [CSAPP Lab Website](http://csapp.cs.cmu.edu/3e/labs.html).
---
## To my classmates
* My work is just provided for reference. Don't be lazy and copy them without thinking.
* **NOT** all of my solutions are right. Maybe you should check whether they are corect or not.
* If there are any bugs in my Labs or Homeworks, please contact me through [e-mail](mailto:rjli13@fudan.edu.cn).
---
## Structure
* Labs
* `Lab1` Counting words in a book
* `Lab2` Bomb Lab
* `Lab3` Perf Lab
* `Lab4` Malloc Lab
* `Plus` *( not required in EE department)*
* Data Lab
* Buffer Lab
* Cache Lab
* Shell Lab
* Proxy Lab
* Homeworks
* `Homework1` for Chapter 2
* `Homework2` for Chapter 3
* `Homework3` for Chapter 5
* `Homework4` for Chapter 6&7
* `Homework5` for Chapter 8
* `Homework6` for Chapter 9
---
Author: [Renjie Li](https://github.com/lirenjie95)
License: [MIT License](https://github.com/lirenjie95/CSAPP/blob/master/LICENSE)