Location:
Search - os opt
Search list
Description: 操作系统可称颂设计的程序,页面置换OPT算法,vc++编写-OS praise design procedures, replacement pages OPT algorithm, vc prepared
Platform: |
Size: 2401 |
Author: xc |
Hits:
Description: 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
Platform: |
Size: 53760 |
Author: 白马 |
Hits:
Description: 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit the hit rate. (1) FIFO algorithm (FIFO) (2) at least recently used algorithm (LRU) (3) eliminated the best algorithm (OPT) (4) at least visit pages algorithm (LFU) (5) most recently used algorithm (NUR) life China rate = (1-pages failure number) / page-length addre
Platform: |
Size: 2639 |
Author: 东方少秋 |
Hits:
Description: 页面置换算法代码,语言采用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 algorithm, the algorithm occupy larger resources, the majority of the improved OS LRU algorithm.
Platform: |
Size: 4096 |
Author: 兔子 |
Hits:
Description: 模拟实现三种页面置换算法:OPT,LRU,FIFO。-Simulation three pages replacement algorithm : OPT, LRU, FIFO.
Platform: |
Size: 53248 |
Author: 白马 |
Hits:
Description: 任务 设计一个虚拟存储区和内存工作区,并使用下述算法计算访问命中率。 (1)先进先出的算法(FIFO) (2)最近最少使用算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (5)最近最不经常使用算法(NUR) 命中率=(1 – 页面失效次数)/页地址流长度-mission design a virtual memory storage area and the work area and to use the following algorithm to visit the hit rate. (1) FIFO algorithm (FIFO) (2) at least recently used algorithm (LRU) (3) eliminated the best algorithm (OPT) (4) at least visit pages algorithm (LFU) (5) most recently used algorithm (NUR) life China rate = (1-pages failure number)/page-length addre
Platform: |
Size: 2048 |
Author: 东方少秋 |
Hits:
Description: 操作系统可称颂设计的程序,页面置换OPT算法,vc++编写-OS praise design procedures, replacement pages OPT algorithm, vc prepared
Platform: |
Size: 2048 |
Author: |
Hits:
Description: 页面置换算法
设计一个虚拟存储区和内存工作区,编程序演示FIFO、LRU、OPT算法的具体实现过程,并计算访问命中率.-Page replacement algorithm for the design of a virtual memory storage area and work area, programmed demo FIFO, LRU, OPT algorithm concrete realization of the process and calculate the percentage of hits of the visit.
Platform: |
Size: 188416 |
Author: 井 |
Hits:
Description: 分页管理的算法的比较,实现基本的存储管理-FIFO,LRR,LFR,OPT,LUR
Platform: |
Size: 8192 |
Author: 文成 |
Hits:
Description: 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation request appeared in the phenomenon of missing pages, the use of FIFO FIFO, long the most recent use of LRU, the best replacement algorithm OPT.
Platform: |
Size: 1024 |
Author: bartok |
Hits:
Description: 操作系统课程设计内存调度LRU,FIFO,OPT算法的页面置换-Curriculum design scheduling operating system memory LRU, FIFO, OPT page replacement algorithm
Platform: |
Size: 50176 |
Author: immortal |
Hits:
Description: 存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本操作(读、写)。-Replacement algorithm for storage management, demand paging used FIFO FIFO, the most recent long-lost the use of LRU, the best OPT replacement algorithm. Are familiar with the basic file operations (read, write).
Platform: |
Size: 704512 |
Author: yaowenxue |
Hits:
Description: 请求页式管理缺页中断模拟设计--FIFO、OPT-The requested page-style management page fault analog design- FIFO, OPT
Platform: |
Size: 141312 |
Author: 林杰 |
Hits:
Description: 采用页式分配存储方案,通过分别计算不同算法的命中率来比较算法的优劣,同时也考虑页面大小及内存实际容量对命中率的影响;
实现OPT 算法 (最优置换算法) 、LRU 算法 (Least Recently) 、 FIFO 算法 (First IN First Out)的模拟;
-By page type allocation of storage solutions, were calculated by the hit rate of different algorithms to compare the merits of algorithms, taking into account the actual page size and memory capacity of the hit rate achieve OPT algorithm (the optimal replacement algorithm), LRU algorithm ( Least Recently), FIFO algorithm (First IN First Out) of the simulation
Platform: |
Size: 4096 |
Author: kkk |
Hits:
Description: os实验:页式存储管理。
OPT算法、FIFO算法、LRU算法,及命中率计算-os experiment: page storage management.
OPT algorithm, the FIFO algorithm, the LRU algorithm, and the hit rate calculation
Platform: |
Size: 911360 |
Author: 虚静夜 |
Hits:
Description: 操作系统课程设计报告-页面置换算法模拟系统,模拟了进先出的算法(FIFO),最佳淘汰算法(OPT),最近最久未使用算法(LRU),最少访问页面算法(LFU),并含有DOS界面的菜单选择模块-OS Page replacement algorithm
Platform: |
Size: 3070976 |
Author: 陈明明 |
Hits:
Description: 操作系统中的内存置换算法实现,程序中对三种内存置换算法进行了分析,他们分别是:FIFO、LRU、OPT三种算法,并在程序最后列出了三种算法的堆栈调用情况。-Operating system' s memory replacement algorithm, three types of memory replacement algorithm analysis program, they are: FIFO, LRU, OPT three algorithms and listed at the end of the three algorithms stack call in the program.
Platform: |
Size: 3072 |
Author: 曲文集 |
Hits:
Description: OPT LRU FIFO页面置换算法(page switch algorithm)
Platform: |
Size: 1024 |
Author: Aye__
|
Hits: