搜索资源列表

  1. zuoyediaoducaozuoxitong

    0下载:
  2. 作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-FCFS.SJF.HRRN
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:张驰
  1. diaodu

    0下载:
  2. 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权优先算法是作业调度中经常采用的,通过上述算法的模拟加深对作业控制快JCB的理解和作业调度过程的实现技巧-job jobjob jobjob jobjob jobjob jobjob jobjob jobjob jobjob job
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:16384
    • 提供者:赵子航
  1. work

    0下载:
  2. 作业调度,包含最短作业优先(SJF)、响应比高者优先(HRN)-Job scheduling, including the shortest job first (SJF), respond to than high preferred (HRN) ...
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:lzh
  1. process_manage

    0下载:
  2. 模拟hrn,sf,rr三种进程调度算法,可以将进程的执行次序显示到屏幕上-Simulation hrn, sf, rr of three process scheduling algorithm, the implementation can process the order to the screen
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:6144
    • 提供者:王刚
  1. FCFSSJFHRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN -FCFS SJF HRN
  3. 所属分类:.net编程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:薛毅
  1. FCFSSJFHRN

    0下载:
  2. 操作系统中进程与作业调度算法:fcfs算法,sjf算法,hrn算法-Operating system process and job scheduling algorithms: fcfs algorithm, sjf algorithm, hrn algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:199680
    • 提供者:何佳鑫
  1. JBC

    0下载:
  2. 这是一个关于作业调度的程序,包含了FCFS,SJF和HRN三种算法-Here is a job scheduling process, including the FCFS, SJF, and three algorithms HRN
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-16
    • 文件大小:131072
    • 提供者:run
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器Set
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:294912
    • 提供者:何启明
  1. 2

    0下载:
  2. 采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法对输入进程进行调度;-Using the first come first served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm for scheduling the input process
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:吗瑞
  1. zuoyeiaodu

    0下载:
  2. 采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法对输入进程进行调度;-Using the first come first served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm for scheduling the input process
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:175104
    • 提供者:吗瑞
  1. Console_HRN

    0下载:
  2. CPU scheduling - HRN
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-16
    • 文件大小:45056
    • 提供者:fredkim
  1. HRN

    0下载:
  2. 简单的最高响应比算法.只有四个作业,作业的时间数据有初始化完成.-The maximum response than a simple algorithm and only four operating
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-16
    • 文件大小:865280
    • 提供者:yuefei
  1. jinchengdiaodu

    0下载:
  2. 操作系统进程调度算法FCFS RR HN-FCFS RR HRN
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:56320
    • 提供者:qiu
  1. Operating-system

    0下载:
  2. 模拟了操作系统中的5中页面置换算法,fcfs,SJF,HRN,RR和静态优先权,并且显示平均周转时间和带权周转时间。-Simulation of the operating system in the 5 page replacement algorithm, FCFS, SJF, HRN, RR and static priority, and shows the average turnaround time and turnaro
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:11918336
    • 提供者:李娟娟
  1. FZYDDzipi

    0下载:
  2. 先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。(1)算法采用下式计算响应比: 等待时间waittime 需要要运行时间requesttime(2)高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick -First come, first serve (FCFS) algori
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:136192
    • 提供者:
  1. FZYDD11i

    0下载:
  2. 先来先服务算法(FCFS),短作业算法(SJF),高响应比算法(HRN)和高优先权优先算法是作业调度度总经常采用的,通过上述算法的模拟加深对作业控制块JCB的理解和作业调度过程的实现技巧。 -Algorithm (FCFS) first-come, first-served the short operating algorithm (SJF), high response first algorithm than the alg
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:130048
    • 提供者:shanchun
  1. Cpp1

    0下载:
  2. 进程调度--FCFS,SPN,RR算法的实现-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:Echo
  1. OperationsManagement

    0下载:
  2. 操作系统作业调度算法,分别是先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法-Operating system scheduling algorithms, which are first-come, first-served (FCFS), shortest job first (SJF), response to high priority (HRN) scheduling algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:大飞飞猪
  1. OS-job-management

    0下载:
  2. 操作系统作业管理。 利用先来先开始,最短作业优先,高响应比三种调度方法实现。-os job management FCFS,SJF,HRN
  3. 所属分类:系统编程

    • 发布日期:2024-05-16
    • 文件大小:209920
    • 提供者:wuxingrong
  1. hrn

    0下载:
  2. 高响应比优先调度算法的模拟c++实现,自己编写,如有错误还请指教-Implementation, than analog c++ priority scheduling algorithm of high response to write your own, if there is an error, please enlighten
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:nihao
« 1 2 34 »

源码中国 www.ymcn.org