cpu-scheduling
There are 323 repositories under cpu-scheduling topic.
boonsuen/process-scheduling-solver
Generate gantt chart and calculate turnaround time and waiting time for various CPU scheduling algorithms.
yousefkotp/CPU-Scheduling-Algorithms
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), Highest Response Ratio Next (HRRN), Feedback (FB) and Aging.
hamadmarri/TT-CPU-Scheduler
Task Type (TT) is an alternative CPU Scheduler for linux.
microsoft/Accera
Open source cross-platform compiler for compute-intensive loops used in AI algorithms, from Microsoft Research
mishal23/os-lab
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
vivek9patel/CPU-Scheduling-APP-React-Native
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.
brilacasck/CPU-Scheduler
simulating scheduling algorithms of operating system for processes e.g. Priority Scheduling, Multi Level Scheduling, ...
PrinceSinghhub/CPU-SCHEDULING-ALGORITHM-VISUALISER
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 understanding how different scheduling algorithms work internally and their effects on the execution of processes in a CPU.
dat911zz/CPU-Scheduling-Algorithms
Chương trình minh họa các giải thuật định thời CPU (CPU Scheduling Algorithms Visualization)
JoyeBright/OSLab
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
ammarlodhi255/cpu-scheduling-simulator
A CPU Scheduling Algorithms Simulator In Java
mukul2310/cpu-scheduler-visualiser
Visualizer for 9 Scheduling Algorithms, like FCFS, SJF, RR, LJF, Priority and implemented a new algorithm based on a research paper.
Ravipatel1309/CPUScheduler
College Project for CPU Scheduling Algorithm Simulator
rzc0d3r/CPU-Voltage-Control
Tool for modern android smartphones for mediatek processor voltage control (Under/Over volting)
GuidoDipietro/TP-SO-2021
Final Snapshot Of God's Fourth Temple
Kartik-Katkar/Multiprogramming-Operating-System
This repository hosts a C++ implementation of a multiprogramming operating system simulation. The OS efficiently handles various jobs, manages errors like time limit exceeded and line limit exceeded, and incorporates virtual memory with segmentation. This project serves as a comprehensive simulation of an operating system environment.
SebastianEPH/EXE_Bomb_Windows
Virus Troyano indetectable que satura RAM y procesador (nucleos e hilos) al 100%, bloquea mouse y teclado, hace colapsar la unidad C y Windows en tan solo segundos.
AhmedNabih/CPUSchedulersSimulator
It's a project that simulate CPU in scheduling it's processes with a simple GUI
Amir-Shamsi/cpu-scheduling-algorithm
CPU scheduling algorithm program to calculate processes' process time
AsadiAhmad/CPU-Scheduling
CPU Scheduling with Tkinter framwork for Operating System Course
KhaledAshrafH/CPU-Scheduling-Simulator
This project is a Java program with a graphical user interface (GUI) designed to simulate different CPU scheduling algorithms. The goal of this project is to provide a hands-on experience and visual representation of various CPU scheduling algorithms, including Non-Preemptive Priority Scheduling, Non-Preemptive Shortest Job First (SJF), Shortest-Re
kimlalman28/CPU_Scheduling_Simulator
Single Threaded CPU Scheduling Simulator
EL-SHREIF/CPU-Scheduler
CPU Scheduler with FCFS , RR , SJF and priority
hankshyu/TaskScheduler
a hardware task scheduler design
hirushacooray/cpu-scheduling-sim
CPU Scheduling Simulator
mudra16bhandari/CPU-Scheduling
Android Application executing CPU Scheduling Algorithms like FCFS, SJF, SRTF, LJF, LRTF, Priority (Preemptive and Non-Preemptive), and Round Robin.
pyxploiter/CPU-Scheduling-Algorithms
Some CPU scheduling algorithms are implemented in C++.
vijayakumar-bhaskar/operating-system-concepts-algorithms
This is a collection of main algorithms from the operating system concepts book.
hemanth-07-11/CPU-Scheduling-Visualisation
CPU SCHEDULING VISUALISATION - This is an attempt at simulating CPU Scheduling algorithms - FCFS, SJF, RR, Priority Scheduling.
minsubak/cpu_scheduling_simulator
cpu scheduler simulator (with raylib)
ookii-tsuki/cpu-scheduling-sim
A simple GUI CPU scheduling simulator
pri1311/cpu-scheduling-algorithms
Different CPU Scheduling algorithms implemented using Shell Script as a part of my Operating Systems course.
robertocarlosmedina/CPU-scheduler
The code contains a simple CPU scheduler simulator made all in the programming language C
xtnctx/CPU-Scheduling-Simulator
Solve and simulate using preemptive and non-preemptive algorithm based on the user’s input (Memory & Process Management).
adam-mcdaniel/dynamic-scheduling
Dynamic scheduling with Tomasulo's algorithm