搜索资源列表
jincheng
- 基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等算法。
操作系统_作业调
- 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
ZYDD.rar
- 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick ,First Come First
caozuoxitong
- 短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
jinchengdiaodu.rar
- 操作系统作业:提供以下算法代码 1.先来先服务 2.优先级调度 3.短作业优先 4.响应比高优先,Operating system: to provide the following algorithm code 1. First Come First Served 2. Priority Scheduling 3. Short operating priority 4. To respond to high priority
2009
- 用短作业优先,高响应比,先来先服务算法实现了作业调度的模拟-Short operating priority, high-response ratio, first-come first-serve job scheduling algorithm simulation
ZYDD1
- 先来先服务算法(FCFS),短作业算法(SJF),高响应比算法(HRN)和高优先权优先算法是作业调度总经常采用的,通过上述算法的模拟加深对作业控制块JCB的理解和作业调度过程的实现技巧。-First-come first-serve algorithm (FCFS), a short operating algorithm (SJF), a high response ratio algorithm (HRN) and high-priority priority scheduling algo
diaodu
- 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权优先算法是作业调度中经常采用的,通过上述算法的模拟加深对作业控制快JCB的理解和作业调度过程的实现技巧-job jobjob jobjob jobjob jobjob jobjob jobjob jobjob jobjob job
ProcessScheduling
- 操作系统的进程调度算法模拟,FCFS、SJF、高响应比优先,基于MFC对话框,可动态显示就绪队列和当前执行进程-Operating system process scheduling algorithm simulation, FCFS, SJF, high priority response ratio, based on MFC dialog box, you can dynamically display the ready queue and the current implementa
Test
- 调度算法。包换先来先服务、高响应比优先、多级反馈队列调度、短作业优先等等。-Scheduling algorithm
HRF
- 操作系统-高响应比优先算法,自己写的,保证运行-Operating system- high response than the first algorithm, write their own to ensure the run
FZYDDzipi
- 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。(1)算法采用下式计算响应比: 等待时间waittime 需要要运行时间requesttime(2)高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick -First come, first serve (FCFS) algorithm, short job priority (SJF)
Ojinchengdiaop
- 操作系统作业:提供以下算法代码1.先来先服务2.优先级调调度 3.短作业优先4.响应比高优先,已通过测试。 -Operating system tasks: to provide the following algorithm code 1. First come first serve. Priority adjust scheduling. Short jobs priority 4 response than the high priority that has been tested
S2009ziph
- 用短作业优先,高响应比,先来来先服务算法实现了作业调度的模拟 -Priority to short jobs, high response, first-come first-served algorithm for the simulation of job scheduling
jcdd_02
- 简单模拟操作系统的进程调度算法实现。包括先来先服务,时间片论转,高响应比,短作业优先等。-Simple simulation of the operating system process scheduling algorithm. Including a first-come first-served, on the transfer of the time slice, high-response, short job priority.
FZYDD11i
- 先来先服务算法(FCFS),短作业算法(SJF),高响应比算法(HRN)和高优先权优先算法是作业调度度总经常采用的,通过上述算法的模拟加深对作业控制块JCB的理解和作业调度过程的实现技巧。 -Algorithm (FCFS) first-come, first-served the short operating algorithm (SJF), high response first algorithm than the algorithm (HRN) and high-priority
test
- 线程的创建与消除,进程的创建与消除,关于进程调度算法,高响应比优先,轮转调度算法,短作业优先算法-Thread creation and elimination, the process of creation and elimination, on the process scheduling algorithm, a high response ratio priority scheduling algorithm, short operating priority algorithm
hrn
- 高响应比优先调度算法的模拟c++实现,自己编写,如有错误还请指教-Implementation, than analog c++ priority scheduling algorithm of high response to write your own, if there is an error, please enlighten
taskScheduling
- 模拟常用的操作系统进程调度算法,包括先来先服务,短作业优先,高响应比优先- Analog commonly used operating system process scheduling algorithms, including a first-come first-serve, short operating priority, high priority response ratio
作业调度
- 作业调度应用实例,包括先到先处理算法、高响应比优先算法等。(Examples of job scheduling applications include first in first processing algorithms, higher response ratio first algorithms, and so on.)