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
916 stars
24 watching
168 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,308 |
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,573 |
gem5/gem5 | A modular simulator for evaluating computer system architectures and designs | 1,703 |
xxyzz/ostep-hw | Solutions and implementations for a computer systems course covering operating system concepts, programming in C, and project-based learning | 784 |
mrpt/mvsim | A lightweight simulator for 2D vehicles and robots with realistic dynamics and sensor simulations. | 299 |
cadcad-org/cadcad | A tool for simulating and validating complex systems using Python. | 555 |
murpheylab/trep | Software for simulating and controlling complex mechanical systems | 18 |
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,668 |
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. | 10 |
havivha/nand2tetris | An implementation of a complete computer using Nand gates on up as described in the book 'The Elements of Computing Systems' | 419 |