搜索资源列表
页面置换
- 页面置换算法的演示程序及代码,包含FIFO、LRU、OPT算法-pages replacement algorithm code and demo program, including FIFO, the LRU, OPT algorithm
fifo_lru_opt
- 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorit
pagec++
- 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorith
页面存储管理
- 该代码是根据先来先服务、最佳置换算法、最近最少使用算法来完成的。
pagec++
- 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-pages replacement algorithm code language used c. To achieve the FIFO algorithm, the LRU algorithm, which, the LRU is a classical LRU algorith
页面置换
- 页面置换算法的演示程序及代码,包含FIFO、LRU、OPT算法-pages replacement algorithm code and demo program, including FIFO, the LRU, OPT algorithm
fifo_lru_opt
- 操作系统课程设计,页面置换算法,包含了先进先出fifo、最近最久未使用lru、还有最佳opt三种算法。代码简单易懂,编译通过。-courses on operating system design, page replacement algorithms, including the FIFO fifo. the most recent time on the use of LRU, the three best opt algorit
vc783453772452
- C++代码写的有关页面置换算法的程序 实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟-C++ code written on the page replacement algorithm OPT program algorithm (the optimal replacement algorithm), LRU algorithm
vcyemianzhihuan
- 页面置换算法代码,语言采用c++。实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大,多数OS采用改进的LRU算法.-Page replacement algorithm code, the language used c++. The realization of the FIFO algorithm, LRU algorithm, which, LRU classical LRU algorit
page
- 页面置换代码,挺好用,fifo,lru,真正页面算法-dafdasdfdfsadfsafdsa
yimianzhihuan
- 页面置换算法中的三种算法相关程序代码 FIFO LUR OPT-yemianzhihuansuanfa
xunmi
- 操作系统课程设计_先进先出页面置换算法代码。-Operating System Course Design _ FIFO page replacement algorithm code.
FIFO
- 计算机操作系统,页面置换,FIFO算法,实验报告代码-FIFO
操作系统的三个请求分页实现代码
- 操作系统的三个请求分页的实现代码,包括先进先出页面置换算法,最佳页面置换算法,最近最少使用算法
alnorkthm
- 页面置换算法的演示程序及代码,包含FIFO,LRU,OPT算法-Page replacement algorithm demo and code, including FIFO, LRU, OPT algorithm
FIFO
- 提供的是页面置换算法中最简单的先进先出策略的java代码实现(The Java code implementation of the simplest FIFO policy in the page replacement algorithm is provided)
rqndom
- 页面置换算法代码,语言采用c++,实现了FIFO算法,LRU算法,其中,LRU采用经典的LRU算法,由于该算法占用资源较大()