搜索资源列表
-
0下载:
用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
-
-
0下载:
1、按优先权调度算法,实现处理器调度。
2、主存储器空间的分配和回收
在可变分区管理方式下,采用最先适应算法实现主存空间的分配和回收。-1, priority scheduling algorithm to achieve processor scheduling. 2, the main memory space allocation and recovery of the variable area management, using the first algorithm to a
-
-
0下载:
此程序是根据操作系统的调度算法的要求而写的优先级调度算法-This procedure is based on the scheduling algorithms operating system, and a request made to the priority scheduling algorithm
-
-
0下载:
抢占式优先权进程调度模拟程序,这是我校操作系统的实验必修程序之一。-Preemptive priority scheduling process simulation program, this is my school operating systems experimental procedure compulsory one.
-
-
0下载:
有多个访盘要求在等待时对这些要求的顺序的确定安排或调整,只在减少平均磁盘服务时间就成为磁盘调度,而磁盘调度有多种的调度算法,其中最短路径优先是其中基本一种,本课程设计是使用C++程序设计语言,在windows平台下对此调度算法进行模拟,通过此调度算法的模拟来进一步的加深对磁盘最短路径优先调度的了解,及对C++程序设计语言的使用。
关键词:磁盘调度 最短路径优先 操作系统 课程设计
-set to visit a number of requests waiting for the rig
-
-
0下载:
看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统
最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。
任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。
支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。
任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。
从这里下载整个文件包:http
-
-
0下载:
先近先出,时间片轮转,以及优先级的进程调度程序。采用叻C++的编程方法。值得下载。-first-out near first time films rotate, and the process of priority scheduling procedures. Using C + + featuring the programming method. Worth the download.
-
-
2下载:
处理机调度,编写一个进程调度程序,允许多个进程共行的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。
每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。
进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为输入进程的时间。
进程的运行时间以时间片为单位进行计算。
-
-
0下载:
时间片调度与动态优先权算法的比较,时间片轮转算法(RR),基于优先级的调度算法(HPF)-time slice and dynamic priority scheduling algorithm, the algorithm time Web tablets (RR), Priority - Based Scheduling Algorithm (HPF)
-
-
0下载:
FCFS 时间片轮转
时间片 轮转法 调度的算法
最高优先数算法基本思想
多级反馈队列调度实现思想
最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
-
-
1下载:
C++编写的处理机调度程序,包括先来先服务算法,短作业优先算法,高响应比优先调度算法。-Written in C++ Processor scheduler, including the first-come, first serve algorithm, short job first algorithm, priority scheduling algorithm with high response ratio.
-
-
0下载:
抢占式的优先级调度,可以动态演示其过程!-Preemptive priority scheduling, dynamic demonstration of its process can be!
-
-
0下载:
编写一模拟程序,实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的优劣。
进程调度实现先来先服务算法、抢占式优先数调度算法、时间片轮转调度算法和多级队列反馈调度算法。-Write a simulation program, to achieve some common process scheduling algorithm, the process by several groups of different sch
-
-
0下载:
调度算法: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 -Scheduling algorithm: 1: FCFS 2: Time slice rotation 3: priority scheduling 4: shortest job first
-
-
0下载:
操作系统作业调度,包括单、多道批处理先来先服务算法,单、多道处理最短作业优先调度算法,单道批处理响应比高者优先调度算法-Operating system job scheduling, including single and multi-channel batch first-come, first-serve algorithm, single and multi-channel processing shortest job first scheduling algorithm, sing
-
-
2下载:
进程调度算法的设计
设计要求:
①设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入链子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
设计技术参数参考:
①本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。
②为了便于处理,程序中的某进程运行时间以时间片为单位计算。各进程的优先数或轮转时间数以及进程需运行的时间
-
-
0下载:
设计一个按优先数调度算法实现处理器调度的程序
提示:
(1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为:
进程名、指针、要求运行时间、优先数、状态。
进程名——P1~P5。
指针——按优先数的大小把5个进程连成队列,用指针指出下一个进程PCB的首地址。
要求运行时间——假设进程需要运行的单位时间数。
优先数——赋予进程的优先数,调度时总是选取优先数大的进程先执行。
状态——假设两种状态,就绪,用R表示,和结
-
-
0下载:
① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入队子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度
-① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish
-
-
2下载:
①设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。
②建立进程就绪队列。对两种不同算法编制入链子程序。
③编制两种进程调度算法:1)优先数调度;2)循环轮转调度-Design process control block, PCB table structure and the structure are the same, respectively, applicable to the number of priority schedulin
-
-
0下载:
设计一个按优先数调度算法实现处理器调度的程序。假定系统有5个进程,每个进程用一个PCB来代表。PCB的格式为:进程名、指针、要求运行时间、优先数、状态。-Design of a number of priority scheduling algorithm processor scheduling procedures. The system has five processes, each represented by a PCB. PCB format: process name, poin
-