頁面置換算法 FIFO,OPT,LRU

<pre name="code" class="cpp">////LRU頁面置換算法,將幀內最近不常使用的置換出 #include<iostream> #include<fstream> #include<vector> #include<queue> using namespace std; int returnMaxValueInVec(vector<int>str) { int post
相關文章
相關標籤/搜索