bcst_csapp
Computer System Simulator
An implementation of a computer system simulator in C, based on the book CSAPP
A C language repo to implement CSAPP
920 stars
24 watching
169 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
bilibilicsappsimulatorvideo
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,312 |
danarmor/turing_cmd | A console-based program simulating the behavior of a Turing machine for educational purposes | 10 |
hansimov/csapp | An open-source reorganization of the 3rd edition of "Deep into Understanding Computer Systems" by Michael S. Stichler, with accompanying materials and labs. | 1,598 |
gem5/gem5 | A modular simulator for evaluating computer system architectures and designs | 1,745 |
xxyzz/ostep-hw | Solutions and implementations for a computer systems course covering operating system concepts, programming in C, and project-based learning | 786 |
mrpt/mvsim | Simulates vehicle and robot dynamics in various environments | 302 |
cadcad-org/cadcad | A tool for simulating and validating complex systems using Python. | 561 |
murpheylab/trep | Software for simulating and controlling complex mechanical systems | 19 |
cppxor2arr/interactiveparticles | An interactive particle simulation system | 10 |
cnbbooks/lfe-sicp | Converting the MIT classic 'Structure and Interpretation of Computer Programs' to Lisp Flavored Erlang. | 124 |
sezna/bigbang | Re-implementation of a C++ particle simulation in Rust for speed comparison purposes. | 38 |
microsoft/cyberbattlesim | An experimentation platform to investigate the interaction of automated agents in abstract simulated network environments. | 1,670 |
computerwhisperer/pisces | A software port of a device simulator for semiconductor physics | 9 |
ornl/cyberwheel | A simulation environment for training and evaluating autonomous cyber defense models on simulated networks. | 11 |
havivha/nand2tetris | An implementation of a complete computer using Nand gates on up as described in the book 'The Elements of Computing Systems' | 420 |