Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - page replacement opt
Search - page replacement opt - List
操作系统课程设计,页面置换算法,包含了先进先出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 algorithm. Code straightforward compile.
Date : 2008-10-13 Size : 1.71kb User : wz

操作系统课程设计,页面置换算法,包含了先进先出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 algorithm. Code straightforward compile.
Date : 2025-12-29 Size : 1kb User : wz

操作系统课程设计,虚拟存储管理缺页中断模拟系统的设计,OPT,FIFO,随机替换算法-Operating systems curriculum design, virtual memory management page fault simulation system design, OPT, FIFO, random replacement algorithm
Date : 2025-12-29 Size : 141kb User : 云飞扬

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 (Least Recently), FIFO algorithm (First IN First Out) of the simulation
Date : 2025-12-29 Size : 1.82mb User : lee

VC++使用OPT页面置换算法的程序示例,OPT页面置换算法来实现当页表中发现所要访问的页面不在内存时调入内存,使内存的资源得以充分利用。本课题主要的目的是为了在虚拟页式存储管理中,当进程运行时,发生缺页中断时,使用一种很好的页面置换算法,使系统性能变得更好。 -VC++ using the OPT page replacement algorithm sample program, OPT page replacement algorithm to achieve when the page table to be found to visit the page of memory is not transferred to memory so that memory resources can be fully utilized. The main purpose of this task is to manage virtual memory page, when the process of run-time, page fault occurs, the use of a good page replacement algorithm, so that a better system performance.
Date : 2025-12-29 Size : 188kb User : jiangjihai

最佳页面置换算法,最佳页面置换OPT算法的置换策略:发生缺页时,查看内存中的页面在页面走向中将来再次被调入内存的指令,这里假设每一页调入内存需要的指令数都是相同的,用单位1表示。当内存分配的页数都执行了这个操作,比较那个页面的指令数最大,则就把这个页面淘汰出内存,调入的页就进入内存。-Best Page-Replacement Algorithms
Date : 2025-12-29 Size : 213kb User : 小庞

页面置换算法,可选择fifo,opt,nur,lru调度算法实现页面调度。-Page replacement algorithm, select fifo, opt, nur, lru paging scheduling algorithm.
Date : 2025-12-29 Size : 926kb User : xuchang

模拟内存页面置换的五个算法fifo,opt,lfu,lru,clock-Analog memory page replacement
Date : 2025-12-29 Size : 245kb User : 胡扯蛋

编程模拟一个作业的执行过程,用户输入系统分配给该作业的物理块N和该作业要访问的逻辑页号序列长度L,采用下面不同的页面置换算法:FIFO,LRU,OPT,LFR,NUR,给出不同算法下的页面置换情况及其对应的缺页率-Programmed to simulate a job execution, the user input system assigned to the job and the job of physical block N logical page number to access the sequence length L, use the following different page replacement algorithm: FIFO, LRU, OPT, LFR, NUR, given under different page replacement algorithms and their corresponding page fault rate
Date : 2025-12-29 Size : 1kb User : erevus

用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
Date : 2025-12-29 Size : 1kb User : 剑煮江湖

操作系统页面置换模拟系统 本软件模拟操作系统的页面置换,共有FIFO、LRU、OPT三种算法可供选择。用户可自行选择随机或手动输入指令序列的地址,本系统将自动显示各种算法的缺页率,以及那一条指令导致缺页-Analog system operating system page replacement operating system, the software simulate page replacement, total FIFO, LRU, OPT three algorithms to choose from. Users can choose a random sequence of instructions or manually enter the address, the system will automatically display the page fault rate of the algorithm, and the instructions which lead to missing pages
Date : 2025-12-29 Size : 61kb User : xuzekun

用c语言实现页面置换算法,包括三种算法FIFO、LRU、OPT。C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.-C language page replacement algorithms, including three algorithms FIFO, LRU, OPT.
Date : 2025-12-29 Size : 2kb User : ectivehe

操作系统页面替换算法,包括FIFO、OPT、LRU、CLOCK算法 -Operating system virtual page replacement algorithm, including FIFO, OPT, LRU, CLOCK. The four algorithm
Date : 2025-12-29 Size : 3kb User : 江小五

模拟操作系统中页面置换算法,可进行FIFO ,LRU,OPT等算法。(Simulated operating system page replacement algorithm, which can be FIFO, LRU, OPT and other algorithms.)
Date : 2025-12-29 Size : 40kb User : 666。6
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.