csapp
Book reorganization project
An open-source reorganization of the 3rd edition of "Deep into Understanding Computer Systems" by Michael S. Stichler, with accompanying materials and labs.
个人整理的《深入理解计算机系统》中文电子版(原书第 3 版)与实验材料:https://hansimov.gitbook.io/csapp/
2k stars
23 watching
234 forks
Language: C
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vonzhou/csapp | A comprehensive study of computer systems through the implementation and analysis of system-level concepts in C | 1,311 |
yangminz/bcst_csapp | An implementation of a computer system simulator in C, based on the book CSAPP | 920 |
dreamanddead/csapp-3e-solutions | Solutions to exercises in a computer systems textbook written in C. | 1,424 |
cnbbooks/lfe-sicp | Converting the MIT classic 'Structure and Interpretation of Computer Programs' to Lisp Flavored Erlang. | 124 |
yourtion/learningmasteringalgorithms-c | A comprehensive C programming project covering various algorithms and data structures | 747 |
xxyzz/ostep-hw | Solutions and implementations for a computer systems course covering operating system concepts, programming in C, and project-based learning | 787 |
hcrypt-project/libscarab | An implementation of a fully homomorphic encryption scheme using large integers | 44 |
hsutter/gcpp | Library providing an experimental deferred and unordered destruction mechanism | 916 |
3dgen/cppwasm-book | A comprehensive guide to programming with C/C++ and WebAssembly | 1,370 |
repolicy/csp-guru | A comprehensive repository of data on concentrating solar power plants worldwide | 18 |
scribusproject/scribus | A desktop publishing application with advanced text layout features and support for multiple languages and scripts. | 421 |
weisscharlesj/scicompforchemists | A comprehensive textbook and teaching resource on programming in Python with applications to chemistry | 236 |
samboycoding/cpp2il | Reverses Unity's IL2CPP build process to its original managed DLLs | 1,750 |
alexprengere/formalsystems | An implementation of formal systems from Douglas Hofstadter's book Gödel, Escher, Bach | 619 |
max-hailperin/operating-systems-and-middleware--supporting-controlled-interaction | A comprehensive textbook on operating systems principles with supporting middleware, available under a Creative Commons license. | 120 |