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

搜索资源列表

  1. RR

    0下载:
  2. Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each pr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:79.12kb
    • 提供者:邓思兵
  1. 01

    0下载:
  2. 进程调度算法的设计,SPF(短进程优先)RR(时间片轮转)-The design process of scheduling algorithms, SPF (short process priority) RR (Round-Robin Time Slice)
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4.66kb
    • 提供者:dirk
  1. jcddsf

    0下载:
  2. //数据:进程,队列结构 进程调度算法,处理流程: 1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:3.42kb
    • 提供者:wayne
  1. jingcheng

    0下载:
  2. 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度算法,时间片轮转调度算法 -The process
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:1.77kb
    • 提供者:陈伟
  1. zydd

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

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

    0下载:
  2. 这是用VC++编写的进程调度算法,运行环境为VC++6.0-This is VC++ to prepare the process of scheduling algorithms, operating environment for the VC++6.0
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:33.63kb
    • 提供者:longlong
  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. Ten_classic_operating_system_algorithm

    0下载:
  2. 本文介绍了进程调度,文件管理,银行家算法,作业调度等等十个经典算法,有利于学习和理解操作系统。-This article describes the process of scheduling, document management, bankers algorithm, job scheduling algorithms and so on dozens of classic and is conducive to learning and understanding of the oper
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:55.56kb
    • 提供者:星星
  1. MemoryManagementSourcecode

    0下载:
  2. 存储管理原代码,在Linux环境下模拟多种内存调度算法。-Memory management source code in the Linux environment, to simulate a variety of memory scheduling algorithms.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:30.19kb
    • 提供者:Gras.Heaven
  1. Disk-scheduling

    0下载:
  2. 磁盘调度算法,几个基本的磁盘调度算法,包括FCFS,SSTF,SCAN,CSCAN等,本程序采用c#完成,有需要的可以下-Disk scheduling algorithm, a few basic disk scheduling algorithms, including FCFS, SSTF, SCAN, CSCAN and so on, using c# to complete this procedure, there is a need that can be under the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:42.8kb
    • 提供者:qianglc
  1. dvsalgo

    0下载:
  2. scheduling algorithms for various governors in linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:21.89kb
    • 提供者:pratap
  1. disk

    0下载:
  2. 本程序设计用于模拟实现包括FCFS、SSTF、电梯、scan算法在内的磁盘调度算法,计算出各种算法的磁头移动道数供用户参考比较。-This program is designed for analog realization, including FCFS, SSTF, the elevator, scan the disk scheduling algorithms, including, heads of various algorithms to calculate the number
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1.08kb
    • 提供者:su
  1. cipandiaodusuanfa

    0下载:
  2. 这是一个磁盘调度算法,包括FCFS、SCAN,是我的操作系统课程设计。-This is a disk scheduling algorithms, including FCFS, SCAN, is my operating system, curriculum design.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:1.57kb
    • 提供者:张祖强
  1. zuoyediaodu

    0下载:
  2. 实验内容: 要求实现用户空间内的作业调度系统,通过作业调度系统实现以下的操作: (1)提交自己的作业。 (2)将自己提交的作业移出。 (3)查看作业状态。 实验目的: 理解操作系统中调度的概念和调度算法; 学习Linux下进程控制以及进程通讯的知识 理解在操作系统中作业是如何被调度的,如何协调与控制作业对CPU的使用-Experiment: job scheduling system in user space, the following o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:282.49kb
    • 提供者:翔子
  1. Timer

    0下载:
  2. 用C语言(或其它语言,如Java)实现对N个进程采用某种进程调度算法(如动态优先权调度)的调度。 2.每个用来标识进程的进程控制块PCB可用结构来描述 -Using C language (or other languages, such as Java) the scheduling of some process scheduling algorithms (such as dynamic priority scheduling) of N processes. 2 each pro
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-02
    • 文件大小:1.42kb
    • 提供者:孟瑞
  1. demo

    0下载:
  2. 进程调度算法模拟。主要负责短进程优先调度算法、高优先权优先调度算法和多级反馈队列调度算法的模拟实现。-Process scheduling algorithm simulation. Short process is primarily responsible for the scheduling algorithm, the high-priority priority scheduling algorithms and multi-level feedback queue schedulin
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-28
    • 文件大小:97.9kb
    • 提供者:super
  1. jincheng

    0下载:
  2. 设计进程 控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。-The design process of the process control block PCB table structure, were applied to the number of priority scheduling algorithms and round-robin scheduling algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:1.02kb
    • 提供者:阳一
  1. NACHOS_THREAD

    0下载:
  2. NACHOS操作系统 对线程机制的完善 增加属性,增加调度算法,实现了锁和条件变量-NACHOS perfect operating system thread mechanism to increase property, increase scheduling algorithms, locks and condition variables
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:2.2mb
    • 提供者:xieyifei
  1. 210085428-CPU-Scheduling-Algorithm

    0下载:
  2. Round Robin and First come first served Scheduling algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:704.44kb
    • 提供者:Lefatse
  1. disk-scheduling-algorithms

    1下载:
  2. a program that implements the following disk-scheduling algorithms: FCFS, SSTF, SCAN, C-SCAN, Look and C-Look
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-05-09
    • 文件大小:7.03kb
    • 提供者:MOHAMAD REZA
« 12 »
搜珍网 www.dssz.com