CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 响应比优先

搜索资源列表

  1. zuoyediaodu

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

    • 发布日期:2017-04-02
    • 文件大小:2.69kb
    • 提供者:阮志键
  1. jobExc

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

    • 发布日期:2017-04-27
    • 文件大小:18.47kb
    • 提供者: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 algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:106.87kb
    • 提供者:dada
  1. Multilevel_Feedback_Queue

    0下载:
  2. 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:300.6kb
    • 提供者:chenjieping
  1. jinchengdiaodu

    0下载:
  2. 非抢占高响应比优先调度算法实现进程调度,包括进程名称,进程运行总时间,进程进入就绪队列时间,进程已运行时间。-High ratio of non-preemptive priority scheduling algorithm to respond to the process of scheduling, including the process name, the total running time of the process, the process into the ready q
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3.35mb
    • 提供者:wanghuahua
  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. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:1.53kb
    • 提供者:蔡建伟
  1. Job

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

    • 发布日期:2017-04-05
    • 文件大小:287.96kb
    • 提供者:何启明
  1. MFC-process-shedule

    0下载:
  2. 在MFC界面显示调度算法,包括先来先到,短作业优先,高响应比,时间片轮转算法的演示。-MFC interface to display the scheduling algorithm, including a first-come first short job priority, high response ratio, round-robin algorithm demonstration.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:7.29mb
    • 提供者:小憩
  1. 4

    0下载:
  2. 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值。-The simulation process scheduling, given in accordance with the algorithm first-come, first-served FCFS, rotary RR (q = 1), the shortest process priority the SPN
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:155.77kb
    • 提供者:高莹
  1. CPP_fifo_sjf

    0下载:
  2. 操作系统进程调度算法,先来先服务,短进程优先,高响应比-Operating system process scheduling algorithms, first-come, first-served, a short process priority, high response ratio
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:76.93kb
    • 提供者:junyingh
  1. 5

    0下载:
  2. 进程调度 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值-Process scheduling simulation process scheduling algorithm is given in accordance with the first-come, first-served FCFS, rotate RR (q = 1), the shortest p
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:nego
  1. OS-job-management

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

    • 发布日期:2017-04-17
    • 文件大小:205.38kb
    • 提供者:wuxingrong
  1. progress

    0下载:
  2. 通过网页展示几种进程调度算法的流程1.先来先服务调度算法(FCFS):就是按照各个作业进入系统的自然次序来调度作业。这种调度算法的优点是实现简单,公平。其缺点是没有考虑到系统中各种资源的综合使用情况,往往使短作业的用户不满意,因为短作业等待处理的时间可能比实际运行时间长得多。 2.短作业优先调度算法(SPF): 就是优先调度并处理短作业,所谓短是指作业的运行时间短。而在作业未投入运行时,并不能知道它实际的运行时间的长短,因此需要用户在提交作业时同时提交作业运行时间的估计值。 3.最高响
  3. 所属分类:Network Security

    • 发布日期:2017-04-29
    • 文件大小:12.45kb
    • 提供者:孙武军
搜珍网 www.dssz.com