搜索资源列表

  1. 作业调度11

    0下载:
  2. 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3648
    • 提供者:江大
  1. 响应比高者优先算法

    0下载:
  2. 操作系统中的 响应比高者优先调度算法 计算响应时间,周转时间-operating system, the response is high priority scheduling algorithm for calculating response time, the turnaround time
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:12547
    • 提供者:dd
  1. JOBattemper

    0下载:
  2. 单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-se
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:42449
    • 提供者:风飘零
  1. pcos

    0下载:
  2. 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.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:62635
    • 提供者:陈生
  1. Sys-simulate

    0下载:
  2. 模拟先来先服务作业调度 模拟最短作业优先作业调度 模拟响应比高者优先作业调度 -simulated first-come first-service job scheduling simulation shortest priority job scheduling operations simulation response ratio were higher priorities Job Scheduling
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:136464
    • 提供者:李建康
  1. zuoyedd

    0下载:
  2. 采用FCFS、SJF、响应比高者优先算法模拟设计作业调度程序。 [提示]: (1)每个作业的JCB中包括作业名、提交时刻、要求运行时间; (2)假设第一个作业提交时,系统中无正在执行的作业,即第一个作业一提交系统便调度该作业。 要求: 输入:一批作业中各作业的作业名、提交时刻、要求运行时间; 选择不同的作业调度程序运行; 输出:相应作业调度算法下,各作业的等待时间、周转时间、带权周转时间,这批作业的调度顺序、
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3166
    • 提供者:zc
  1. exerciseattemper

    0下载:
  2. 操作系统第一次实验 作业调度 实现先进先出 段作业优先 响应比高者优先 的调度方法
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5338
    • 提供者:慕秋荣
  1. 作业调度11

    0下载:
  2. 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的CPU时限等因素。 每个作业由一个作业控制块JCB表示,JCB包括如下信息:作业名、提交时刻、所需运行时间、所需资源、作业状态、链指针等。 在程序开始时对用户提交的作业按作业调度算法排列,用链表形式存储,这里分别采用先来先服务、短作业、响应比高者优先调度算法对作业进行调度。这里为了操作者的方便,每
  3. 所属分类:C#编程

    • 发布日期:2024-06-08
    • 文件大小:3072
    • 提供者:江大
  1. 响应比高者优先算法

    0下载:
  2. 操作系统中的 响应比高者优先调度算法 计算响应时间,周转时间-operating system, the response is high priority scheduling algorithm for calculating response time, the turnaround time
  3. 所属分类:进程与线程

    • 发布日期:2024-06-08
    • 文件大小:313344
    • 提供者:dd
  1. JOBattemper

    0下载:
  2. 单道系统作业调度:作业调度算法:分别采用先来先服务(fcfs)、最短作业优先(sjf)、响应比高者优先(hrn)的调度算法。 多道系统作业调度:作业调度算法:采用先来先服务(fcfs),即按作业提交的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。-Shan Road System Operation : Job Scheduling Algorithm : By using the first-come first-se
  3. 所属分类:Windows编程

    • 发布日期:2024-06-08
    • 文件大小:608256
    • 提供者:风飘零
  1. pcos

    0下载:
  2. 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.
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-08
    • 文件大小:62464
    • 提供者:陈智新
  1. Sys-simulate

    0下载:
  2. 模拟先来先服务作业调度 模拟最短作业优先作业调度 模拟响应比高者优先作业调度 -simulated first-come first-service job scheduling simulation shortest priority job scheduling operations simulation response ratio were higher priorities Job Scheduling
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-08
    • 文件大小:136192
    • 提供者:李建康
  1. zuoyedd

    0下载:
  2. 采用FCFS、SJF、响应比高者优先算法模拟设计作业调度程序。 [提示]: (1)每个作业的JCB中包括作业名、提交时刻、要求运行时间; (2)假设第一个作业提交时,系统中无正在执行的作业,即第一个作业一提交系统便调度该作业。 要求: 输入:一批作业中各作业的作业名、提交时刻、要求运行时间; 选择不同的作业调度程序运行; 输出:相应作业调度算法下,各作业的等待时间、周转时间、带权周转时间,这批作业的调度顺序、
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-08
    • 文件大小:3072
    • 提供者:zc
  1. exerciseattemper

    0下载:
  2. 操作系统第一次实验 作业调度 实现先进先出 段作业优先 响应比高者优先 的调度方法-Operating system first experiment FIFO job scheduling realize operating segment in response to high priority priority scheduling method
  3. 所属分类:Windows编程

    • 发布日期:2024-06-08
    • 文件大小:5120
    • 提供者:慕秋荣
  1. Operation

    0下载:
  2. Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-08
    • 文件大小:7168
    • 提供者:Cathy
  1. jobExc

    0下载:
  2. 实现作业调度问题的先来先服务算法、短作业优先和响应比高者优先三种算法-Job scheduling problem to achieve first-come first-serve algorithm, a short operation in response to high priority and priority three algorithms
  3. 所属分类:系统编程

    • 发布日期:2024-06-08
    • 文件大小:18432
    • 提供者:leoner
  1. JinChengDiaoDu

    0下载:
  2. 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-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 alg
  3. 所属分类:系统编程

    • 发布日期:2024-06-08
    • 文件大小:109568
    • 提供者:dada
  1. zuoyediaodusuanfa

    0下载:
  2. 作业调度算法有三种:先进先出、短作业优先、响应比高者优先-There are three scheduling algorithms: FIFO, priority short operation, in response to high priority
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-08
    • 文件大小:7168
    • 提供者:思索
  1. aa

    0下载:
  2. 批处理作业,采用响应比高者优先调度算法,进行调度时必须计算出系统中的所有满足必要条件作业的响应比-A batch job, those who used to respond to than high priority scheduling algorithm for scheduling the system must calculate all the necessary conditions for operation to me
  3. 所属分类:操作系统开发

    • 发布日期:2024-06-08
    • 文件大小:1024
    • 提供者:micheal
  1. taskAttemper

    0下载:
  2. 模拟操作系统的作业管理调度:先来先到、短作业优先、响应比高者优先-Simulation of the operating system job management scheduling: first-come, first-, short job priority, the response is high and is preferred, and so
  3. 所属分类:Windows编程

    • 发布日期:2024-06-08
    • 文件大小:3072
    • 提供者:Cathy
« 12 3 »

源码中国 www.ymcn.org