-
Zhi LRU replacement pages with FIFO
页面置换之LRU与FIFO-Zhi LRU replacement pages with FIFO
- 2022-08-21 11:47:56下载
- 积分:1
-
操作系统大型实验:模拟LINUX文件系统
一、实验内容1. 设计和实现一个模拟文件系统,要求包括目录、普通文件和文件的存储。必须有自定义的数据结构,不能直接调用windows 的API函数,即不能只实现了一个壳。2. 文件系统的目录结构采用类似Linux的树状结构。3. 要求模拟的操作包括:a) 目录的添加、删除、重命名;b) 目录的显示(列表);c) 文件的添加、删除、重命名;d) 文件和目录的拷贝;e) 文件的读写操作。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 15:27:13下载
- 积分:1
-
一个汇编程序编的计算器 简单实用 搞课程设计的同学可以拿来应付了...
一个汇编程序编的计算器 简单实用 搞课程设计的同学可以拿来应付了-一个汇编程序编的计算器 简单实用 搞课程设计的同学可以拿来应付了一个汇编程序编的计算器 简单实用 搞课程设计的同学可以拿来应付了
- 2022-03-18 22:16:19下载
- 积分:1
-
详细介绍如何从硬盘安装Linux操作系统(不是用光盘安装)
详细介绍如何从硬盘安装Linux操作系统(不是用光盘安装)-Details on how to install the Linux operating system from the hard drive (not available on CD-ROM installation)
- 2022-09-30 18:15:03下载
- 积分:1
-
通过研究Linux的线程机制和信号量实现读者写者(Reader
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。
1)写-写互斥:不能有两个写者同时进行写操作;
2)读-写互斥:不能同时有一个线程在读,而另一个线程在写;
3)读-读允许:可以有一个或多个读者在读;
4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作;
5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
-By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the read
- 2022-02-06 09:26:49下载
- 积分:1
-
developed abroad MACH
国外开发的著名分布式操作系统mach的有关代码文章,很有参考价值-developed abroad MACH-distributed operating system code in the articles of great reference value
- 2022-03-24 06:53:50下载
- 积分:1
-
在Linux下实现文件的拷贝,多线程实例,设备驱动的编写,文件系统的处理,进程管理器的部分功能实现...
在Linux下实现文件的拷贝,多线程实例,设备驱动的编写,文件系统的处理,进程管理器的部分功能实现
- 2022-03-06 00:26:04下载
- 积分:1
-
哈工大的几个人开发的操作系统pyos的部分源码
哈工大的几个人开发的操作系统pyos的部分源码-the development of several people pyos part of the operating system source code
- 2022-01-22 08:48:17下载
- 积分:1
-
操作系统实验,编写程序实现银行家算法的C++代码
操作系统实验,编写程序实现银行家算法的C++代码-Operating system, experiment, write a program to achieve banker algorithm C++ code for
- 2022-06-20 11:18:46下载
- 积分:1
-
Circular queue, after the test is passed, good use can be increased, can be redu...
环形队列,经过测试通过,很好用,可以增加,可以减少,FIFO-Circular queue, after the test is passed, good use can be increased, can be reduced, FIFO
- 2023-08-12 14:10:03下载
- 积分:1