Welcome![Sign In][Sign Up]
Location:
Search - lru in c

Search list

[CSharp先进先出页面算法程序2

Description: 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO replacement algorithm using FIFO recently, at least recently LRU algorithm replacement unused replacement algorithm sets NUR work. Cases ... : a page-allocation process at 3, p. during its operation visit face sequence : A, B, C, D, A, B, E, A, B, C, D, E, in accordance with the analysis of its OPT algorithm replacement of pages missing ...
Platform: | Size: 5476 | Author: asdf | Hits:

[Mathimatics-Numerical algorithmsLRU算法的自编c++实现及源码。

Description: 实现LRU算法的C++版,word环境下写的,c++环境下运行-LRU algorithm to achieve the C version, word environment written in the running environment c
Platform: | Size: 5231 | Author: 刘刚 | Hits:

[Othercunchuqiguanli

Description: 操作系统存储器管理实验的C语言模拟程序,采用FIFO和LRU两种算法-experimental operating system memory management in C language simulation procedures and two FIFO and LRU algorithm
Platform: | Size: 1702 | Author: 胡恩 | Hits:

[OS DevelopCPU调度C语言实现

Description: CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT          6时间的延迟;          7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Priority Scheduling) n) 5EXIT six hours of delay; 7 : screen for color.
Platform: | Size: 1024 | Author: 蒋涛 | Hits:

[CSharpOS课题设计

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:

[CSharp先进先出页面算法程序2

Description: 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO replacement algorithm using FIFO recently, at least recently LRU algorithm replacement unused replacement algorithm sets NUR work. Cases ... : a page-allocation process at 3, p. during its operation visit face sequence : A, B, C, D, A, B, E, A, B, C, D, E, in accordance with the analysis of its OPT algorithm replacement of pages missing ...
Platform: | Size: 5120 | Author: asdf | Hits:

[Mathimatics-Numerical algorithmsLRU算法的自编c++实现及源码。

Description: 实现LRU算法的C++版,word环境下写的,c++环境下运行-LRU algorithm to achieve the C version, word environment written in the running environment c
Platform: | Size: 5120 | Author: 刘刚 | Hits:

[Othercunchuqiguanli

Description: 操作系统存储器管理实验的C语言模拟程序,采用FIFO和LRU两种算法-experimental operating system memory management in C language simulation procedures and two FIFO and LRU algorithm
Platform: | Size: 1024 | Author: 胡恩 | Hits:

[Windows Developkew

Description: 用C语言实现操作系统中的最近最久未使用(LRU)置换算法,在Window98/2000 系统的TC2.0环境下运行程序-Using C language to achieve the most recent operating system long used (LRU) replacement algorithm, in Window98/2000 system TC2.0 environment running the program
Platform: | Size: 1024 | Author: 陈梅 | Hits:

[Linux-Unixmain

Description: 操作系统实验(LINUX): 设计一个虚拟存储区和内存工作区,并使用下列算法计算访问命中率. (1) 进先出的算法(FIFO) (2) 最近最少使用的算法(LRU) (3) 最佳淘汰算法(OPT) (4) 最少访问页面算法(LFU) (5) 最近最不经常使用算法(NUR) 命中率=(1-页面失效次数)/页地址流长度 -Experimental operating system (LINUX): Design of a virtual memory storage area and work area, and use the following algorithm to visit hit rate. (1) into the algorithm, first-out (FIFO) (2) at least recently used algorithm (LRU) (3 ) the best out of algorithm (OPT) (4) at least visit the page algorithm (LFU) (5) the least frequently used in recent algorithm (NUR) hit rate = (1- page failure number)/page address stream length
Platform: | Size: 2048 | Author: zengzl | Hits:

[OS Developpagechange

Description: 操作系统-页面置换算法(包括OPT、LRU、FIFO三种算法)-Operating system- page replacement algorithms (including OPT, LRU, FIFO three algorithms)
Platform: | Size: 10240 | Author: fish | Hits:

[Windows Developvc783453772452

Description: 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
Platform: | Size: 1911808 | Author: lee | Hits:

[Otherfifo

Description: c语言实现内存调度 FIFO LFU LRU 基于vc6.0 -c language memory-based FIFO LFU LRU scheduling vc6.0
Platform: | Size: 1024 | Author: 小弟 | Hits:

[OS DevelopOperatingSystemMemoryManagement

Description: (1) 本实验要求使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。 (2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -(1) This experiment requires the use of C language programming simulation of a virtual page number of the process in a given number of pages is running, and when the page fault occurred in, respectively, the use of FIFO and LRU page replacement algorithm of the situation. (2) the number of virtual pages can be given in advance (for example, 10), access to these virtual page address of the page flow (the length can be given in advance, for example, access to 20 virtual pages) can be randomly generated by the procedure can also be pre-stored in the file. (3) the requirements to run when the screen shows the process of replacement of the state information and the output end of the visit of the page hit rate.
Platform: | Size: 47104 | Author: 时间 | Hits:

[OS Developyemianzhuanhuansuanfa

Description: 使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。其中虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。程序应允许通过为该进程分配不同的实页数,来比较两种置换算法的稳定性。-Simulated using the C programming language has a number of virtual pages of the process in a given number of real pages to run, and the page fault occurs, respectively, the use of FIFO and LRU algorithm for page replacement situation. The number of virtual pages which can be given in advance (for example, 10), access to these virtual pages page address stream (whose length can be given in advance, for example, 20 virtual pages to access) can be randomly generated by the program can also be saved in advance in the document. Require the program is running the screen can show a displacement in the process of status information and the output end of the visit of the page hit rate. Procedures should be allowed through the process of distribution of the different real number of pages to compare the two kinds of replacement algorithm stability.
Platform: | Size: 1024 | Author: fujiao | Hits:

[Software Engineering11

Description: 用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时使用LRU算法进行页面置换的情形-With C language programming simulate a virtual page has a number of processes in a given number of real pages to run, and the page fault occurs, using the LRU algorithm for page replacement case
Platform: | Size: 33792 | Author: 棉花糖 | Hits:

[OS DevelopLRU

Description: 操作系统LRU算法,通过C语言进行实现,在VC6.0下已经调试通过-Operating system LRU algorithm, C language implementation has been debugged in under VC6.0
Platform: | Size: 1024 | Author: 张三 | Hits:

[Mathimatics-Numerical algorithmsfifo-lru-opt

Description: c语言写的页面转换算法,有助于大家学习操作系统。-pages written in c language conversion algorithm to help them to learn the operating system.
Platform: | Size: 60416 | Author: Jke X | Hits:

[Windows DevelopLRUCache

Description: LRU cache implmentation in c-LRU cache implmentation in c++
Platform: | Size: 2048 | Author: kamil | Hits:

[Software EngineeringLRU

Description: 本代码用C语言模拟操作系统中LRU页面置换算法,有dos输出界面,简单明了。-The code is written in C language simulation operating system LRU page replacement algorithm, a dos output interface, simple and straightforward.
Platform: | Size: 1024 | Author: jie | Hits:
« 12 »

CodeBus www.codebus.net