-
模拟Unix文件系统
每一个文件系统不仅包括文件和数据,还包括文件系统本身的树形目录结构,以及子目录、链接、访问权限等信息,它还必须保证数据的安全性和可靠性。 Unix文件系统调用主要包括:文件的打开和关闭、文件的创建和删除,文件的连接和解除连接,文件的读和写,以及文件的随机访问。用户可以通过文件系统提供的系统调用在其程序中对文件进行上述操作。
- 2023-08-30 03:10:03下载
- 积分:1
-
存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本操作(读、写)。...
存储管理请求分页置换算法 用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。熟悉文件的基本操作(读、写)。-Replacement algorithm for storage management, demand paging used FIFO FIFO, the most recent long-lost the use of LRU, the best OPT replacement algorithm. Are familiar with the basic file operations (read, write).
- 2023-06-04 07:45:03下载
- 积分:1
-
操作系统进程通信源码
这是一个进程通信的源码,并不限定在父子进程之间。虽然源码设计较为简单,并没有使用MFC进行界面设计,但是作为操作系统新手,可以简单参考此功能实现过程,希望对你们会有所启发。
- 2022-07-08 08:23:15下载
- 积分:1
-
设计一个有N个进程并发的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。...
设计一个有N个进程并发的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)算法。
-Design of a concurrent process, N a process scheduler. The process of scheduling algorithm: The number of priority the highest priority scheduling algorithm (ie the number of processors allocated to the highest priority to the process) algorithm.
- 2022-07-06 20:40:09下载
- 积分:1
-
读者优先算法
读者优先算法-readers priority algorithm
- 2023-04-20 21:25:04下载
- 积分:1
-
操作系统引导监控程序
操作系统引导监控程序-operating system monitoring program guide
- 2022-01-22 14:08:23下载
- 积分:1
-
操作系统SunOS 4.1.3版本的源码,大家看看吧
操作系统SunOS 4.1.3版本的源码,大家看看吧-SunOS 4.1.3 Source Code
- 2022-06-14 15:19:46下载
- 积分:1
-
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够...
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm is the basic concept : When the memory of the remaining available space is insufficient, the first buffer as possible to retain the most common users of the data used, In other words priority is to eliminate the "more rarely use the data," and the release of its space
- 2022-06-29 21:11:52下载
- 积分:1
-
一个用java实现的解决理发师睡觉问题的代码
一个用java实现的解决理发师睡觉问题的代码-used to achieve a solution to the problem of sleep Barber code
- 2022-02-05 01:35:41下载
- 积分:1
-
Sunplus. System development board _35 plate system development board test proced...
凌阳6.系统开发板_35板系统开发板测试程序-Sunplus. System development board _35 plate system development board test procedures
- 2023-06-27 20:20:04下载
- 积分:1