搜索资源列表
sjf
- 一个通用的JTAG烧写程序,本人对其进行了性能的扩充,使其可以支持更多的处理器类型,如S3C2410,AT9200等.使其更具通用性.-A general JTAG burning program, I extend its performance to support more CPU types, such as S3C2410, AT9200, etc. This enhances its generality.
ZYDD.rar
- 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick ,First Come First
dandao
- 编写并调试一个单道处理系统的作业等待模拟程序。 作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。 对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。 -Write and debug a single-channel processing system operating to wait for simulation
processschedule
- 模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密-Simulate the process of scheduling implements FCFS, SJF, and Priority algorithm is user-friendly, using C# write, exception handling tight
OS
- 操作系统进程调度算法比较,FCFS,SJF,RR,MLFS-Comparison of the operating system process scheduling, FCFS, SJF, RR, MLFS
SJF_S3C6410_V1.0
- Windows CE s3c6410 SJF
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
ProcessCall
- 理解和验证操作系统中有关进程调度算法,实验要求随机数来模拟随机时间和时间片,在此基础上完成进程调度中的FCFUS,SJF等算法的模拟,加深对进程调度的理解。-Understanding and verification of the process of operating system scheduling algorithm, the experimental requirements of random numbers to simulate the random time and tim
FCFSSJF
- 用C语言 实现作业调度算法(FCFS,SJF) -Using C language algorithm for job scheduling (FCFS, SJF)
diaodu
- 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权优先算法是作业调度中经常采用的,通过上述算法的模拟加深对作业控制快JCB的理解和作业调度过程的实现技巧-job jobjob jobjob jobjob jobjob jobjob jobjob jobjob jobjob job
Scheduling
- 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
SJF
- Cpu time schedule for implementation is the sjf-Cpu time schedule for implementation is the sjf
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-and-SJF
- 先来先服务FCFS和短作业优先SJF进程调度算法 有注释,简单明确-FCFS FCFS SJF process and short operating priority scheduling algorithm Notes, simple and clear
SJF(prePnonpre)
- Cpu scheduling. Shortest Job First(SJF)preemption and Nonpreemption
SJF(prePnonpre)
- Cpu scheduling. Shortest Job First(SJF)preemption and Nonpreemption
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)