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

搜索资源列表

  1. CPPBulider

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

    • 发布日期:2017-05-03
    • 文件大小:597188
    • 提供者:nsitiontodem
  1. fcfs-sjf

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法-First-come, first-served FCFS and short operating priority process scheduling algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:954821
    • 提供者:雷丽楠
  1. FCFS

    0下载:
  2. FCFS(First Come First Served )和先来先服务最短作业优先算法SJF-FCFS (First Come First Served) and a first-come, first-served shortest job first algorithm SJF
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:767
    • 提供者:yangbo
  1. ZYTD

    0下载:
  2. 操作系统,作业调度先来先服务、短作业优先、时间片轮换三种调度算法的特点。-Operating systems, scheduling a first-come first-serve, short operating priority, time slice rotation features three scheduling algorithms.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:6158
    • 提供者:LU
  1. job-scheduling

    0下载:
  2. 用VC6.0写的简单作业调度,里面包括先到先服务,短作业优先,最高响应比算法。-With VC6.0 to write a simple job scheduling, which includes first come first serve, short operating priority, the highest response ratio algorithms.
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1507
    • 提供者:lzp
  1. OperationsManagement

    0下载:
  2. 操作系统作业调度算法,分别是先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法-Operating system scheduling algorithms, which are first-come, first-served (FCFS), shortest job first (SJF), response to high priority (HRN) scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2244
    • 提供者:大飞飞猪
  1. OS-job-management

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

    • 发布日期:2017-04-17
    • 文件大小:210306
    • 提供者:wuxingrong
  1. FCFS-SJF-algorithm

    0下载:
  2. 先来先服务和短作业优先的操作系统进程调度算法,使用C++实现,测试可用-First come first serve and short operating priority operating system process scheduling algorithm using C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2762
    • 提供者:xingzhi
  1. os_jodManage

    0下载:
  2. 模拟操作系统任务调度的程序,比如:短作业优先、FCFS、高响应比优先等-Simulation operating system task scheduling program, such as: short operating priority, FCFS, and other high-priority response ratio
  3. 所属分类:Console

    • 发布日期:2017-04-23
    • 文件大小:260398
    • 提供者:楚清娟
  1. The-style-of-the-case

    0下载:
  2. 操作系统的调度算法,先来先服务,短作业优先等-Operating system scheduling algorithm, first come first serve, short operating priority, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1857
    • 提供者:张赛
  1. Job_Schedule

    0下载:
  2. 先来先服务,最短作业优先,最高响应比调度算法。-First come first served, shortest job first, the highest response ratio scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:18721
    • 提供者:王娜
  1. os5

    0下载:
  2. 进程调度算法的实现,实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。 -Implementation of process scheduling algorithm, first come, first service FCFS, short homework SJF priority and time slice rotation scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-16
    • 文件大小:3820997
    • 提供者:ltc
  1. RoundRobin

    0下载:
  2. java 实现 操作系统中得进程调度 短作业优先和时间片-java achieve operating system process scheduling too short job priority and time slice
  3. 所属分类:Games

    • 发布日期:2017-04-13
    • 文件大小:1889
    • 提供者:sangxiangning
  1. job

    0下载:
  2. 编写程序完成批处理系统中的作业调度,要求采用①先来先服务;②短作业优先的作业调度算法。实验具体包括:首先确定作业控制块的内容,作业控制块的组成方式;然后完成作业调度;最后编写主函数对所做工作进行测试。-Write a program to complete the batch scheduling problem in the system, require the use of first come, first service (2) short assignment priority s
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1557
    • 提供者:杜英
  1. pv

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用①先进先出;②优先数;③最短作业优先调度算法的进程调度。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所做工作进行测试。-Write a program to complete the process scheduling of single processor system, require the use of first in first out (2) priority
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1938
    • 提供者:杜英
  1. scheduler

    0下载:
  2. VC++ 实现作业调度系统 作业调度方式有先来先服务调度方式(FCFS)、短作业优先调度算法(SJF)、响应比高者优先调度算法(HRRF)、优先权高者优先调度算法(HPF)、时间片轮转调度算法(TRR)。要求根据不同的调度方式实现不同的算法,用户使用不同的调度算法可得到不同的作业调度顺序。 -VC++ implement job scheduling job scheduling system has a first-come, first-served scheduling (FCFS
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:14971
    • 提供者:xinwuya
  1. FCFS-and-SJF

    0下载:
  2. 先来先服务FCFS和短作业优先SJF进程调度算法 有注释,简单明确-FCFS FCFS SJF process and short operating priority scheduling algorithm Notes, simple and clear
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1330
    • 提供者:吕梦楠
  1. cpu

    0下载:
  2. 操作系统中的调度算法的实现,可计算出等待时间和运行时间,包括短作业优先(非抢占),轮训,和先来先服务-RR FCFS SJF
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1803
    • 提供者:弓小黄
  1. taskScheduling

    0下载:
  2. 模拟常用的操作系统进程调度算法,包括先来先服务,短作业优先,高响应比优先- Analog commonly used operating system process scheduling algorithms, including a first-come first-serve, short operating priority, high priority response ratio
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:207163
    • 提供者:余丽辉
  1. progress

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

    • 发布日期:2017-04-29
    • 文件大小:12753
    • 提供者:孙武军
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com