Welcome![Sign In][Sign Up]
Location:
Search - fcfs java

Search list

[JSP/JavaWar1

Description: FCFS和SJF调度算法-FCFS scheduling algorithm and SJF
Platform: | Size: 2048 | Author: 张克 | Hits:

[Chess Poker games02计

Description: 一个简单的发牌程序,使用了FCFS的调度算法,一定能过的-a simple licensing procedures, the use of FCFS scheduling algorithm, we can lead the
Platform: | Size: 67584 | Author: 李坚 | Hits:

[OS DevelopCPUScheduler

Description: 经典的CPU进程调度软件,可以了解CPU调度的原理.-classic CPU process scheduling software, CPU scheduling can understand the principle.
Platform: | Size: 8192 | Author: 陈聪 | Hits:

[Software EngineeringFCFS

Description: 完整的造作系统课程设计报告,附带源代码 FCFS进程处理机调度-integrity of the curriculum design artificial systems, ancillary source code FCFS queue processor scheduling process
Platform: | Size: 27648 | Author: 武建 | Hits:

[JSP/JavaHomeWork

Description: 计算cpu 在rr fcfs ss排程中的使用排序 并计算它的总平均 -Cpu calculation rr fcfs ss in scheduling the use of sort and calculate its average
Platform: | Size: 5120 | Author: 林振 | Hits:

[JSP/JavaOS_SJF

Description: 利用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.
Platform: | Size: 117760 | Author: 朱晓文 | Hits:

[Process-Threadscheduling

Description: 设计一程式可输入 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
Platform: | Size: 2048 | Author: attackk | Hits:

[Windows DevelopZYDD

Description: 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick -First Come First Served (FCFS) algorithm, the priority short operation (SJF) algorithm, a high response ratio (HRN) algorithm and high-priority scheduling algorithm to achieve the simulation algorithm. (1) algorithm of computing response ratio: latency time waittime need to run requesttime (2) high-priority algorithm is calculated using the following priority: the priority of the waiting time priority* need to run waittime time requesttime* degree of urgency quick
Platform: | Size: 136192 | Author: hghh | Hits:

[OS programmemorychange

Description: 基于JAVA实现操作系统内存置换算法,FCFS,LRU
Platform: | Size: 5120 | Author: sadas | Hits:

[OS programproctrl

Description: 基于JAVA实现操作系统进程调度算法,FCFS,短作业,时间片
Platform: | Size: 2048 | Author: sadas | Hits:

[OS DevelopCPU_schedule_simulation

Description: CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
Platform: | Size: 93184 | Author: msh2003 | Hits:

[JSP/JavaOS

Description: java实现磁盘调度,包含FCFS,SSTF,SCAN,CSAN
Platform: | Size: 18432 | Author: 张欢 | Hits:

[JSP/Javadiaodu

Description: 用java做的 实现了所有的调度算法 包括fcfs 最短作业优先法 -use java
Platform: | Size: 3072 | Author: 余军 | Hits:

[JSP/Javacipandiaodusuanfa

Description: 磁盘调度算法实现1、先来先服务(FCFS) 2、最短寻道时间优先(SSTF) 3、扫描算法(SCAN) 4、循环扫描算法(CSCAN) -1 disk scheduling algorithm, first come first served (FCFS) 2, the shortest seek time first (SSTF) 3, scan algorithm (SCAN) 4, cyclic scan algorithm (CSCAN)
Platform: | Size: 904192 | Author: abc | Hits:

[JSP/Javafcfs

Description: fcfs algorithm code in java language
Platform: | Size: 10240 | Author: bayan | Hits:

[JSP/JavaDisk

Description: 操作系统中磁盘调度算法,java实现,包括电梯算法,EA算法,fcfs算法等-Operating system, disk scheduling algorithms, java implementation, including the elevator algorithm, EA algorithm, fcfs, algorithms
Platform: | Size: 1152000 | Author: 陈伟彬 | Hits:

[JSPFCFS-java-program

Description: algorithm to display the FCFS proplome
Platform: | Size: 154624 | Author: abdo badi | Hits:

[OS programFCFS

Description: 此为用JAVA编写的模拟先来先服务算法的实例,压缩包中包含所有的工程文件,用eclipse导入即可编译运行,里面包含多种计数,包括多线程的使用,和各种图形界面,是我写的一个很好的例子-This is written in JAVA analog first-come, first-served algorithm instance compression package contains all project files, you can compile and run eclipse import, which contains a variety of counts, including the use of multi-threading, and a variety of graphical interface I wrote a good example
Platform: | Size: 48128 | Author: 谭俊孟 | Hits:

[JSP/Javaos

Description: 用java实现fcfs、hrrn和sjf算法(Implementation of FCFS, hrrn, and SJF algorithms with Java)
Platform: | Size: 22528 | Author: haizheng | Hits:

[JSP/Javaos

Description: 用java简单实现fcfs算法和sjf算法(Implementation of FCFS algorithm and SJF algorithm by Java)
Platform: | Size: 14336 | Author: haizheng | Hits:
« 12 »

CodeBus www.codebus.net