Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sjf
Search - sjf - List
进程调度的4个算法 含分个和合集 FCFS RP RR SJF-process scheduling algorithm with four points 000 and Collection FCFS RP RR SJF
Update : 2024-05-04 Size : 4096 Publisher : YY

DL : 0
一个通用的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.
Update : 2024-05-04 Size : 323584 Publisher : 吴鹏

用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.
Update : 2024-05-04 Size : 7168 Publisher : 冯志强

单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-serve (fcfs) the shortest operating priority (sjf), the response is high priority (applications) scheduling algorithm. Multiple System Operation : Job Scheduling Algorithm : The first-come first-serve (fcfs) according to the work order dispatching. Scheduling is always first in the system waiting for the longest time work.
Update : 2024-05-04 Size : 608256 Publisher : 风飘零

DL : 0
作业调度三种算法FCFS,SJF,HRN-Job Scheduling Algorithm FCFS, SJF, 010-001
Update : 2024-05-04 Size : 45056 Publisher :

DL : 0
diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示的代码,和main函数中输入操作命令转换为大写字母的比较方式。-diaodu1 completed basic module framework diaodu2 completed the first-in first-out. and output module. Diaodu2-1 ready to FCFS queue by the time of arrival from small to large to achieve alignment. Diaodu3 unsuccessful completion of the SJF, Optimizing the output accuracy diaodu4 basically completed the RR However, there is a small bug, diaodu5 RR diaodu6 completed the optimization of input and output, But RR was found to 4:00 correct, or less than 4 had problems. Diaodu7 algorithm to solve problems of the RR. Diaodu8 completed basic procedures to optimize the code, and improve the time frame indicated RR output code, and the main function entry orders converted to uppercase the comparative approach.
Update : 2024-05-04 Size : 10240 Publisher : billdong

DL : 0
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 higher priorities (HRN) Scheduling Algorithm
Update : 2024-05-04 Size : 62464 Publisher : 陈智新

DL : 0
FCFS SJF HRN算法用C语言实现,-FCFS SJF HRN algorithm using C language,
Update : 2024-05-04 Size : 2048 Publisher : 袁乃军

DL : 0
sjf2410的烧录程式,有图形的介面-sjf2410 of burning programs, graphical interface
Update : 2024-05-04 Size : 529408 Publisher :

编写并调试一个单道处理系统的作业等待模拟程序。   作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)的调度算法。   对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。(所有算法都是用VC++6.0编写) 补充说明:本程程序序包含两个算法,虽然两个算法是在同一个程序中,但两个算法是相互独立的,因为交作业之前我以为两个算法可以分开交,后来才知道要合在一个程序,所以就仓促地连在一起。前面部分是先来先服务(FCFS)算法,后面部分是最短作业优先(SJF)的调度算法,主函数在最后,每个算法都有自己的完整的算法过程(从建立链表到打印结果)。 -err
Update : 2024-05-04 Size : 400384 Publisher : 曾超

S3C2410的SJF,支持K9F1G08,K9F1208等Flash类型-S3C2410 of SJF, support K9F1G08, K9F1208 such as Flash Type
Update : 2024-05-04 Size : 310272 Publisher : 熊建军

DL : 0
利用SJF算法模拟实现处理机调度 要求完成的主要任务: (包括课程设计工作量及其技术要求,以及说明书撰写等具体要求) 1.要求根据调度算法显示作业被调度的顺序。 2.要求计算出相应算法的平均周转时间及平均带权周转时间。 -SJF algorithm using simulated realize processor scheduling required to complete the main tasks: (including curriculum design and the technical requirements of the workload, as well as to write brochures and other specific requirements) 1. Requirements under the scheduling algorithm shows the order of operations by scheduling. 2. Requirements of the corresponding algorithm to calculate the average turnaround time and average turnaround time with the right.
Update : 2024-05-04 Size : 117760 Publisher : 朱晓文

一个进程调度程序,允许多个进程共同运行的进程调度程序。用到的操作系统中进程调度的算法思想:短作业优先(SJF)以及优先级优先-A process scheduler that allows multiple processes running processes common scheduler. Operating system used in the process of thinking of scheduling algorithms: a short operating priority (SJF), as well as priority priority
Update : 2024-05-04 Size : 6144 Publisher : 朱丽

SJF2410的VC++源码,下载二进制文件到FLASH中用-SJF2410 the VC++ Source, download binary files to the FLASH with
Update : 2024-05-04 Size : 1216512 Publisher : bot

设计一程式可输入 1、几个行程 2、每个行程各别的CPU暴冲时间(毫秒) 3、到达时间 4、优先顺序 并求出 1、FCFS 2、SJF - 不可抢先 3、SJF - 可抢先 4、Priority 5、RR 平均等待时间-Design a program may enter 1, 2 several trips, each trip of the other CPU storms red time (ms) 3, the arrival time 4, and obtained the order of priority 1, FCFS 2, SJF- can not be the first to 3, SJF-- can be the first to 4, Priority 5, RR average wait time
Update : 2024-05-04 Size : 2048 Publisher : attackk

作业调度三种算法FCFS,SJF,HRN-Three types of job scheduling algorithms FCFS, SJF, HRN
Update : 2024-05-04 Size : 2048 Publisher : mskyes

实现短作业优先调度算法,非常好用,是我的期末设计,是在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.
Update : 2024-05-04 Size : 1024 Publisher : 123

DL : 0
SJF算法,最短优先算法,大家还是看看吧,同样帮修改一下阿,谢谢啦-SJF algorithm, the shortest priority algorithm, we still look at it, also changed a bit to help Ah, thank you
Update : 2024-05-04 Size : 2048 Publisher : 周玉

DL : 0
用VB编的作业调度算法 使用了FCFS和SJF算法-VB series with the job scheduling algorithm uses the FCFS and SJF algorithm
Update : 2024-05-04 Size : 62464 Publisher : ww

DL : 0
有关LINUX系统移植的工具,用来用串口烧写VIVI的,很方便,自己曾经找了好久才找到,现在和大家分享。-On the LINUX system migration tool to use the serial programmer VIVI, very convenient, they have to find for a long time to find, present and share with you all.
Update : 2024-05-04 Size : 2472960 Publisher : xg
« 1 23 4 5 6 7 8 9 10 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.