CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OS Round Robin

搜索资源列表

  1. 1

    0下载:
  2. In a preemptive priority based RTOS, priority inversion problem is among the major sources of deadline violations. Priority inheritance protocol is one of the approaches to reduce priority inversion. Unfortunately, RTOS like uC/OS can’t suppo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:135878
    • 提供者:刘天宏
  1. OS

    0下载:
  2. cpu scheduling includin First come first serve round robin and many more
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-01
    • 文件大小:5151
    • 提供者:just
  1. schedsim

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

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

    0下载:
  2. 模拟时间片轮转算法的程序,文件里有使用说明-Round Robin time slice simulation program, file with instructions
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:359046
    • 提供者:胡明
  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. 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. RealTime_OS

    0下载:
  2. Realtime OS sistem design and structures. Smaphores, time slicing, round robin..et.c. Really clear documentation. Must have.Thanx Robert cool:)
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1842719
    • 提供者:basrikul
  1. RoundRobin

    0下载:
  2. The round robin cpu scheduler program in os
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:30780
    • 提供者:
  1. MicroC-OS-III-

    0下载:
  2. UCOS-III中支持了时间片的轮转调度,为了减少关中断的时间, 内核在对临界段的处理上使用了一些方法,比如为防止中断中访问 临界段代码,把中断的事情分两步来做,即中断中把对内核的操作 仅做保存,实际的操作推迟到一个称为OS_IntQTask中完成!这样 就可以在程序中使用禁止调度的方式来处理临界段的代码,也大大 减少了关中断的时间!但这并不意味着这种方法就是最优了,它是在 任务切换的消耗和关中断的时间来平衡的,所以UCOS-III也支持使用 关中断的方
  3. 所属分类:uCOS

    • 发布日期:2017-05-22
    • 文件大小:7110374
    • 提供者:比斌
  1. Scheduler

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

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

    0下载:
  2. 操作系统的轮转算法和最短路径优先算法模拟-in OS ,be a model of RR(round robin) and the SPF(shortest process first) algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:2171
    • 提供者:赵俊飞
  1. OS

    0下载:
  2. 用C语言实现操作系统时间片轮转算法,重要代码带有注释,清晰易懂-Operating system, round-robin algorithm, implemented in C and important code with annotations, clear and easy to understand
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:1413
    • 提供者:adela
  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. OS

    0下载:
  2. 时间片轮转算法完成进程的调度。 设计要求: 1) 进程的调度采用时间片轮转算法。 2) 设计三个链队列,分别用来表示运行队列、就绪队列和完成队列。 3) 用户输入进程标识符以及进程所需的时间,申请空间存放进程PCB信息。 4) 输出的格式和上面的运行结果分析中的格式相同。 5) 写出程序,调试通过,并进行运行结果分析。 -Time slice rotation algorithm to complete the process of scheduling. The
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2209
    • 提供者:李俊
  1. raw-os-TIME

    0下载:
  2. raw-os实例之时间片轮转调度,操作系统时间片实验。-Time slice raw-os examples of round-robin scheduling, the OS time slice experiment.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-03
    • 文件大小:918351
    • 提供者:wuguangcheng
  1. OS

    0下载:
  2. 操作系统进程调度模拟实现算法,先到先服务调度(FCFS) 最短作业优先调度(SJF) 高响应比优先调度 (抢占式)优先权调度 时间片轮转调度-Operating system process scheduling simulation algorithm, first come first served scheduling (FCFS) Shortest job first scheduling (SJF) High priority response ratio sc
  3. 所属分类:OS Develop

    • 发布日期:2017-05-07
    • 文件大小:1092443
    • 提供者:庞清成
  1. os

    0下载:
  2. 操作系统实验代码 一:编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 二:编写并调试一个模拟的进程调度程序,采用“简单轮转法”调度算法对五个进程进行调度。 编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效地防止和避免死锁的发生。-OS experiment code one: write a simulation and debugging process scheduling procedures, &quo
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2743
    • 提供者:hml
搜珍网 www.dssz.com