搜索资源列表
pjk1
- 监考系统(监考老师的调度分配:该系统可以根据已有的考试时间和监考老师名单调度监考老师)
进程调度算法实现
- 操作系统——进程调度算法实现 本程序主要实现了进程调度中最常见的优先数算法和轮转时间片算法。-operating system -- the process of scheduling algorithm to achieve the main procedures of the process of scheduling priority to the most common algorithms and several Web-time algorithm.
88
- 磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.
c4
- 用时间片轮法实现进程的调度,该程序比较短和简单-Time piece wheel realize the process of scheduling, the program relatively short and simple
Cpp1101
- 模拟操作系统中进程调度,时间片轮转,优先级调度。用PCB代表进程,随机生成n个进程-Simulation of the operating system process scheduling, time slice rotation, priority scheduling. With PCB on behalf of the process of randomly generated n-process
FCFS
- CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
fenshidiaoduxitong
- 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
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.
Multilevel-feedback-queue-scheduling
- 进程多级反馈队列调度:当一个新进程进入内存后,首先将它放入第一队列的末尾,按FCFS原则排队等待调度.当轮到该进程执行时,如它能在该时间片内完成,便可准备撤离系统 如果它在一个时间片结束时尚未完成,调度程序便将该进程转入第二队列的末尾,再同样地按FCFS原则等待调度执行,以此类推。-Multilevel feedback queue scheduling
PCB100
- 简单的进程调度算法演示FCFS 时间轮换C++语言-Simple demonstration of the process of scheduling algorithm FCFS rotation time C++ Language
prioritycontrol
- 本程序是对时间片加优先级抢占的系统调度模拟-This program is to time slice priority preemptive scheduling simulation of the system
ProcessorSchedul
- VC环境下,用时间片轮转调度算法模拟处理机调度实验-Round-Robin Scheduling Algorithm for Time-chip processor scheduling simulation experiment
RR
- 通过编译C程序代码,实现处理机关于时间片轮转法的调度!-By compiling C code to achieve the processor on the round-robin method of scheduling!
shiyan_5
- 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
Thread1
- 操作系统 线程调度 优先级优先算法CPU 占用时间优先算法等-Operating system thread priority scheduling algorithm priority CPU time occupied priority algorithm
88
- 磁盘调度算法,有最短寻道时间优先调度算法和扫描算法 。-Disk scheduling, priority scheduling algorithm with the shortest seek time and scanning algorithms.
dddddd
- 处理机调度,基于优先级时间片轮转法德C语言代码-Priority based scheduling algorithm of the C language source processor scheduling algorithm
FCFS
- CPU调度算法FCFS的效率,首先输入进程数,在输入开始和运行时间,出比较结果-CPU efficiency FCFS scheduling algorithm, the first input of processes, the input start and run time, the comparison result
fenshidiaoduxitong
- 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。-err
prioritycontrol
- 本程序是对时间片加优先级抢占的系统调度模拟-This program is to time slice priority preemptive scheduling simulation of the system