cpu-scheduling topic

List cpu-scheduling repositories

CPU-Scheduling-APP-React-Native

37
Stars
7
Forks
Watchers

React Native Application to visualize the CPU Scheduling with different Processes and Animations. Install the App on your Mobile Devices by going in the Releases below.

Accera

85
Stars
17
Forks
Watchers

Open source cross-platform compiler for compute-intensive loops used in AI algorithms, from Microsoft Research

process-scheduling-solver

257
Stars
42
Forks
Watchers

Generate gantt chart and calculate turnaround time and waiting time for various CPU scheduling algorithms.

TT-CPU-Scheduler

107
Stars
12
Forks
Watchers

Task Type (TT) is an alternative CPU Scheduler for linux.

CPU-Scheduling-Algorithms

27
Stars
3
Forks
Watchers

Chương trình minh họa các giải thuật định thời CPU (CPU Scheduling Algorithms Visualization)

os-lab

69
Stars
37
Forks
Watchers

Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab

OSLab

23
Stars
27
Forks
Watchers

Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.

CPU-Scheduler

30
Stars
9
Forks
Watchers

simulating scheduling algorithms of operating system for processes e.g. Priority Scheduling, Multi Level Scheduling, ...

CPU-Scheduling-Algorithms

60
Stars
21
Forks
Watchers

An implementation of various CPU scheduling algorithms in C++. The algorithms included are First Come First Serve (FCFS), Round Robin (RR), Shortest Process Next (SPN), Shortest Remaining Time (SRT),...

CPU-SCHEDULING-ALGORITHM-VISUALISER

19
Stars
2
Forks
Watchers

The CPU Scheduling Algorithm Visualizer is a web-based tool that allows users to interactively visualize various CPU scheduling algorithms. This project aims to provide an educational resource for und...