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

搜索资源列表

  1. project3

    2下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:589155
    • 提供者:向东
  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
    • 文件大小:81019
    • 提供者:邓思兵
  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. Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2046
    • 提供者:You
  1. ProcessorSchedul

    0下载:
  2. VC环境下,用时间片轮转调度算法模拟处理机调度实验-Round-Robin Scheduling Algorithm for Time-chip processor scheduling simulation experiment
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1722
    • 提供者:karon
  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. wenjianguanli

    0下载:
  2. 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:8234
    • 提供者:代浩
  1. OperationSystem_RR

    0下载:
  2. 操作系统 CPU调度 时间片轮转法 SSD系列课程 给有需要的同学-Operating System CPU time slice Round-Robin Scheduling SSD series of courses to students in need
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-02
    • 文件大小:636857
    • 提供者:zhangchuang
  1. 78

    0下载:
  2. Linux单处理机系统的进程调度,时间片轮转算法,-Linux single processor system, process scheduling, round-robin algorithm,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:739
    • 提供者:Xinglou
  1. Scheduler

    0下载:
  2. Linux OS Java-based round-robin scheduling algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1613
    • 提供者:hifi
  1. LGY_CPU_Scheduler

    0下载:
  2. 一、在WINDOWS中双击DEBUG目录中的EXE文件直接运行,可能会没有显示结果窗口就关闭了,这不是程序错误,解决方法是: 1、“开始->程序->附件-命令提示符”,打开DOS命令窗口。 2、改变当前目录至EXE文件所在目录;(或者将EXE文件和测试用的文本文件一并复制到当前目录)。 3、输入EXE文件的完整名称(含后缀名)运行即可。(为方便输入,可以重命名EXE文件。) 二、 本程序包括:FIFO,优先级调度算法(静态优先级),时间
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:297668
    • 提供者:王五
  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
    • 文件大小:1047
    • 提供者:阳一
  1. ip_vs_rr

    0下载:
  2. Round-Robin Scheduling module driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:1259
    • 提供者:herwanhui
  1. ip_vs_wrr

    0下载:
  2. Weighted Round-Robin Scheduling module driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-08
    • 文件大小:1997
    • 提供者:herwanhui
  1. os

    0下载:
  2. 使用java语言或C++语言编程实现模拟操作系统进程调度子系统的基本功能;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;掌握各个调度算法的特点。-Using java language or C++ programming language operating system simulation process scheduling subsystem basic functions achieve a first-come, first-served, the time s
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:899780
    • 提供者:jasonzjx
  1. 210085428-CPU-Scheduling-Algorithm

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

    • 发布日期:2017-05-02
    • 文件大小:721349
    • 提供者:Lefatse
  1. ip_vs_wrr

    0下载:
  2. Weighted Round-Robin Scheduling module for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2269
    • 提供者:xengpangro
  1. ip_vs_rr

    0下载:
  2. Round-Robin Scheduling module.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1543
    • 提供者:xaidouma
  1. processscheduling

    0下载:
  2. 有n个进程处于就绪状态,有m个进程处于阻塞状态。采用轮转法进程调度算法进行调度(调度过程中,假设处于执行状态的进程不会阻塞),且每过t个时间片系统释放资源,唤醒处于阻塞队列队首的进程-There are n processes in the ready state, there are m process is blocked. Process scheduling algorithm using round robin scheduling (scheduling process, it is
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:258405
    • 提供者:张三
  1. ip_vs_rr

    0下载:
  2. Round-Robin Scheduling for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:nafuezun
« 12 »
搜珍网 www.dssz.com