Page replacement algorithms (Algoritmos de substituição de página)
-
Updated
Apr 24, 2015 - Python
Page replacement algorithms (Algoritmos de substituição de página)
Not Another Completely Heuristic Operating System (NACHOS)
implementation of page replacement algorithms - FIFO, OPT, LRU, approximate LRU, RAND
Trabalho de SO sobre algoritmos de Substituição de página
Some assignments from Bachelor degree of Computer Science
CSUSM: Operating Systems
Algorithm implementation of different sytem algorithm
SJTU-CS356-Projects
These are the Python implementations of FIFO, LRU and OPT page replacement algorithms
Operating System practical programs
Codes pertaining to OS Lab for Course CO254 - Operating Systems[CSE NITK SEM-4]
Lets's study algorithm!!!
Simulation and data analysis for 4 different page replacement algorithms
java implementations of different page replacement algorithms in an operating system (peep the results for some nice graphs!!)
Optimal, Least Recently Used, FIFO, Random, and Clock Page Replacement Algorithms & Visualizations
Program to accept number of physical frames, list of page accesses, and the page replacement algorithm and output the number of faults and whether each access was a fault or not. Supports FIFO, LRU, and OPTIMAL algorithms.
Operating System Algorithms in C++
Page Replacement Qt application for my OS class
Program with page replacement algorithms - an OS problem.
Add a description, image, and links to the page-replacement topic page so that developers can more easily learn about it.
To associate your repository with the page-replacement topic, visit your repo's landing page and select "manage topics."