A Universal Turing Machine (UTM) simulator
-
Updated
Oct 26, 2016 - C++
A broad categorization of video games, generally designed to closely simulate real world activities.
A Universal Turing Machine (UTM) simulator
RAM emulator utilizing C++ language modification that utilizes a preprocessor allowing you to use Random Access Machine instructions in C++ which essentially makes it a RAM emulator...
C++ Simulator and ROS 2 Node for Depth Pressure Sensor (DPTH).
A real-time water tank simulation and control system built with C++ demonstrating automated pump control, water level monitoring, and manual override capabilities using OOP principles.
Simulador de almacenamiento secundario
This project is a simple Turing machine simulator implemented in C++. It allows you to define a Turing machine, run it on an input tape, and observe the resulting output.
Play blackjack with the terminal.
Implementation of path-planning in highway setting
Implements a BDP (Branch difference predictor) based on the paper by Timothy H Heil, Zak Smith and JE Smith - "Improving branch predictors by correlating on data values"
Cache Simulator for Computer Architecture course