操作系統實驗七——模擬虛擬存儲管理(下)

下面是我的代碼(根據實驗指導上面的思想做的): #include<string> #include<iostream> using namespace std; struct Page//頁表結構 { int numPage;//頁號 bool flagPage;//裝入標誌 int numMemory;//內存塊號 bool flagChang;//修改標誌 int hardPosition;/
相關文章
相關標籤/搜索