Cpu Scheduling Simulator
[๊น๋ฏผ์ฑ] https://github.com/MinWook6457
์์ค ํ์ผ | ์ค๋ช |
---|---|
Cpu-Scheduling-Simulator.c | ํ๋ก๊ทธ๋จ ์คํ ์์์ง์ ์ธ main ํจ์ |
Process.h | ํ๋ก์ธ์ค ์ ๋ณด๊ฐ ์ ๋ ฅ๋ ํค๋ |
Function_to_Sorting.h | ์คํ์๊ฐ, ๋์ฐฉ์๊ฐ, ๋ฐํ์๊ฐ, ์ฐ์ ์์๋ฅผ ๊ธฐ์ค์ผ๋ก ์ ๋ ฌํ ํจ์๊ฐ ์ ์ฅ๋ ํค๋ |
View_Table.h | ๊ฐ ํ๋ก์ธ์ค์ ์ ๋ณด๋ฅผ ์ถ๋ ฅํ ํค๋ |
FCFS.h | First Come First Service Scheduling |
SJF.h | Shortest Job First Scheduling |
NPPS.h | None Preemptive Priority Scheduling |
HRN.h | Highest Response Ratio Next Scheduling |
PPS.h | Preemptive Priority Scheduling |
RR.h | Round Robin Scheduling |
SRT.h | Shortest Remaining Time Scheduling |
Quantum = 2
PID | Arrival Time | Run Time | Priority |
---|---|---|---|
P1 | 0 | 10 | 3 |
P2 | 1 | 28 | 2 |
P3 | 2 | 6 | 4 |
P4 | 3 | 4 | 1 |
P5 | 4 | 14 | 2 |
[github] https://github.com/tapaswenipathak/Visualization-of-CPU-Scheduling-Algorithms
[github] https://github.com/AugustineAykara/CPU-Scheduling-Algorithm-In-C