disk-scheduling
There are 79 repositories under disk-scheduling topic.
mishal23/os-lab
Codes pertaining to OS Lab for Course CO254 - Operating Systems Lab
kirotich/disk-scheduling
OS Disk Scheduling Algorithms implementations in C and JAVA
Showndarya/Operating-System-Algorithms
Process synchronization, Deadlock avoidance and Disk scheduling algorithms implemented in Java.
hardikrana11/Operating-systems--LAB
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
CanhhnaC/disk-scheduling-algorithms
Disk scheduling GUI program
geekswaroop/OS-Simulator
Operating System Simulator built using JS, HTML and CSS
KhaledAshrafH/Disk-Scheduling-Visualizer
It's a Java-based repository that aims to implement and compare various disk scheduling algorithms. The project focuses on optimizing the movement of the disk head while accessing I/O blocks on cylinders. It provides a comprehensive solution for analyzing and visualizing the performance of different algorithms.
mani5h/Disk-scheduling-algorithms
Simulation of disk scheduling algorithms like FCFS,SSTF,SCAN,C-SCAN,LOOK,C-LOOK in python
cyberShaw/Algorithms
Solution and Implementations of various classical problems
Francesco601/Advanced-Topics-in-C
A repository for programs that illustrate concepts in C programming
DeathkillerAnk/Operating-System-Algorithms
Operating System Algorithms in C++
jaykay12/DiskMan.h
A C++ static library for all the Disc scheduling algorithms
michwh/canvas-demo
canvas模拟实现磁盘调度算法 Canvas simulation implements disk scheduling algorithm
rohanrao619/Operating_System_Algorithms
Implementation of OS Process and Disk Scheduling Algorithms in C.
AhmedIssa11/Disk-Scheduling-Algorithms
Implementation of Disk Algorithms
YashasG98/OS-Simulator
A simulator built to exhibit various functionalities of a conventional operating system
Ahmed-Ibrahim-30/Disk_Scheduling_Algorithms
Disk_Scheduling_Algorithms by using GUI in Java
ANIRUDH-VADERA/OS
Important OS Codes and Concepts(Sorted)
fuadaghazada/Operating-Systems
Projects implemented for Operating Systems course (CS 342) in Bilkent University
gjhuerte/disk-scheduling
Computation for disk scheduling in OS course
Kartik-Katkar/Operating-system-Programs
Explore a collection of ready-to-use code solutions for common problems, disk scheduling, shell programming and page scheduling.
mahmoudai1/disk-scheduling-algorithms
Disk Scheduling Algorithms Developed and Animated by C# Graphics.
oniani/os-scheduling
Process, memory, and disk scheduling simulations
raymelon/DiskSim
:minidisc: Disk Scheduling Algorithms Simulator. Operating Systems course project.
salmeenessam/disk-scheduling-algorithms
Disk Scheduling Algorithms
snehel4510/OS_programs
Repository consisting of C/C++ programs to simulate various Operating system concepts.
alhussain-shaikh/Operating-System-LAB
In this repo, I have nearly covered all the lab concept related to Operating System with the code in c/c++/java
cnydo/DiscAlgs
FCFS, SSTF, SCAN, C-SCAN, LOOK and C-LOOK algorithm.
Crufixs/Disk-and-CPU-Scheduling-Algorithms
Implementation of Disk and CPU Scheduling algorithms
csc-mec/OS_Lab
S4 Operating Systems Lab
faiq-04/CST232-Disk-Scheduling-SCAN-LOOK
Python implementation of SCAN and LOOK disk scheduling algorithms for CST232 Operating Systems Assignment. The project compares seek times and visualizes disk head movements for both algorithms.
imgovindjee/Disk-Scheduler
Java Console program where we get to analyzes the different types of Disk Scheduler algorithm such as FCFS, SSTF, LOOK, C_LOOK, SCAN and C_SCAN effectively.
KoftaCrew/DiskScheduling
Disk scheduling algorithm visualizer, with a GUI
rvbcldud/disk-scheduler
Simulates the execution of several disk scheduling algorithms
smit-1923/OS-Disk-Scheduling
This repo contains all the code of the OS Disk Scheduling Algorithms
vivek081202/SchedMaster
SchedMaster lies in its hybrid approach - combining classical scheduling algorithms with optimization techniques like Greedy Algorithms, Dynamic Programming, and Backtracking. Additionally, it leverages simple ML models to predict process behavior, detect anomalies in resource usage, and recommend the most suitable scheduling strategies.