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

搜索资源列表

  1. 调度算法

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

    • 发布日期:2008-10-13
    • 文件大小:15062
    • 提供者:梁狂
  1. jcmn

    0下载:
  2. 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority scheduling algorithm three. C
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1874
    • 提供者:ll
  1. procedul--simulate

    0下载:
  2. 是关于CPU进程调度的模拟程序,可以实现三种算法的进程调度:先来先服务,短进程优先,最高优先级。是操作系统的大作业。-is on the CPU scheduling process simulation program that can be achieved in three of process scheduling algorithm : first-come first-serve, short process priority, the highest priority. The o
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:129067
    • 提供者:赵佳
  1. jincheng

    0下载:
  2. 基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等算法。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:49816
    • 提供者:wf
  1. fc

    0下载:
  2. 操作系统的课程设计,进程的先来先服务,强占短进程优先,应付作业没问题-Operating system, curriculum design, the process of first come, first serve, the process of dispossession short priority, no problem to meet the operating
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:7946
    • 提供者:wzh
  1. zydd

    0下载:
  2. 熟悉操作系统的几种作业调度算法,包括FCFS,SJB以及小作业优先的几种算法,并能够对其进行编程实现。 在后备作业队列中输入5个作业各自运行所需要的时间及存储空间。   (1) 按先来先服务的原则进行调度,输出作业调度的顺序及等待的时间和。   (2) 按最短作业(即运行时间最短)优先的原则进行调度,输出作业调度的顺序及等待时间和。   (3) 按最小作业(即存储空间最小)优先的原则进行调度,输出作业调度的顺序及等待的时间和。 -Some familiar with the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:61422
    • 提供者:余祖澔
  1. ZYDD1

    0下载:
  2. 先来先服务算法(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
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:130414
    • 提供者:hghh
  1. DesignandImplementationofJobschedulingsimulationpr

    0下载:
  2. 先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job sc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:58494
    • 提供者:willism
  1. process-scheduling-

    0下载:
  2. 进程调度各种算法实现,时间片、最短作业、最大优先算法-A variety of process scheduling algorithm, time slice, the shortest job first algorithm the largest
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:239616
    • 提供者:卫卫
  1. FCFSSJF

    0下载:
  2. 先来先服务调度算法、短作业(/进程)优先调度算法-FCFS scheduling algorithm, short operation (/ process) priority scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:1343
    • 提供者:猫猫
  1. scheduling

    0下载:
  2. C语言实现最短作业调度和最高优先比调度,可直接运行-the shortest job scheduling and the highest priority about scheduing, can run directly
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1907
    • 提供者:邢乐
  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 algorithm (HRN) and high-priority
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:130412
    • 提供者:shanchun
  1. fcfs

    0下载:
  2. 先来先服务和短作业(进程)优先调度算法的算法(先来先服务从后备队列中选择一个或多个最先进入该队列的作业)-fcfs and sj(p)f
  3. 所属分类:ELanguage

    • 发布日期:2017-11-11
    • 文件大小:1370
    • 提供者:shining
  1. OS

    0下载:
  2. 本代码实现了先来先服务、短作业、最高响应比优先算法的进程调度模拟过程-VERY GOOD
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:899467
    • 提供者:liuyang
  1. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2167
    • 提供者:xxxgx125haohuan
  1. zuoyediaodu

    0下载:
  2. 在visual c++环境下描述作业调度算法:1。先来先服务;2。短作业优先;3。最高响应比-In visual c++ environment, describes the scheduling algorithm: 1. First-come first-served 2. Short job 3. The highest response ratio
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2162
    • 提供者:iic9c931yunox
  1. zuoyediaodu100

    0下载:
  2. 作业调度程序(包括先来先服务、短作业优先、最高响应比优先)-Job scheduling procedures (including first-come, first serve, short operating priority, highest priority response ratio)
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:3354
    • 提供者:iic9c931yunox
  1. shiyan_5

    0下载:
  2. 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:1707
    • 提供者:f368zhuoden7
  1. OS

    0下载:
  2. 操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) High priority response ratio sc
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1092443
    • 提供者:庞清成
  1. short_work_advance

    0下载:
  2. 操作系统短作业优先的模拟算法,可以按照时间输出每一个进程的运行过程-Operating system simulation algorithm of short assignment priority,Can be in accordance with the time the output of each process operation process
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:204818
    • 提供者:wcc
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com