项目作者: markcaldropoli

项目描述 :
Optimal, Least Recently Used, FIFO, Random, and Clock Page Replacement Algorithms & Visualizations
高级语言: C++
项目地址: git://github.com/markcaldropoli/CS350Assignment3.git
创建时间: 2019-03-07T17:08:56Z
项目社区:https://github.com/markcaldropoli/CS350Assignment3

开源协议:

下载


CS350-Assignment3

Mark Caldropoli
Emileigh Bonzek

generator.c outputs OPT and LRU data.
generator2.cpp outputs FIFO, Rand, and Clock.

The makefile compliles both files into ./generator and ./generator2 and is run without any arguments to output the data.