CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 短作业优先

搜索资源列表

  1. precess

    0下载:
  2. VC++模拟作业调度算法,包括先来先服务和短作业优先算法-VC++ simulation of job scheduling algorithms, including a first-come first-served priority algorithm and short job
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-15
    • 文件大小:4050660
    • 提供者:victor
  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. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:吗瑞
  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. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:175562
    • 提供者:吗瑞
  1. CPPBulider

    0下载:
  2. 作业调度,先来先服务,短作业优先,响应比优先-Single-channel analog batch job scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:597070
    • 提供者:罗伟
  1. dandaopichuli

    0下载:
  2. 为单道批处理系统设计一个作业调度程序。 由于在单道批处理系统中,作业一投入运行,它就占有计算机的一切资源直到作业完成为止,因此调度作业时不必考虑它所需要的资源是否得到满足,它所占用的 CPU时限等因素。 作业调度算法:①采用先来先服务(FCFS)调度算法 ②最短作业优先算法 ③响应比高者优先调度算法。 每个作业由一个作业控制块JCB表示,JCB可以包含如下信息:作业名、提交时间、所需的运行时间、所需的资源、作业状态、链指针等等。作业的状态可以是等待W(Wait)、运行R(Run)和完成F
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:653179
    • 提供者:杨晶
  1. FCFSPSJF

    0下载:
  2. 设计程序模拟进程的先来先服务FCFS和短作业优先SJF调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别采用先来先服务FCFS和短作业优先SJF进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of a first-come first-served FCFS and SJF short
  3. 所属分类:OS Develop

    • 发布日期:2017-05-06
    • 文件大小:1117356
    • 提供者:gst
  1. fcfs--sjf--rr--hrn

    0下载:
  2. 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huang
  1. Priority

    0下载:
  2. 调度算法: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 -Scheduling algorithm: 1: FCFS 2: Time slice rotation 3: priority scheduling 4: shortest job first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1984
    • 提供者:huang
  1. 33

    0下载:
  2. 作业调度——先来先服务,最短作业优先,最高响应比优先-Job scheduling- a first-come first-served, shortest job first, highest priority response ratio
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:3282
    • 提供者:我爱班花
  1. 3

    0下载:
  2. 编程实现四种调度算法 编程实现四种调度算法: (1) 先来先服务算法 (2) 短作业优先算法 (3) 优先权算法 (4) 基于时间片的多级反馈队列算法 -Programming implement four scheduling program implement four scheduling algorithms: (1) first come first serve algorithm (2) short jobs first algorithm (3) prior
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1973
    • 提供者:瓜哥
  1. dzyyx

    0下载:
  2. C++操作系统之非抢占式的短作业优先算法-Short job first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:746
    • 提供者:王力
  1. jobshedule

    0下载:
  2. 这是学习操作系统时书上让完成的一个作业调度程序,这是纯c写的,所有的作业采取链表的方式保存,所有内容均写到了了一个文件中,实现了短作业优先,先来先到,和最高响应比三种方法,在VC6.0下编译调试通过,仅供参考。-This is a book to learn the operating system to complete a job scheduler, which is written in pure c, all the way to save jobs to list all the c
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:213500
    • 提供者:Xsank
  1. OS_1_1

    0下载:
  2. 进程调度算法的模拟 1.用语言来实现对n个进程采用不同调度算法的进程调度。 2.每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1,2,3…。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户进程的优先级大于0,且随机产生,优先数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运行一次,累计值等于4。 (4)进程总共需要运行时间Alltime,利用随机函数产
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:15072
    • 提供者:王强
  1. Job_scheduling

    0下载:
  2. 模拟单道操作系统的作业调度过程,包括先来先服务算法,最短作业优先算法,最高响应比算法-Analog single-channel operation system job scheduling process, including a first-come first-serve algorithm, shortest job first algorithm, the maximum response ratio algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1762
    • 提供者:bihuikun
  1. PCB

    0下载:
  2. 操作系统进程调度算法 先来先服务 短作业优先 时间片轮转 优先级。有大量注释,帮助理解。目前没有错误-Operating system process scheduling algorithm first come first serve short jobs priority round-robin priority. There are a lot of notes to help understand. There is no error
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:974011
    • 提供者:lee
  1. zuoyediaodu

    0下载:
  2. 本系统包括三种作业调度:先来先服务、高响应比优先调度、最短作业优先调度-The system consists of three job scheduling: a first-come first-served, high-priority response ratio scheduling, shortest job first scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:357083
    • 提供者:张小慧
  1. MultiProcess

    0下载:
  2. 操作系统实验 模拟实现单处理机下的进程调度程序 包括先来先服务 短作业优先 时间片轮转 动态优先级 并有详细注释-Experimental simulation of the operating system under the single-processor scheduler process, including a first-come first-served priority round-robin short operating dynamic priority and detai
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2427
    • 提供者:123
  1. diaodu

    0下载:
  2. 模拟进程调度的程序,包括先进先出,短作业优先等,并计算周转时间。-Simulate the process of scheduling procedures, including FIFO, priority and other short work, and calculate the turnaround time.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:900815
    • 提供者:刘舒
  1. sjf

    1下载:
  2. 用 C 语言实现的简单的短作业优先进程调度算法。-Short job first scheduling process
  3. 所属分类:OS Develop

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:bojue
  1. DiaoDu

    0下载:
  2. 内含多个进程调度算法,比如FIFO调度、短作业优先调度、时间片轮转调度等-include some process scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:45328
    • 提供者:james
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com