搜索资源列表

  1. 作业调度

    0下载:
  2. 作业调度采用运行时间最短者优先算法,运行时间相同者采用先来先服务算法。-Job Scheduling using the shortest running time priority algorithm, the running time to adopt the same first-come first-serve algorithm.
  3. 所属分类:中文信息处理

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:王丹
  1. 分支限界法_批处理作业调度

    0下载:
  2. 算法设计中的分支限界法中的批处理作业调度问题的实现,是用VC++编写的-algorithm design of branch and bound method of batch job scheduling problem is true, VC++ prepared
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:10240
    • 提供者:ddd
  1. 作业调度三种算法FCFS,SJF,HRN

    0下载:
  2. 作业调度三种算法FCFS,SJF,HRN -Job Scheduling Algorithm FCFS, SJF, 010-001
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:杭天
  1. 批处理系统的作业调度

    0下载:
  2. 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-this is the operating system on the classroom, doing internships designed and The purpose of this experiment, analysis, design. The response ratio is Job Scheduling algorith
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:216064
    • 提供者:成龙
  1. cn700_vc3586458

    0下载:
  2. 这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-This is while finishing the operating system lesson, the practice done is designed, the purpose to test again, analyse , design. That was adopted is to use responding it tha
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:于阳
  1. 作业调度源程序

    1下载:
  2. 操作系统作业调度源代码 作业调度算法实现本程序主要实现了进程调度中最常见的算法-operating system source code scheduling algorithms operating procedures for the main process of scheduling the most common algorithm
  3. 所属分类:书籍源码

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:lyb
  1. 操作系统_作业调

    0下载:
  2. 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algori
  3. 所属分类:C#编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:尹亮
  1. 作业调度模拟

    0下载:
  2. 在一个多道程序设计系统中,实现“作业调度”的模拟。模拟程序的要求如下: 1.输入: 作业流文件,其中存储的是一系列待执行的作业信息,每个作业包括五个数据项:作业号,优先级,进入输入井时间(用一个整数表示,如10:10表示为1010),作业估计运行时间(单位:分钟),内存需求量。各数据项用空格隔开。 2.输出: 按照作业调度次序输出每一个作业流文件:“作业号”、“进入内存时间”、“作业完成时间”、“周转时间”;每行输出一个作业的信息。 计
  3. 所属分类:文件格式

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:陈峰
  1. C++zuoyediaodu

    0下载:
  2. 模拟操作系统中作业调度算法的vc++程序。从好个方面描述了os的作业调度问题-simulation operating system scheduling algorithm vc procedures. From the good aspects described os operations scheduling problem
  3. 所属分类:系统编程

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:a
  1. 作业调度11

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

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:江大
  1. 调度算法

    0下载:
  2. 这是操作系统实验的调度算法,包含时间片轮转法,抢占式优先权算法,非抢占式优先权算法,先来先服务算法,短作业(进程)优先调度算法. -This is the experimental operating system scheduling algorithms, including time-rotate, Preemptive priority algorithm, non-preemptive priority algorithm
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-11
    • 文件大小:247808
    • 提供者:梁狂
  1. 作业调度算法的模拟

    0下载:
  2. 用C语言,或C++实现对N个作业分别采用FCFS,SJF,HRN和高优先权优先等算法进行调度。-language C, or C N realization of operations respectively FCFS, SJF, 010-001 and high priority for priority scheduling algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:冯志强
  1. 作业调度算法实现

    0下载:
  2. 这是一个关于作业调度和进程调度的算法实现,操作系统的试验程序!-This is one of the job scheduling and process scheduling algorithm, the operating system of testing procedures!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:杨新
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorit
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:76800
    • 提供者:陈任全
  1. 操作系统高响应比作业调度

    0下载:
  2. 操作系统作业调度源码,用的是高相应比算法-Job Scheduling-source operating system, with the corresponding high Algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:6144
    • 提供者:cfj
  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-05-11
    • 文件大小:608256
    • 提供者:风飘零
  1. caozuoxitongkechengsheji

    0下载:
  2. 操作系统课程设计: 编写并调试一个单道批处理系统的作业调度程序。要求: (1)至少有四种的作业调度算法。 (2)能根据不同的调度算法算出每个作业的周转时间和带权周转时间,并通过一组作业算出系统的平均周转时间和平均带权周转时间,比较各种算法的优缺点。 (3)设计一个实用的用户界面,以便选择不同的作业调度算法。 -courses on operating system design : the preparation a
  3. 所属分类:进程与线程

    • 发布日期:2024-05-11
    • 文件大小:226304
    • 提供者:zero
  1. os

    0下载:
  2. 使用c语言编写的实现操作系统的作业调度算法的程序,作业信息可手动输入,也可从附带的文本文件中读取-Use c language to achieve the operating system scheduling algorithm operating procedures, operating information can be input manually, or from the accompanying text file r
  3. 所属分类:进程与线程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:79799779
  1. zuoye

    0下载:
  2. 用高级语言编写和调试一个多道作业调度程序,以加深对进程的概念及作业调度算法的理解-Using high-level language writing and debugging more than one Road job scheduling procedures in order to deepen their understanding of the process of the concept and understanding
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:hesile
  1. 操作系统-短作业优先调度算法

    1下载:
  2. 作业调度算法之短作业优先-就是优先调度并处理短作业(The shortest job priority of job scheduling algorithm is to give priority to scheduling and process short jobs.)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-11
    • 文件大小:825344
    • 提供者:橙色霸王龙
« 12 3 4 5 6 7 8 9 10 ... 26 »

源码中国 www.ymcn.org