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

搜索资源列表

  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. list

    1下载:
  2. 实现不带头结点的单循环链表的基本功能,如插入删除结点,以及如何构造一个无头结点的单循环链表-Node does not take the lead to achieve the basic functions of the single round-robin list, such as the insertion deletion of nodes, as well as how to construct a single cycle of the first node list
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:541
    • 提供者:Helen22
  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. os

    0下载:
  2. hello sir...here are some programs written in c++..for operating system..these are job scheduling programs to implement shortest job first, round robin algo..thank u sir-hello sir...here are some programs written in c++..for operating system..these a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:2882
    • 提供者:monika
  1. 78

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

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

    0下载:
  2. 通过编译C程序代码,实现处理机关于时间片轮转法的调度!-By compiling C code to achieve the processor on the round-robin method of scheduling!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1721
    • 提供者:Silence
  1. Scheduler

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

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

    0下载:
  2. nachos线程调度调度,round robin算法-nachos thread
  3. 所属分类:Linux驱动

    • 发布日期:2017-05-04
    • 文件大小:1115502
    • 提供者:林蛋大
  1. roundRobinScheduler

    0下载:
  2. scheduler round robin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2044
    • 提供者:fatma
  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. MFC-process-shedule

    0下载:
  2. 在MFC界面显示调度算法,包括先来先到,短作业优先,高响应比,时间片轮转算法的演示。-MFC interface to display the scheduling algorithm, including a first-come first short job priority, high response ratio, round-robin algorithm demonstration.
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:7641088
    • 提供者:小憩
  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. scheduler.rar

    0下载:
  2. c++模拟操作系统调度程序,包括First Come First Serve,Highest Penalty Ratio Next和Round Robin三种算法实现(内附英文说明),c++ simulate operating system scheduler including FCFS, HPRN(Highest Penalty Ratio Next) and RR(Round Robin) algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:529508
    • 提供者:Cherry Chen
  1. dm-round-robin

    0下载:
  2. Round-robin path selector for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

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