搜索资源列表
计算命中率
- 操作系统实验--计算页面置换算法的不同命中率-experimental operating system -- Calculation algorithm replacement pages of different shooting
fifosuanfa
- 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
fifo
- 完成进程调度,页面置换算法中先进先出算法(FIFO)的源代码,对学习操作系统很有用的~-The completion of the process of scheduling, the page replacement algorithm in the FIFO method (FIFO) of the source code, useful for learning the operating system ~
Pagereplacement
- 页面置换--问题描述及设计思想:在进程运行过程中,若其所要访问的页面不在内存需把它们调入内存,但内存已无空闲空间时,为了保证该进程能正常运行,系统必须从内存中调出一页程序或数据,送磁盘的对换区中。但应将哪个页面调出,所以需要根据一定的算法来确定。-Page replacement- problem descr iption and design: the process is running, if they want to access the memory page is not requi
yemiantaotai
- 页面置换淘汰算法,线程进程,先进先出,最优算法,最近没使用过算法,使用最频繁算法。-The page replacement eliminated algorithm, thread process.
page---exchange
- 操作系统中的页面置换算法,源代码,语言:C-Operating system page replacement algorithm, source code, language:
abc
- 页面置换算法,opt,lru,求OPT页面置换算法的命中率-Page replacement algorithm, opt, lru, seeking OPT page replacement algorithm hit rate
vm
- 虚拟内存页面置换算法(FIFO、LRU)-FIFO、LRU FIFO、LRUFIFO、LRUFIFO、LRU
3
- C语言设计一个先进先出算法程序实现页面置换的模拟.-C language design a FIFO page replacement algorithm simulation program
Page-replacement
- vs2012页面置换 多线程下展示页面置换四种算法 并且具有问保存等功能-Page replacement
page
- 理解内存页面调度的机制,在模拟实现FIFO、LRU、OPT算法的基础上,比较各种置换算法的效率和优劣,从而了解虚拟储存的实现过程-Understanding of the mechanisms of memory paging, on the basis of the simulation to achieve FIFO, LRU, OPT algorithm, compare the pros and cons of replacement algorithm efficiency and t
yemianexhchange
- c 语言实现页面置换的四种算法,包括FIFO算法,LRU算法,LFU算法和NUR算法-c language four page replacement algorithms, including FIFO algorithm, LRU algorithm, LFU algorithm and NUR algorithm
PageReplacement
- 在操作系统中模拟实现请求页式存储管理的几种基本页面置换算法,并比较它们的效率-An analog implementation in the operating system storage management page request several basic page replacement algorithm, and compare their effectiveness