搜索资源列表
进程调度模拟程序 - 倚天龍記
- 进程调度程序模拟程序,是从网上下载的,供大家参考-scheduler process simulation program is downloaded from the Internet for reference
attemper
- 一个模拟系统进程调度的vc程序。以适当动画的形式展示。-a process simulation system vc scheduling procedures. In an appropriate display in the form of animation.
callprocess
- 操作系统试验,模拟进程调度。c语言编写。-operating system testing, the modeling process scheduling. C language.
OS-wang
- 课程设计模拟进程调度 管理-curriculum design simulation process scheduling management
linux
- linux模拟进程调度的五种经典算法,短作业优先算法,先来先服务算法,时间片轮转法算法,多级反馈调度,优先级调度算法。-process simulation scheduling a first-come first-served algorithm
Attemper
- 模拟进程调度,采用优先级调度算法,有可视化界面-Simulation of the process of scheduling, priority scheduling algorithm used, the visualization interface
os
- 操作系统进程调度算法模拟,附上源码、文档,做课程设计的朋友可以多参考-Operating system process scheduling algorithm simulation, source code is attached, documents, and curriculum design can refer to a friend
RR
- 此程序模拟进程调度,模拟系统调度算法RR算法-This program uses RR scheduling algorithm simulation system
OsLab--process
- 通过模拟进程调度算法的设计加深对进程管理基本原理的理解,深入了解批处理系统如何组织作业、管理进程和调度进程。-oslab--process
jinchengdiaodusuanfa
- 操作系统课程设计中的一个进程调度模拟算法,包含了先来先服务,最先级数和时间轮转片三个算法。-Curriculum design in an operating system process scheduling simulation algorithm, contains first-come, first-served, and the first three series and time-rotation algorithm films.
priority_ver2
- 优先权模拟进程调度。写的比较简单,比较幼稚。-Simulation process scheduling priority. Written in simpler, more naive.
12
- 用先来先服务的方法来实现模拟进程调度算法-With a first-come first-served approach to simulate the process of scheduling algorithm to achieve
os
- (操作系统)生产者和消费者问题的模拟,进程调度模拟代码-(Operating system) simulation of producer and consumer issues, process scheduling simulation code
experiment
- 生产者-消费者模型模拟进程调度利用windows提供的API函数进行设计-Producer consumer model to simulate the process of scheduling
linux
- 在linux实现模拟进程调度的模拟算法,在myeclipse下课运行-Analog simulation of the process scheduling algorithm class in myeclipse run in linux
PCB
- 一个有 N个进程并发执行的模拟进程调度程序-A N processes concurrently executing simulation process scheduler
4
- 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值。-The simulation process scheduling, given in accordance with the algorithm first-come, first-served FCFS, rotary RR (q = 1), the shortest process priority the SPN
5
- 进程调度 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值-Process scheduling simulation process scheduling algorithm is given in accordance with the first-come, first-served FCFS, rotate RR (q = 1), the shortest p
OS_test1
- 操作系统实验,模拟进程调度,采用链表的方式进行模拟。-Experimental operating system, simulation process scheduling, using the list approach to simulation.
proc
- // proc_4.cpp 模拟进程调度的程序-Process Scheduling