CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程调度 时间片轮转

搜索资源列表

  1. shijianpian

    0下载:
  2. 操作系统的实验 关于进程调度中的时间片轮转算法 -The experimental system about the process of scheduling time slice Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:4233
    • 提供者:pengshoukang
  1. 2006070411031428475

    0下载:
  2. 分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:1888101
    • 提供者:zmaihyyy
  1. 2

    0下载:
  2. 1、设计一个程序实现基于优先数的时间片轮转调度算法调度处理器。 2、假定系统有5个进程,每个进程用一个进程控制块PCB开代表,进程控制块的结构其中: 进程名:作为进程的标识。 指针:进程按顺序排成循环链表,用指针指出下一个进程的进程控制块首地址,最后一个进程中的指针指出第一个进程的进程控制块首地址。 要求运行时间:假设进程需要运行的单位时间数。 已运行时间:假设进程已经运行的单位时间数,初值为0。 状态:可假设有两种状态,就绪状态和结束状态。进程的初始状态都为就绪状态。-
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5218
    • 提供者:yanglingfei
  1. test1

    0下载:
  2. 实现了进程调度的优先数调度算法和时间片轮转算法-two algorithms on progress management
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2540021
    • 提供者:ds
  1. vc

    0下载:
  2. 进程调度算法性能测试主要性能指标为:周转时间,带权周转时间等。给出对以下算法的评价: ①先来先服务调度算法 ②短作业(进程)优先调度算法 ③抢占式的高优先权优先调度算法 ④时间片轮转调度算法 注意:测试的对象是作业(进程)个体或同一类型的作业(进程)。 如短作业(进程)优先调度算法应考虑对不同的进程的周转时间有何影响? -The progress adjust one degree calculate way performance test The m
  3. 所属分类:Communication

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

    0下载:
  2. 进程调度是处理机管理的核心内容。本实训要求用C语言编写和调试一个简单的进程调度程序。通过本实训加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法。-c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:8269
    • 提供者:苏苒
  1. 113

    0下载:
  2. 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法。-The process of scheduling algorithms are FIFO, the number of priority scheduling algorithm, time scheduling algorithm rotary chip, hierarchical scheduling algorithm.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1382
    • 提供者:vincent
  1. shijianplunzhuan

    0下载:
  2. 进程调度算法:先来先服务算法、时间片轮转调度算法的实现 -The process of scheduling algorithms: first-come, first-served algorithm, time slice Round Robin Scheduling Algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2266
    • 提供者:ZZ
  1. procSchdule

    0下载:
  2. 操作系统进程调度实验 时间片轮转算法 VC编写-The operating system process scheduling experiment time slices prepared VC Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:1954
    • 提供者:龚靖仁
  1. diao

    0下载:
  2. 程序实现了操作系统中PCB控制的时间片轮转和按优先级的进程调度,本程序是C语言开发,谢谢使用-Program implements the control of the operating system PCB rotation and by time slice priority process scheduling, this program is C-language development, thank you to use
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2058
    • 提供者:pxs
  1. proc

    0下载:
  2. 使用c语言编写的模拟进程调度程序。其中实现了多种进程调度方发,优先数法,时间片法,轮转法等。-Using the c language of the modeling process scheduler. Which to achieve a variety of process scheduling side hair, priority number method, time slice method, rotation law.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2005
    • 提供者:王国澎
  1. priority

    0下载:
  2. 进程管理与调度算法(可以实现优先权算法、时间片轮转法)-Process management and scheduling algorithm(priority、time slice)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1920
    • 提供者:张潇
  1. SQLServer

    0下载:
  2. 处理器系统的进程调度编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试- Then complete the process of creating original language and the process of scheduling the original language Final preparation of the main f
  3. 所属分类:SQL Server

    • 发布日期:2017-06-02
    • 文件大小:14682130
    • 提供者:hjm
  1. sched

    0下载:
  2. 操作系统进程输入及其调度算法-时间片轮转法-The operating system processes input and its scheduling algorithm- time slice Round-Robin
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:2007
    • 提供者:仇大伟
  1. Process

    0下载:
  2. 时间片轮转的进程调度的仿真程序。其中有clistctrl控件和settimer的使用。-The process time slice rotation scheduling simulation program. There clistctrl controls and settimer use.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1889137
    • 提供者:dabing07
  1. process

    0下载:
  2. 操作系统中时间片轮转的模拟,先创建进程及其需要的时间片,最后等待所有进程调度运行完毕-In the operating system time slice rotation of the simulation, first the time required to create a process and its films, finally finished running waiting for all process scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:202783
    • 提供者:fcwindpasss
  1. keqiangzhanshiduanzuoye

    0下载:
  2. 在现代操作系统中,引入了一个重要的概念,那就是进程。引入进程的目的是使程序能够正确地并发执行,进程存在的唯一标志是进程控制块。 在分时系统中,导致创建进程的典型事件是用户登录,在批处理系统中,导致创建进程的典型事件是作业调度,有系统专门为运行中的应用进程创建新进程的事件是提供服务,在创建进程过程中,有调度程序为进程分配CPU不是创建所必需的。 从执行状态转变为活动就绪,如果由于终端用户的请求而暂时停止下来,则它的状态应转变为静止就绪,如果由于得不到所申请的资源而暂时停止下来,则它的状
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:230357
    • 提供者:杜军衔
  1. fbqueue_attemper

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

    • 发布日期:2016-01-22
    • 文件大小:3756485
    • 提供者:杨振宇
  1. bank

    0下载:
  2. 1、给出系统可用资源向量(例如:系统可用资源=(5,3,8,2,10))。 2、采用时间片轮转法调度进程。 3、进程执行时提出资源请求(可利用随机数给出或从键盘输入)。 4、判断资源是否可以安全分配,要求进程每提出一个资源请求,都要进行安全判断并给出安全序列,否则给出提示。 -1, given the resources available vector systems (for example: the system available resources = (5,3,8,2
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:1838
    • 提供者:xbt
  1. 2020

    0下载:
  2. (含有实验要求和实验报告) 时间片轮转调度算法实现进程调度.完成单处理机系统中的进程调度. 包括以下内容: 进程控制块的内容,进程控制块的组成方式;进程创建和进程调度;主函数对进程测试-Rotation scheduling algorithm for time slicing process scheduling. Completed the process of single-processor systems scheduling. Include the following:
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:64135
    • 提供者:kenjey
« 1 2 3 4 5 6 78 9 10 11 12 13 14 »
搜珍网 www.dssz.com