搜索资源列表
FIFO
- 大学生计算机操作系统课程设计,实现页面置换,利用fifo(先进先出)算法-Students of computer operating systems curriculum design, the realization of the page replacement, the use of fifo (FIFO) algorithm
page
- 操作系统 页面置换算法之 FIFO,同时也附带写失败了的,LRU算法-Operating system page replacement algorithm of the FIFO, but also with the failed write, LRU algorithm
FIFO
- 操作系统中用来描述CPU处理进程的方式,这是最简单的一种先来先到算法-The operating system is used to describe the process of the CPU processing mode, which is the most simple one first-come, first algorithm
1.1.2
- 新鲜出炉的操作系统请求页式管理FIFO算法。一个进程有60个页面,假设内存分配了8个页面,页长为1K,第0、5、6页已经在内存中,随机生成访问序列,发生缺页中断时,写出相应的字地址、页号及内存中的8个页面。-Fresh baked operating system requests a page management FIFO algorithm. 60 pages of a process, assuming the memory allocated eight pages, page len
jinchengguanli
- 操作系统学末作业有关进程管理,进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-End operating system to learn about the job process management, process scheduling algorithms are the FIFO priority number scheduling algorithm, round-robin scheduling algorithm, hierarchical sched
yemiantihuan
- 操作系统中的虚拟页面替换算法,有LRU和FIFO两种,可以选择不同的方式查看模拟过程。-The operating system in the virtual page replacement algorithm LRU and FIFO, you can choose different ways to view the simulation process.
FIFO
- 先来先服务算法,操作系统的重要内容-First-come, first-serve algorithm, an important part of the operating system
ymzh
- 本文件为c语言程序编写的操作系统页面置换算法:包括FIFO和URL两种,界面友好-This document is the c programming language operating system page replacement algorithm: including FIFO and URL are two, friendly interface
ChangePage
- 操作系统-页面置换算法-最佳页面置换、先进先出、最近最久未使用,课程设计-Operating system- page replacement algorithm- Optimal, FIFO, LRU, course design
page-replacement
- 操作系统: 页面置换模拟程序设计 2,实现的功能:实现了页面置换模拟程序设计中的FIFO算法。 3,说明:由于产生页面的访问序列非常耗时,所以此程序产生的页面访问序列是使用产生0--319个数,然后打乱,形成类似的随机指令和页面访问序列。 4,BUG:由于其他的(诸如OPT,LRU,LFU)的算法只是页面的置换方式不同,故只写出了FIFO算法,其他的类似。 -Operating System: page replacement simulation prog
OS
- 操作系统的银行家算法,随机产生页面,FIFO和LRU两种算法-Operating system bankers algorithm, randomly generated page, FIFO and LRU two algorithms
FIFO
- 操作系统中的FIFO算法,使用时请输入文件夹中的data.txt-FIFO algorithm operating system when using please enter folder data.txt
memman.c.tar
- 模拟实现操作系统中的页面置换算法,包括FIFO,OPT,LRU,LFU,NRU算法-An analog implementation, the operating system page replacement algorithms, including FIFO, OPT, LRU, LFU, NRU algorithm
page
- 模拟操作系统采用OPT、FIFO和LRU算法进行页面置换的过程。 设程序中地址范围为0到32767,采用随机数生成256个指令地址,满足50 的地址是顺序执行,25 向前跳,25 向后跳。为满足上述条件,可采取下列方法: 设d0 10000,第 n个指令地址为dn,第 n+1 个指令地址为dn+1 ,n的取值范围为0 到255。每次生成一个 1 到1024范围内的随机数a,如果a落在1 到512 范围内,则dn+1 dn+1。如果a落在513 到768范围内,则设置dn+1 为1 到dn
内存分配换页
- 操作系统中的内存分配管理,有fifo算法,lruu算法,以及两者比较(Memory allocation management in the operating system, there are FIFO algorithm, lruu algorithm, and the two comparisons)
opt fifo lru
- 调页存储管理,使用opt,lru,fifo三种(Page storage management, using the three kinds of OPT, LRU, FIFO)