Coordinated Traffic Lights simulator - 2004
#
Master thesis application
A integral part of my master thesis dissertation: Computer simulation of traffic in coordinated intersections with intelligent lights control. The application demonstrates and simulates the concept of using fuzzy logic to control coordinated traffic lights with prioritization. For traffic simulation purposes cellular automata were used.
The application has two modes of operation:
- edit & design of intersections arrangements and their parameters,
- simulation where properties of traffic feeds & sinks along with intersection behavior can be changed live.
Screencast demo can be found here
Simulation of UNIX filesystem - 2002 GCC/G++
#
A university project to simulate in-memory UNIX like filesystem using objected programming with inheritance and polymorphism. Due to lack of time the scope had been reduced to most important functions and commands. The additional requirement was to simulate cpio command.
