Chương trình minh họa các giải thuật định thời CPU (CPU Scheduling Algorithms Visualization)
-
Updated
Dec 3, 2022 - C#
Chương trình minh họa các giải thuật định thời CPU (CPU Scheduling Algorithms Visualization)
a simulator to simulate OS CPU and Virtual memory page replacement algorithms
Cpu scheduler developed with C# (Windows Form Application) having all working cpu algorithms including FCFS, SJF, RR, etc(Pre-emptive & Non-Pre-emptive).
OS Scheduling Technique in C#
This project provides a simple Windows Forms application that demonstrates common CPU scheduling algorithms through an interactive graphical interface. Each algorithm prompts for basic input and displays the resulting waiting or turnaround times using message boxes and on screen tables.
A simple console app used to calculate the waiting time and the turnaround time for a set of CPU processes.
Using C# designed and implemented a Shortest Remaining Time First (SRTF) and Multi-Level Feedback Queue (MLFQ) CPU scheduling algorithm 🤓
Add a description, image, and links to the cpu-scheduling-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the cpu-scheduling-algorithms topic, visit your repo's landing page and select "manage topics."