├── PlotData.h ├── Plotstream.h ├── README.md ├── koolplot.h ├── libkoolplot.a ├── main.cpp ├── main.exe ├── makefile ├── new_main.cpp ├── organizeFileForMatlabInput ├── output.txt └── plot.py /PlotData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/PlotData.h -------------------------------------------------------------------------------- /Plotstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/Plotstream.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/README.md -------------------------------------------------------------------------------- /koolplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/koolplot.h -------------------------------------------------------------------------------- /libkoolplot.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/libkoolplot.a -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/main.cpp -------------------------------------------------------------------------------- /main.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/main.exe -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/makefile -------------------------------------------------------------------------------- /new_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/new_main.cpp -------------------------------------------------------------------------------- /organizeFileForMatlabInput: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/organizeFileForMatlabInput -------------------------------------------------------------------------------- /output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/output.txt -------------------------------------------------------------------------------- /plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/flextra19/PageReplacement_Algorithm_Compare/HEAD/plot.py --------------------------------------------------------------------------------