-
模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。
1、模拟一个页式虚拟存储系统,用FIFO和LRU置换算法,计算所发生的缺页次数。每个进程在内存占有3页数据区,刚开始时数据区为空。有以下访问数据页序列:5 0 1 0 2 0 1 4 0 2 5 1 2 3 5 (测试数据)请分别模拟2、实现过程:1) 内存分配:给进程分配一定的物理块数,由用户输入物理块数,用数组元素模拟物理块。2) 由文件读入页面访问序列,用数组保存。3) 将要访问的页面依次调入内存,分配到物理块中,形成页框表。其表项号即物理块号(数组元素下标),将页号放入数组相应位置。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 13:05:33下载
- 积分:1
-
这个文件最初在一个m
这个文件最初在一个m-ix86pm的UCOS For 386包中,
但是没有源代码,原名叫ExeToImg.EXE
用于将PE结构的EXE文件转换为内存映像文件,
可用于在WIN平台上开发基于x86的操作系统
这个源代码编译后效果跟原版差不多,是我用OllyDBG反编译写成C的.
对于学习PE文件及操作系统有一定作用,
毕竟我的大部分的操作是在window下,
机器差得要得,不想用虚拟机在linux下编译入门的操作系统.
像中的Tinux
-This document was originally in a m-ix86pm the UCOS For 386 package, but no source code, the original name used to ExeToImg.EXE structure of PE files into memory EXE image file that can be used in the WIN platform x86-based operating system of the source code compiled with the original effect is almost that I wrote with OllyDBG decompile C
- 2022-03-22 06:43:00下载
- 积分:1
-
一个小的进程调度
一个小的进程调度-a small Process Scheduling
- 2022-06-19 07:35:27下载
- 积分:1
-
Synchronous fifo and detailed documentation, we want to help
同步fifo并有详细的文档说明,希望对大家有帮助-Synchronous fifo and detailed documentation, we want to help
- 2022-07-07 17:33:57下载
- 积分:1
-
一个小型操作系统,用于对显存进行操作 本人的操作系统课程设计...
一个小型操作系统,用于对显存进行操作 本人的操作系统课程设计-a small operating system, for the right to operate my memory for the operating system design courses
- 2022-12-13 02:45:03下载
- 积分:1
-
RAM中文资料,面向A R M 微处理器构架的嵌
入式操作系统的使用量将在今后五
年持续增长,在各种嵌入式操作系
统中,Linux是获得支持最多的第...
RAM中文资料,面向A R M 微处理器构架的嵌
入式操作系统的使用量将在今后五
年持续增长,在各种嵌入式操作系
统中,Linux是获得支持最多的第三
大力量。-RAM Chinese data, M A R-oriented architecture microprocessor embedded operating system used in the next five years will be continued growth Embedded in the various operating systems, Linux is supported by most third-largest force.
- 2022-07-04 23:43:16下载
- 积分:1
-
常用正则表达式 整理篇_正则表达式_常用正则表达式 整理篇_正则表达式...
常用正则表达式 整理篇_正则表达式_常用正则表达式 整理篇_正则表达式-常用正则表达式 整理篇_正则表达式
- 2023-03-26 04:45:03下载
- 积分:1
-
操作系统引导监控程序
操作系统引导监控程序-operating system monitoring program guide
- 2022-01-22 14:08:23下载
- 积分:1
-
Script development under Mac Osx example, based on the cocoa framework, xcode
Mac Osx下脚本开发实例,基于cocoa framework,xcode-Script development under Mac Osx example, based on the cocoa framework, xcode
- 2023-08-25 14:25:04下载
- 积分:1
-
银行家算法的实现程序
银行家算法的实现程序-bankers algorithm implementation procedures
- 2022-03-22 00:04:59下载
- 积分:1