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

下面是我的代碼: #include<iostream> using namespace std; struct Page//頁表結構 { int numPage; bool flagPage; int numMemory; int hardPosition; }; Page job[7]; void creatJob()//創建Job { job[0].numPage=0; job[0].flag
相關文章
相關標籤/搜索