资源列表
LRU
- 关于操作系统的内存管理,如何节省利用容量不大的内存为最多的进程提供资源,一直是研究的重要方向。而内存的虚拟存储管理,是现在最通用,最成功的方式—— 在内存有限的情况下,扩展一部分外存作为虚拟内存,真正的内存只存储当前运行时所用得到信息。这无疑极大地扩充了内存的功能,极大地提高了计算机的并发度。虚拟页式存储管理,则是将进程所需空间划分为多个页面,内存中只存放当前所需页面,其余页面放入外存的管理方式。 -About operating system memory management, how to
caozuoxitong
- 操作系统的复习题 很多经典的考研题及其详细的解答和答案 -Review questions of the operating system many of the classic study section of the title of their detailed answers and answers
caozuoxitongyan
- 操作系统实验,与及老师上课的资源,详细讲解-Operating system experiment
caozuoxitongP
- 操作系统处理机调度,根据优先级来进行调度,完整-Operating system, processor scheduling, priority scheduling has been completed
LMtest
- LM优化算法是我们在进行系统优化和调度时最常用的优化算法之一,此处给一个此算法的C实现-LM optimization algorithm
dongtaifenqu
- 允许用户选择采用“首次适应算法”、“下次适应算法”、“最佳适应算法”、“最坏适应算法”中的一个,为输入的作业分配内存-Allows users to select a " first-fit algorithm, next-fit algorithm," best-fit algorithm, a " worst-fit algorithm, the input job to allocate memory
os-design
- 操作系统课程设计(源码及其报告) -(Source report) operating system, curriculum design, curriculum design of the operating system (source report)
p_design
- 进程调度模拟程序说明书,课程设计报告,模拟实现进程调度-Process scheduling simulation program instruction, curriculum design report
file
- 操作系统文件调用模拟,模拟了类似于先来先服务,短进程优先等-Operating system file calls simulation, simulation similar to the first come first served, short process priority
alal
- 模拟请求段式存储管理_FIFO,os课程设计。页面置换算法(也称页面淘汰算法)是用来确定应该淘汰哪一页的一种策略。比较常用的置换算法有以下几种:1. 最佳置换算法;2.先进先出算法(FIFO);3.最近最就未使用算法(LRU)。本设计要求实现其中的FIFO和LRU算法模拟-Simulate request-stage storage management _FIFO
zaozuoxitongshiyan
- 存储管理的主要功能之一是合理地分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式管理的页面置换算法。 -One of the main functions of storage management is a reasonable allocation of space. Request the page management is a common virtual storage mana
duzhexiezhe
- 读者写者问题 读者-写者问题的读写操作限制(包括读者优先和写者优先)-Readers to write the the problem of readers- to write those who the the problem of the read and write operations restrictions (including the readers priority and write those who priority)
