一个基于Java实现的操作系统原理演示代码,包含了进程调度、内存管理等操作系统基本功能。
-
Updated
Mar 16, 2025 - Java
一个基于Java实现的操作系统原理演示代码,包含了进程调度、内存管理等操作系统基本功能。
Applies various page replacement algorithms to a reference string and displays the number of page faults and where they occurred.
Implementation of Cache Replacement Algorithm (FIFO and LRU) and calculation of corresponding Cache Hit Ratio.
A LRU cache implemented using object oriented approach
A Java code for understanding page replacement algos
COMP2240 Assignment 3: Simulating Paging with Virtual Memory, with 2 different LRU Page Replacement Algorithms (Full Marks)
Add a description, image, and links to the lru-replacement-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the lru-replacement-algorithm topic, visit your repo's landing page and select "manage topics."