Description: 一个简单的发牌程序,使用了FCFS的调度算法,一定能过的-a simple licensing procedures, the use of FCFS scheduling algorithm, we can lead the Platform: |
Size: 67584 |
Author:李坚 |
Hits:
Description: 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法
确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列
-operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of implementation, respectively : FIFO-scheduling algorithm; Based on the number of priority scheduling algorithm; shortest execution time scheduling algorithm to determine which 10 of the CPU the process of the implementation process. Scheduling requires every process when displayed on the screen : the current implementation process; Ready queue; Waiting for the queue Platform: |
Size: 104448 |
Author:魏然 |
Hits:
Description: 进程调度的设计与实现1. 综合应用下列知识点设计并实现操作系统的进程调度:邻接表,布尔数组,非阻塞输入,图形用户界面 GUI,进程控制块,进程状态转换,多 级反馈队列进程调度算法。
2. 加深理解操作系统进程调度的过程。
3. 加深理解多级反馈队列进程调度算法。
-process of scheduling a Design and Implementation. Application of the following integrated knowledge point design and realization of the process of scheduling the operating system : adjacency list, boolean arrays, nonblocking input, GUI graphical user interface, process control block, the state transition process. Multi-Queue feedback process scheduling algorithm. 2. Deepen our understanding of the process of scheduling the operating system process. 3. Deepen our understanding of multi-level feedback queue process scheduling algorithm. Platform: |
Size: 2048 |
Author:Solo |
Hits:
Description: 操作系统进程调度算法java实现,各种算法都有-Java operating system process scheduling algorithm to achieve, various algorithms have Platform: |
Size: 6144 |
Author:longmiaost |
Hits:
Description: 进程调度实验
选择一个调度算法,设计实现处理机调度的程序。-Experimental scheduling process to choose a scheduling algorithm designed to achieve processor scheduling procedures. Platform: |
Size: 2048 |
Author:胡迪 |
Hits:
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:
Description: java实现的CPU调度算法。。算法比较通俗,易懂,是根据上课学的编的一个代码-java realization CPU scheduling algorithm. . Algorithm popular, easy to understand, is prepared according to the school to learn a code Platform: |
Size: 4096 |
Author:wayne |
Hits:
Description: java代码加载lua文件,lua脚本用于实现一些算法(例如比赛中的编排算法),在系统运行期间可以随时更改lua脚本以适应实际需要。-java code to load lua files, lua scripts for the implementation of some algorithm (such as competition in the scheduling algorithm), in the system may change during the lua scripts in order to adapt to practical needs. Platform: |
Size: 11264 |
Author:白居易 |
Hits:
Description: 这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。-Simple round-robin schedule algorithm, based on the C language Platform: |
Size: 1024 |
Author:陶林 |
Hits:
Description: Java实现进程调度(基于优先级的进程调度算法-Java realization of the process of scheduling (the process of priority-based scheduling algorithm Platform: |
Size: 5120 |
Author:yy |
Hits:
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:
Description: 这是一个用java实现的模拟操作系统的进程调度的FIFO算法和LRU算法。程序默认设置的系统分配给进程的页面数为3个、-This is a simulation using java operating system to achieve the process of the FIFO scheduling algorithm and LRU algorithm. Procedures for the allocation of the default settings of the system to process the number of page 3, Platform: |
Size: 1024 |
Author:123 |
Hits: