CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - round robin

搜索资源列表

  1. schedule

    0下载:
  2. 创建一系列的进程并放入就绪队列中(使用链表实现),来模把创建的进程的信息在屏幕上显示出来。 轮转法及优先级实现调度-Round Robin Schedule & Priority Schedule
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:5449
    • 提供者:
  1. jinchengdiaodu_luanzhuan

    0下载:
  2. 操作系统,进程调度,简单轮转法, 根据进程到达时间先后,对进程排成队列,以实现FCFS算法-Operating system, process scheduling/* Simple Round-Robin* /
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:566771
    • 提供者:kongku
  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. jinchendiaodu

    0下载:
  2. 操作系统中进程调度,包含简单轮转法,最高优先数-The operating system process scheduling, containing a simple Round-Robin method, the highest priority number
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:71196
    • 提供者:huang
  1. lunzhuanfa

    0下载:
  2. 操作系统实验,用轮转法实现进程调度-Operating system, experiment, implementation process scheduling using Round-Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:226201
    • 提供者:kay
  1. CoOSv1.12

    0下载:
  2. ARM Cortex M3及M0定制操作系统 高度可裁剪性,最小系统内核仅974Byte 支持优先级抢占和时间片轮转 自适应任务调度算法 零中断延时时间 堆栈溢出检测 信号量、邮箱、队列、事件标志、互斥等同步通信方式 支持多种编译器:ICCARM、ARMCC、GCC -Specially designed for Cortex-M series Scalable, minimal system kernel is only 974Byte A
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:77846
    • 提供者:rd
  1. schedsim

    0下载:
  2. 操作系统调度,进程处理策略模拟, 可以模拟Round Robin,FIFO,short job first等经典调度算法,也可以添加自定义的算法进行观察-OS schedule simulator
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:625400
    • 提供者:liuv
  1. diaodu

    0下载:
  2. 进程调度算法,有C++实现,采用了先来先服务和时间片轮转法两种方法 来实现-Process scheduling algorithms, there are C++ implementation, using the first come first served and the time slice Round-Robin are two ways to achieve
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:9941
    • 提供者:刘可
  1. time

    0下载:
  2. 这是操作系统中进程调度算法的其中一个,他的名字是时间片轮转算法-This is the operating system in the process of scheduling one, his name is time slice Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1283
    • 提供者:apple
  1. shijianpianlunzhuanfa

    0下载:
  2. 时间片轮转法 操作系统中用于实现处理器调度-Round-Robin time slice in the operating system used to implement processor scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1472
    • 提供者:依然
  1. 1_process

    0下载:
  2. 操作系统实验,实验模拟操作系统的进程调度,采用轮转法对进程进行调度-The operating system experiment, experiment simulating operating system process scheduling, by using round-robin method to process scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1190
    • 提供者:谢默
  1. Cpp2

    0下载:
  2. 进程调度算法(FCFS,优先级算法,Round Robin算法等)-Process scheduling algorithms (FCFS, priority algorithm, Round Robin algorithm, etc.)
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2237
    • 提供者:TK
  1. RR1

    0下载:
  2. Round Robin implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:797
    • 提供者:jess
  1. os

    0下载:
  2. 操作系统课设:进程 几种进程调度算法的实现:轮转调度时间片-Lesson set up the operating system: the process of implementation of several process scheduling algorithms: round robin scheduling time slice
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:546934
    • 提供者:李鹏飞
  1. ucore-lab4

    1下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
  3. 所属分类:OS Develop

    • 发布日期:2014-05-26
    • 文件大小:1377280
    • 提供者:gyh
  1. fcfs--sjf--rr--hrn

    0下载:
  2. 进程调度算法,1.先来先服务\2.短作业优先\3.时间片轮转\4.响应比优先-Process scheduling algorithms, 1 first-come, first serve \ (2) short operating priority \ 3 round-robin \ 4 response than the first
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huang
  1. shijianpianlunzhuan

    0下载:
  2. 一个程序,让输入的进程按照时间片轮转的调度算法执行相应的程序,从而能及时响应用户的请求。-A program that allows input of the process according to round-robin scheduling algorithms perform the appropriate procedures to timely respond to user requests.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:3859
    • 提供者:王珏
  1. TimeR

    0下载:
  2. 时间片轮转调度,是一个重要的操作系统课设-Round-robin scheduling is an important class of operating system design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2363
    • 提供者:曹帅
  1. Processor-scheduling2

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码2-Process scheduling, the use of round-robin algorithm to simulate the process of computer operating system process scheduling code 2
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1342
    • 提供者:田坤
  1. Processor-scheduling

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码1-Process scheduling, the use of round-robin algorithm to simulate the process of scheduling a computer operating system code in a process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2393
    • 提供者:田坤
« 1 23 4 »
搜珍网 www.dssz.com