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. 处理机调度new

    0下载:
  2. 单处理机调度包括时间片轮转法,短作业优先算法,动态优先算法。- The single processor dispatch rotates the law including the time piece, short work first algorithm, dynamic first algorithm.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1793
    • 提供者:李李
  1. 200510112013791

    0下载:
  2. java时间片轮转法 运行RunGame.class文件,和CPU玩21点游戏,-time Web-law running RunGame.class documents, and the CPU play 21:00 games, huh
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:198817
    • 提供者:李就
  1. JCHENG2

    0下载:
  2. 设计一个程序模拟进程管理的过程,采用时间片轮转法,进程占用CPU的时间片有每个进程的优先数来确定。(约定:每个优先数对应10分钟)-design a simulation process management process using time-Web, the process of CPU time for each and every piece of the process to determine the priority number. (Agreement : each corre
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:姚紫欣
  1. OSTimeSlice

    0下载:
  2. 处理器调度 设计一个按时间片轮转法实现处理器调度的程序-processor scheduling design a Web tablet by the time Method processor activation procedures
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:45930
    • 提供者:戴其蓬
  1. 1_1

    0下载:
  2. 设计一个按时间片轮转法实现处理器调度的程序 [提示]: (1)假定系统有5个进程,每个进程用一个PCB来代表。PCB的结构为: • 进程名——如Q1~Q5。 • 指针——把5个进程连成队列,用指针指出下一个进程PCB的首地址。 • 要求运行时间——假设进程需要运行的单位时间数。 • 已运行时间——进程已运行的单位时间数,初始值为0。 • 状态——假设两种状态,就绪和结束,用R表示就绪,用E表示结束。初始状态都为就绪状态
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2922
    • 提供者:浪人
  1. 时间片轮转法.

    0下载:
  2. 操作系统时间片轮转法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1269
    • 提供者:王克迅
  1. 时间轮转法

    0下载:
  2. 时间轮转法-time rotate France
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:4058
    • 提供者:陈如
  1. 轮转法调度

    0下载:
  2. 处理机调度:按轮转法调度算法 随机产生进程的个数及到达时间。-Processor Scheduling : Web Act by scheduling algorithm randomly generated number and the process of arrival time.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2348
    • 提供者:jackyzhao008
  1. 多级反馈轮转法

    0下载:
  2. 采用多级反馈轮转法调度算法,从而了解多级反馈轮转调度算法的优点与缺点. 先要随机产生几个进程,初始化进程.确定进程的的优先顺序,定义时间片的长度.-multilevel feeding and rotary schedule method has been used to understand its advantages and drawbacks. First, several processes have been created and initialized, their priori
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2124
    • 提供者:林子建
  1. 优先数法或简单轮转法对五个进程进行调度

    0下载:
  2. 关于操作系统:本程序可选用优先数法或简单轮转法对五个进程进行调度。每个进程处于运行R(run)、就绪W(wait)和完成F(finish)三种状态之一,并假定起始状态都是就绪状态W。,On the operating system: This procedure may choose to use the priority number of law or simple rotation on the five process scheduling. Each process is runnin
  3. 所属分类:操作系统开发

    • 发布日期:2017-11-08
    • 文件大小:1405
    • 提供者:hgy
  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:133313
    • 提供者:caidongyun
  1. first

    0下载:
  2. 已知各进程的的到达时间等如下: 进程名 到达时间 服务时间 优先数 A 0 3 12 B 1 5 31 C 2 2 21 D 3 4 10 分别实现下面两种调度算法 • 按优先数调度算法实现处理器调度 • 按时间片轮转法实现处理器调度(时间片以2ms为单位) -Known to the process, such as the arrival time as follows: the process of the arrival time
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1194
    • 提供者:00
  1. OS

    0下载:
  2. 用java写的时间片轮转法,分为几个文件,用的是txt保存代码。-Using java to write the time slice rotation law, is divided into several files, using a txt to preserve the code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:9537
    • 提供者:余欢
  1. diaodusuanfa

    0下载:
  2. 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:20264
    • 提供者:邱鹏
  1. sjp

    1下载:
  2. 使用时间片轮转法实现进程调度,附带简单注释。-Round-Robin using the time slice to achieve the process of scheduling, with a simple comment.
  3. 所属分类:CSharp

    • 发布日期:2016-01-26
    • 文件大小:2544
    • 提供者:gdut
  1. Cpp1

    0下载:
  2. 按时间片轮转法实现处理器调度的进程:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。但就绪进程个数大于处理器的个数是,就要求依照某种策略决定那个进程优先占用处理器。的处理器调度,帮助学生加深处理器调度的工作-Rotation method to achieve time-slice processor scheduling process: the use of multi-channel programming systems, often at the same time a
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:789
    • 提供者:赵爽
  1. try

    0下载:
  2. 操作系统进程调度实验报告,采用时间片轮转法,内涵源程序,有运行截图。-Operating system process scheduling lab report, use round-robin method, content source, has run shot.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1721
    • 提供者:朱杰
  1. KCSJ

    0下载:
  2. 用C#语言设计的模拟操所系统进程调度的时间片轮转法的过程(The process of scheduling the process scheduling of a simulated operating system in C# language)
  3. 所属分类:C#编程

    • 发布日期:2018-04-18
    • 文件大小:6754304
    • 提供者:CatherineTong
  1. 轮转法实现

    1下载:
  2. 本源代码实现了操作系统课程中涉及的轮转法,通过输入进程数、进程名、到达时间、服务时长、时间片长度进行进程的轮转调度。
  3. 所属分类:进程与线程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com