摘要: #include<stdio.h>#include<iostream.h>#include <stdlib.h>#include<time.h>#define Stack_size 4 struct aa{ //代表一个物理页的节点int page; //物理页存放的虚存页号aa* next; // 阅读全文