搜索资源列表
-
1下载:
51内核, 基于51单片机的内核调度算法,并成功实现调度任务切换-51 cores, 51 single-chip core-based scheduling algorithms, and scheduling tasks to achieve a successful switch
-
-
0下载:
课程设计的目的
本设计的目的是:加深对进程概念及进程管理各部分内容的理解;熟悉FCFS和SPF两种进程调度算法。
课程设计的要求
(1)设计一个完整的进程调度系统,系统中至少包括5个进程;(2)定义PCB;
(3)采用链表管理就绪队列;
(4)结果要能够显示出进程的调度序列及进入系统的时间、运行时间等必要信息。-The purpose of the curriculum design of the purpose of this design are: better unde
-
-
0下载:
CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority
This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
-
-
0下载:
1)设计有5个进程并发执行的模拟调度程序,每个程序由一个PCB表示。
2)模拟调度程序可任选两种调度算法之一实现(有能力的同学可同时实现两个调度算法)。
3)程序执行中应能在屏幕上显示出各进程的状态变化,以便于观察调度的整个过程。
-1) the design of five concurrent implementation of the simulation process scheduler, each process of a PCB said. 2) simulation
-
-
0下载:
FIFO and FCFS Scheduling Algorithms in C
-
-
0下载:
novel framework for the
specification and simulation of scheduling algorithms
-
-
0下载:
Scheduling algorithms evaluation
by simulation
-
-
0下载:
1. 本实验是模拟操作系统的磁盘寻道方式,运用磁盘访问顺序的不同来设计磁盘的调度算法。实现的磁盘调度算法有FCFS,SSTF,SCAN,CSCAN和 NStepSCAN算法。
-A. This experiment is a simulation of the operating system disk seek ways to use different disk access order to design a disk scheduling algorithm. Implementat
-