omercevik / CSE-437

Real Time System Architectures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gebze Technical University

Computer Engineering

CSE-437 Real Time System Architectures

C++11 Projects

Working Operating System:

Linux Ubuntu 18.04.3 LTS
Windows 10 Education
CMake

Homework 01 -> Using std::chrono library to run functions in given time point.

To run:
In 161044004 directory
cmake .
make
./main

Homework 02 -> Solving Deadlock Using Priority Ceiling Protocol in C++11 for Linux & Windows

To run in Ubuntu:
In 161044004 directory
cmake .
make
sudo su (work in root mode)
./main

To run in Windows:
Create CMake
Run in Administrator mode in Visual Studio

About

Real Time System Architectures

License:GNU General Public License v3.0


Languages

Language:C++ 98.1%Language:CMake 1.9%