-
timepieces
时间片轮转法,运行进程用完它的时间片后还未完成,就送到就绪队列队尾(time change once have fishes return to next last)
- 2009-04-13 01:30:37下载
- 积分:1
-
Operating-System-B-test-reports
开发一个仿真操作系统,要求具备进程调度、存储器管理、文件及设备管理等基本功能(The development of a simulation operating system, requires scheduling process, the basic functions of memory management, file and device management)
- 2015-05-16 12:35:39下载
- 积分:1
-
FIFOLRU
1.虚拟存储器的引入
局部性原理:程序在执行时在一较短时间内仅限于某个部分;相应的,它所访问的存储空间也局限于某个区域,它主要表现在以下两个方面:时间局限性和空间局限性。
2.虚拟存储器的定义
虚拟存储器是只具有请求调入功能和置换功能,能从逻辑上对内存容量进行扩充的一种存储器系统
(1. The introduction of virtual memory locality principle: program execution in a relatively short period of time limited to a particular part of it Accordingly, it has access to the storage space is also limited to a particular region, it is mainly manifested in the following two aspects: the time limitations and space limitations. 2. The definition of virtual memory Virtual memory is just a request for redeployment of functions and displacement functions, from the logical to expand the memory capacity of a memory system)
- 2010-01-08 15:10:19下载
- 积分:1
-
fdisk32
dos下的大容量硬盘分区工具,这是汉化版。(dos under the large-capacity hard disk partitioning tool, which is Chinese Version.)
- 2010-01-17 14:14:58下载
- 积分:1
-
操作系统进程调度
说明: 模拟操作系统进程调度(先来先服务,优先级优先,相应比优先,最短作业优先),资源抢夺,内存分配功能(动态分区,静态分区)(最坏适应法,最佳适应法,FIFO)(Simulation operating system process scheduling (first come first serve, priority first, corresponding ratio first, shortest job first), resource grabbing, memory allocation function (dynamic partition, static partition) (worst adaptation, best adaptation, FIFO))
- 2019-12-21 13:37:48下载
- 积分:1
-
grub4dos_help
grub4dos使用说明,可以帮助你建立安全的多系统(grub4dos use, I can help you establish a secure multi-system)
- 2007-10-29 14:44:18下载
- 积分:1
-
zuoyediaodu
说明: 了解动态分区分配方式中的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解(Understand the data structure and allocation algorithm in the dynamic partition allocation mode, and further deepen the understanding of the dynamic partition storage management mode and its implementation process)
- 2019-12-12 18:36:50下载
- 积分:1
-
jinchengdiaodu
加深进程概念的理解;掌握选择进程调度算法的准则;掌握进程调度算法。
(Deepen the process of understanding of the concept master scheduling criteria selection process algorithm master process scheduling algorithm.)
- 2013-12-10 13:42:14下载
- 积分:1
-
hujianbo
我的银行家算法,大家来看看。
若要密码
265913(I bankers algorithm, we take a look at. To password 265913)
- 2007-01-05 16:48:04下载
- 积分:1
-
操作系统试验报告
有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。">
- 2005-07-01 01:46:48下载
- 积分:1