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

搜索资源列表

  1. 自己应付老师的作业写的时间片轮转算法实现程序

    0下载:
  2. 自己写的进程调度中时间片轮转算法实现程序-himself in the process-time scheduling algorithm procedures Web
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:270194
    • 提供者:董反
  1. 时间片轮转算法

    0下载:
  2. 这是一个简单的操作系统中进程调度的 时间片轮转算法-This is a simple operating system process-time scheduling algorithm Web
  3. 所属分类:系统编程

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

    0下载:
  2. 时间片轮转算法模拟进程调度程序
  3. 所属分类:源码下载

    • 发布日期:2011-02-28
    • 文件大小:3589282
    • 提供者:gangcun@live.cn
  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
    • 文件大小:4767
    • 提供者:dirk
  1. RR

    0下载:
  2. 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1973
    • 提供者:
  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. chulijidiaodushiyanbaogao

    0下载:
  2. 操作系统处理机调度实验报告,包括优先权调度算法和时间片轮转算法的源码、设计思想和程序结果截屏-Processor Scheduling experimental operating system, including priority scheduling algorithm and the time slice Round Robin source, design ideas and the results of the proceedings Screenshots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:84686
    • 提供者:
  1. jingcheng

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

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

    0下载:
  2. 自己写的进程调度算法,用了优先级算法和时间片轮转算法来写的-Writing the process of its own scheduling algorithm, using a priority algorithm and Round Robin time slice to the Writing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:275548
    • 提供者:powerman
  1. shijianpianluzhuang

    0下载:
  2. 利用Visuanl C++ 编写的操作系统的时间片轮转算法-The use of Visuanl C++ to prepare the operating system time slice Round Robin
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3487291
    • 提供者:wurenhong
  1. shijianpian

    0下载:
  2. 操作系统课程设计之时间片轮转算法,经过老师验收,通过-Curriculum design of the operating system time slice Round Robin, after the teacher acceptance, through
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:851
    • 提供者:赵军
  1. jinchengdiaopdu

    0下载:
  2. 设计一个有N个进程并发的进程调度程序。要求采用最高优先算法,时间片轮转算法。-N Design a process complicated by a process scheduler. Algorithm requires the highest priority, time slice Round Robin.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:351730
    • 提供者:ans
  1. [L_27_3]

    1下载:
  2. 自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the user terminal
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:319130
    • 提供者:吴文斐
  1. df

    0下载:
  2. 实现单处理器进程调度,采用时间片轮转算法。-The process of the realization of single-processor scheduling, the use of Round Robin time slice.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2049
    • 提供者:编程高手
  1. os4_timeRound

    0下载:
  2. 时间片轮转算法的简单实现,操作系统知识的一个应用示例-This is a simple algorithm instance of the Time Slicing
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1295
    • 提供者:k25566
  1. RR

    0下载:
  2. 时间片轮转算法的实现(Implementation of time slice rotation algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:694272
    • 提供者:hello.sea
  1. 8

    0下载:
  2. 说明时间片轮转算法的实现所需接口以及实现代码(The interface information of RR algorithm.)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:17408
    • 提供者:raggie
  1. 时间片轮转

    0下载:
  2. 用C语言简单实现调度算法时间片轮转效果,操作系统小实验(Simple realization of the effect of time slice rotation)
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:念蕴
  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. 时间片轮转

    0下载:
  2. 操作系统课程设计 时间片轮转算法 C++语言(The design of the operating system course Round Robin C++ language)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:218112
    • 提供者:fafa05
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com