搜索资源列表
-
0下载:
模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程
-Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
-
-
0下载:
页面置换--问题描述及设计思想:在进程运行过程中,若其所要访问的页面不在内存需把它们调入内存,但内存已无空闲空间时,为了保证该进程能正常运行,系统必须从内存中调出一页程序或数据,送磁盘的对换区中。但应将哪个页面调出,所以需要根据一定的算法来确定。-Page replacement- problem descr iption and design: the process is running, if they want to access the memory page is not requi
-
-
0下载:
c 语言实现页面置换的四种算法,包括FIFO算法,LRU算法,LFU算法和NUR算法-c language four page replacement algorithms, including FIFO algorithm, LRU algorithm, LFU algorithm and NUR algorithm
-