搜索资源列表
作业调度算法的模拟
- 用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.
OSdiaodu
- diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示
pcos
- 21.c 先来先服务(FCFS)算法调度作业运行。 211.c最短作业优先(SJF)调度算法。 212.c响应比高者优先(HRN)调度算法-21.c first-come first-service (FCFS queue) algorithm scheduling operations running. 211.c shortest priority operations (SJF) scheduling algorithm. 212.c response ratio were hig
newfifo
- 能够实现操作系统中页面置换算法(先进先出算法)-to achieve operating system page replacement algorithm (SJF)
fcfs
- FCFS SJF HRN算法用C语言实现,
SJF
- 作业调度算法(SJF)编程模拟:编程实现由短作业优先算法对模拟作业的调度。
bios-sjf
- 2410bios的烧写工具sjf,以及相关的烧写驱动和烧写使用说明,外加一个bios二进制文件可进行烧写
作业调度三种算法FCFS,SJF,HRN
- 作业调度三种算法FCFS,SJF,HRN -Job Scheduling Algorithm FCFS, SJF, 010-001
SJF.rar
- SJF算法,最短优先算法,大家还是看看吧,同样帮修改一下阿,谢谢啦,SJF algorithm, the shortest priority algorithm, we still look at it, also changed a bit to help Ah, thank you
os4
- 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
cz
- 用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
Project
- CSharp prog SRTF SJF
SJF
- sjf.c操作系统进程的短优先算法的模拟-short sjf.c operating system process priority of the simulation algorithm
DesignandImplementationofJobschedulingsimulationpr
- 先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
CPU_schedule_simulation
- CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
SJF
- SJF作业调度算法 属于非抢占式的 操作系统-SJF job scheduling algorithms are non-preemptive operating system
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
- SJF-操作系统短作业优先算法,考虑非常全面,个人觉得很有价值-SJF-operating system, short job first algorithm, consider a very comprehensive, personal feel valuable
SJF-FCFS
- 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
SJF
- 短作业优先算法的简单模拟。可以改成由键盘输入要模拟的进程数量。(A simple simulation of SJF.)