搜索资源列表
-
0下载:
在操作系统中,由于进程总数多于处理机,它们必然竞争处理机。进程调度的功能就是按一定策略、动态地把处理机分配给处于就绪队列中的某一进程并使之执行。根据不同的系统设计目标,可有多种选择某一进程的策略。有两种基本的进程调度方式,即剥夺方式(preemptive mode)和非剥夺方式(non-preemptive mode)。前者指就绪队列中一旦有优先级高于现行进程优先级的进程出现时,系统便立即把处理机分配给高优先级的进程。当然,被剥夺了处理机的进程的有关状态和上下文都必须妥善保存以便今后恢复。后者是
-
-
0下载:
我自己的程序:
调度算法一:采用基于静态优先级的立即抢占式调度算法-my own : a scheduling algorithm : based on static priority immediately preemptive scheduling algorithm
-
-
0下载:
进程调度算法--动态优先权抢占式和时间片轮转算法的调度。-process scheduling algorithm -- Dynamic Preemptive priority and time-scheduling algorithm postings.
-
-
0下载:
进程调度算法 本程序提供了以下几种进程调度方法 1、时间片轮询法 2、可强占优先法 3、非抢占算法 ,The process of scheduling algorithms This procedure provides the following types of process scheduling method 1, time piece polling method 2, can be forcibly priority law 3, non-preemptive algorithm
-
-
0下载:
进程调度程序,实现fifo,sjf,抢占式优先权,时间片轮转实验。-The process of scheduling procedures to achieve fifo, sjf, Preemptive priority, time slice rotation experiment.
-
-
0下载:
it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
-
-
0下载:
模拟实现操作系统中的时间片轮转算法,用MFC实现可视化界面,程序在VC6环境下运行。-In the computer OS , μC/OS-II is a preemptive multitasking real-time kernel without the function of the same priority level task scheduling
-
-
0下载:
操作系统实验内容,实现抢占式短作业优先处理机调度,结合内存管理,内存管理采用首次适应分配算法-Experimental content of the operating system, preemptive short job priority processor scheduling, combined with the memory management, memory management using the first-fit allocation algorithm
-
-
0下载:
Priority Scheduling Algorithm-Preemptive
-
-
0下载:
本程序是对时间片加优先级抢占的系统调度模拟-This program is to time slice priority preemptive scheduling simulation of the system
-
-
0下载:
Priority Scheduling Algorithm-Preemptive
-
-
0下载:
本程序是对时间片加优先级抢占的系统调度模拟-This program is to time slice priority preemptive scheduling simulation of the system
-