搜索资源列表
作业调度算法的模拟
- 用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.
FCFS,SJF,HRN
- 作业调度三种算法FCFS,SJF,HRN-Job Scheduling Algorithm FCFS, SJF, 010-001
SJF
- 8个进程的改进版CPU schedule 算法-SJF
FCFS,SJF,HRN
- 作业调度三种算法FCFS,SJF,HRN-Job Scheduling Algorithm FCFS, SJF, 010-001
作业调度三种算法FCFS,SJF,HRN
- 作业调度三种算法FCFS,SJF,HRN -Job Scheduling Algorithm FCFS, SJF, 010-001
作业调度算法的模拟
- 用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.
SJF
- 8个进程的改进版CPU schedule 算法-SJF-8 process to improve the version of CPU schedule algorithm-SJF
OS_SJF
- 利用SJF算法模拟实现处理机调度 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.要求根据调度算法显示作业被调度的顺序。 2.要求计算出相应算法的平均周转时间及平均带权周转时间。 -SJF algorithm using simulated realize processor scheduling required to complete the main tasks: (incl
SJF
- 作业调度算法(SJF)编程模拟:编程实现由短作业优先算法对模拟作业的调度。-Job scheduling algorithm (SJF) Simulation Programming: Programming by a short algorithm to simulate the operating priority scheduling operations.
sjf
- 实现短作业优先调度算法,非常好用,是我的期末设计,是在C++环境下编写的.-Realize short operating priority scheduling algorithm is very easy to use, is at the end of my design, is in the C++ Environment prepared.
SJF
- SJF算法,最短优先算法,大家还是看看吧,同样帮修改一下阿,谢谢啦-SJF algorithm, the shortest priority algorithm, we still look at it, also changed a bit to help Ah, thank you
cz
- 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
FCFS-SJF-HRN
- 作业调度三种算法FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
SJF
- sjf.c操作系统进程的短优先算法的模拟-short sjf.c operating system process priority of the simulation algorithm
fcfs--sjf--rr--hrn
- 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
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)
SJF
- 短作业优先算法的简单模拟。可以改成由键盘输入要模拟的进程数量。(A simple simulation of SJF.)
os
- 用java实现fcfs、hrrn和sjf算法(Implementation of FCFS, hrrn, and SJF algorithms with Java)
os
- 用java简单实现fcfs算法和sjf算法(Implementation of FCFS algorithm and SJF algorithm by Java)