-
处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程...
处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。-processor systems process scheduling procedures for the preparation of single-processor system to complete the scheduling process, requiring time-Cycle Scheduling algorithm. Specific experiments include : first determine the process control block, process control block of composition; Then complete the process of creating original language and the process of scheduling the original language; Final preparation of the main function of the work done by the process of testing.
- 2023-03-02 07:10:03下载
- 积分:1
-
vb实现银行事件模拟
vb实现银行事件模拟-vb achieve simulated incident
- 2023-06-20 20:55:03下载
- 积分:1
-
To achieve a number of memory page replacement algorithm, the best replacement a...
实现了几种内存页面置换算法,有最佳置换算法和先进先出置换算法,还有LRU置换算法。-To achieve a number of memory page replacement algorithm, the best replacement algorithm and FIFO replacement algorithm, as well as LRU replacement algorithm.
- 2022-01-21 20:25:53下载
- 积分:1
-
操作系统引导代码
操作系统引导代码-OS code----------------------------
- 2022-01-21 19:07:29下载
- 积分:1
-
用C语言编写和调试一个简单的进程调度程序
用C语言编写和调试一个简单的进程调度程序-C language writing and debugging a simple process scheduler
- 2022-07-13 20:02:15下载
- 积分:1
-
Orange' s: an operating system implementation (source code attached to the bo...
Orange s:一个操作系统的实现(书附源码)readme.rar-Orange" s: an operating system implementation (source code attached to the book) readme.rar
- 2022-08-17 14:20:28下载
- 积分:1
-
Nucleus Plus PowerPC移植代码 PPC850
Nucleus Plus PowerPC移植代码 PPC850-Nucleus Plus PPC850
- 2022-07-17 03:42:23下载
- 积分: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
-
c c++
实验一 编程实现进程(线程)同步和互斥
实验二 编程进程或作业先来先服务、高优先权、按时间片轮转调度算法
实验三 编程实现请求分页存储管理页面Optimal、FIFO、LRU置换算法- c c++
- 2023-07-16 01:20:03下载
- 积分:1
-
模拟协处理器功能的 C 语言源码
模拟协处理器功能的 C 语言源码 -coprocessor functional simulation of C language source code
- 2023-01-23 18:50:03下载
- 积分:1