搜索资源列表
实验一 进程、线程的控制
- 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。 每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
实验1_作业调度_实验2_进程调度
- 本程序是两个操作系统的上机题目,有源代码.-two operating systems on the plane topic, active code.
实验11
- 进程管理设计进程控制块PCB表结构,适用于优先数调度算法调度算法。 ②建立进程就绪队列。 ③编制进程调度算法:优先数调度 -process management design process control block PCB table structure, applicable to a few priority scheduling algorithm scheduling algorithm. create a process in place cohort. prepa
jinchengdiaoducaozuoxitong
- 操作系统实验 进程调度-operating systems experimental process scheduling
process121
- 操作系统的进程调度,是我们的实验来的,-the process of scheduling the operating system, the experiment is the ,
caozuoxitongshiyan
- 实验一 熟悉操作系统工作环境 实验二 Linux进程通信程序设计 实验三 Windows服务程序设计 实验四 进度调度程序设计及分析 实验五 存储管理程序设计及分析-experiment a familiar working environment operating system Linux process two experimental communication program design Wind Experiment 3 Diego experimental
liaohushiyan3
- 操作系统实验一(进程调度算法代码) 先来先服务调度算法-an experimental operating system (the process of scheduling algorithm code) first-come first-service Scheduling Algorithm
OS课程设计111
- 关于操作系统课程设计进程调度问题,内涵实验报告-courses on operating system design process scheduling, content experimental report
processPscheduling
- 进程调度的设计与实现mfc源代码,包含进程调度算法的演示,gui图形界面设计,操作系统的一个实验操作。-The design and implementation of process scheduling mfc source code, including a demonstration of the process of scheduling, gui graphical user interface design, an experimental operating system ope
acm
- 操作系统课程实验,模拟进程调度,涉及图形用户界面GUI和进程调度算法,用VC6.0实现,包含定时器应用和快捷键创建。-Operating system course experiment to simulate the process of scheduling, involving graphical user interface GUI and the process of scheduling algorithm, using VC6.0 to achieve, including the
Operating-System-visal--file-System
- 将操作系统的四个实验进行合成,组成界面,用于实现操作系统的四大功能的模拟,分别进行进程管理、处理机调度(作业调度)、存储管理(页面调度)以及设备管理(磁盘调度)。-The four experiments operating system synthesis, composition interface, the operating system used to implement the four functions of the simulation, respectively, for p
64231585
- 进程调度是处理机管理的核心内容,本实验要求用C语言编写和调试一个简单的进程调度程序()