搜索资源列表
OS
- 操作系统进程调度算法比较,FCFS,SJF,RR,MLFS-Comparison of the operating system process scheduling, FCFS, SJF, RR, MLFS
FCFS-SJF-HRN
- 作业调度三种算法FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
sjf2410
- 同时支持Wiggler和sjf的nand flash烧写源程序-At the same time support the Wiggler and SJF source of nand flash programmer
work
- 作业管理中FCFS,SJF,HRN调度算法-Activity-Based Management in FCFS, SJF, HRN scheduling algorithm
2
- 采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法对输入进程进行调度;-Using the first come first served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm for scheduling the input process
cos
- 由C编写的实现os进程FCFS和SJF两种算法调度-Written in C to achieve os process FCFS and SJF two algorithms scheduling
SJF
- This short job first.
SJF
- 操作系统实验内容,实现抢占式短作业优先处理机调度,结合内存管理,内存管理采用首次适应分配算法-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
os5
- 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
SJF-(Contoh)
- This file is Shortest Job First(SJF) Algorithm from Dev C-This file is Shortest Job First(SJF) Algorithm from Dev C++
fcfs-sjf
- 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
FCFS
- FCFS(First Come First Served )和先来先服务最短作业优先算法SJF-FCFS (First Come First Served) and a first-come, first-served shortest job first algorithm SJF
FCFS-and-SJF
- 先来先服务FCFS和短作业优先SJF进程调度算法 有注释,简单明确-FCFS FCFS SJF process and short operating priority scheduling algorithm Notes, simple and clear
FCFS
- FCFS Scheduling,SJF Scheduling,Round Robin Scheduling ,Priority Scheduling,First fit algorithm
czxtjcdd
- 操作系统进程的调度算法,RR,SJF等,利用C语言实现的,代码在VS下运行没有问题-Scheduling algorithms operating system process, RR, SJF etc, use C language code in the VS running without problems
SJF
- 用C++实现操作系统中SJF的进程调度算法。(The process scheduling algorithm of SJF in the operating system is implemented with C++.)
main.cpp
- 操作系统实验中的进程调度算法之抢占式SJF算法(Preemptive shortest-job-first algorithm)