搜索资源列表
FCFS,SJF,HRN
- 作业调度三种算法FCFS,SJF,HRN-Job Scheduling Algorithm FCFS, SJF, 010-001
FCFS&SJF调度
- 姜浩FCFS&SJF调度-Hao FCFSSJF Scheduling
sjf
- 具有漂亮界面的sjf烧写工具,可以烧写2410.2440,我试过的,好用
SJF
- 8个进程的改进版CPU schedule 算法-SJF
SJF
- 作业调度算法(SJF)编程模拟:编程实现由短作业优先算法对模拟作业的调度。
bios-sjf
- 2410bios的烧写工具sjf,以及相关的烧写驱动和烧写使用说明,外加一个bios二进制文件可进行烧写
作业调度三种算法FCFS,SJF,HRN
- 作业调度三种算法FCFS,SJF,HRN -Job Scheduling Algorithm FCFS, SJF, 010-001
ZYDD.rar
- 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick ,First Come First
SJF24102440.rar
- 一个有漂亮界面的SJF2410/2440烧写nand/nor/str flash的工具软件 注意!:可以同时支持wiggler和SJF小板,A beautiful SJF2410/2440 programmer interface nand/nor/str flash tools software attention! : You can also support small board wiggler and SJF
SJF.rar
- SJF算法,最短优先算法,大家还是看看吧,同样帮修改一下阿,谢谢啦,SJF algorithm, the shortest priority algorithm, we still look at it, also changed a bit to help Ah, thank you
SJF2410-JLink.rar
- SJF通过JLINK,将程序下载到Flash中。,SJF through JLINK, will be downloaded to Flash in the process.
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
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
2450SJF
- 三星S3C2450 sjf烧写flash的源代码 支持K9G8G08-Samsung S3C2450 sjf Shaoxie flash source code to support K9G8G08
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
SJF
- 申延超_嵌入式Linux应用开发完全手册笔记_NAND Flash 烧写工具 SJF 安装使用-NAND Flash Tool SJF
SJF
- sjf.c操作系统进程的短优先算法的模拟-short sjf.c operating system process priority of the simulation algorithm
SJF
- 用C++实现操作系统中SJF的进程调度算法。(The process scheduling algorithm of SJF in the operating system is implemented with C++.)