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

搜索资源列表

  1. RoundRobin

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

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

    0下载:
  2. 处理机管理 各种调度算法 FCFS SJF 按时间片轮转算法-Processor scheduling FCFS SJF by round-robin algorithm, etc.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:2592
    • 提供者:Angelo
  1. Process-_scheduling

    0下载:
  2. 模拟操作系统单处理机系统的进程调度过程,包括时间片轮转算法和动态优先数算法-Analog single-processor system, the operating system process scheduling process, including round-robin algorithm and dynamic priority number algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1990
    • 提供者:bihuikun
  1. try

    0下载:
  2. 操作系统进程调度实验报告,采用时间片轮转法,内涵源程序,有运行截图。-Operating system process scheduling lab report, use round-robin method, content source, has run shot.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1721
    • 提供者:朱杰
  1. schedule-algorithm

    0下载:
  2. 采用优先级和轮询调度算法实现模拟CPU调度-The use of priority and round-robin scheduling algorithm for CPU scheduling simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2186
    • 提供者:木木
  1. jinchengtongbukezhixing

    0下载:
  2. 进程调度模拟系统--强占式高优先级优先、时间片轮转、最高响应比优先调度算法-Process scheduling simulation system- high-priority preemptive priority, round-robin, priority scheduling algorithm than the maximum response
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:263505
    • 提供者:xinmengyu
  1. process

    0下载:
  2. 该程序实现单处理系统的进程调度模拟,进程最多个数5个,采用时间片轮转法-The program implementation process of scheduling a single processing system simulation, process the maximum number of five, with round-robin method
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:3562
    • 提供者:zch
  1. cpu-scheduling

    0下载:
  2. operating system:cpu scheduling algorithms(fcfs,priority,round robin,sjf) in c++.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2672
    • 提供者:naresh
  1. os5

    0下载:
  2. “进程调度算法的实现”。 其实验目的是: 1实现先来先服务FCFS、短作业优先SJF以及时间片轮转调度算法。 2 了解上述3种算法的机理。 -Process scheduling algorithm to achieve. " The purpose of the experiment is as follows: 1 first-come first-served FCFS, priority to short jobs SJF and round-robin sche
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:2402
    • 提供者:pang
  1. round_robin

    0下载:
  2. 操作系统时间片轮转调度算法输入数个进程及时间片时间输出调度队列-Operating system round-robin scheduling algorithm input time output of the process and time slice scheduling queue
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:689
    • 提供者:god
  1. ProcessManage

    0下载:
  2. 1 操作系统课程设计 2 模拟CPU进程调度 3 实现时间片轮转调度算法 4 实现最短作业优先算法-1 operating systems course design 2 simulation CPU process scheduling 3 round-robin scheduling algorithm 4 shortest job first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:14306
    • 提供者:
  1. OSControl

    0下载:
  2. 用C#写的操作系统进程的调度,有FIFO调度,时间片轮转调度等算法,需要DevExpress2011V2插件支持-C# to write the operating system process scheduling, FIFO scheduling, round-robin scheduling algorithm needs DevExpress2011V2 plug-in support
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:585859
    • 提供者:Meteor
  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. Round-robin-supporting-file-reading

    0下载:
  2. 利用时间轮转算法,实现了对不同进程的调度,支持文件的读取,无须键盘输入。-The use of time rotary algorithms, the scheduling of the different processes, support files, read, without keyboard input.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:318799
    • 提供者:陆志龙
  1. OS_RR-and-SJF

    0下载:
  2. 操作系统 进程调度模拟设计——时间片轮转、强占式短进程优先算法-Operating system process scheduling simulation design- round-robin preemptive short process first algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:36549
    • 提供者:包包
  1. ProcessControl

    0下载:
  2. 实验1 进程调度 一、实验目的 通过实验加强对进程调度算法的理解和掌握。 二、实验内容 编写程序实现基于优先级的时间片轮转调度算法。 -Experiment a process schedulingFirst, the purpose of the experimentExperiments to enhance understanding and mastering of the process scheduling algorithm.Second, exper
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:863
    • 提供者:姚继涛
  1. ProcessSchedul

    0下载:
  2. 操作系统进程调度模拟器,包含了先到先服务、轮转调度、效率最大优先、剩余时间最短优先、最短执行时间优先、反馈策略-Operating system process scheduling simulator, including a first come first served, round robin scheduling, efficiency, maximum priority to the shortest remaining time priority, the shortest exe
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:49077
    • 提供者:gubu
  1. diaodu

    0下载:
  2. 用时间片轮转算法和优先度算法实现进程的调度。 用vc++编程。-Round Robin with a time slice and priority process scheduling algorithm. The programming with vc++.
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:274118
    • 提供者:hanya
  1. pcb

    0下载:
  2. 设计一个有N个进程并发的进程调度程序,采用时间片轮转算法。 Ø 每一个进程用一个进程控制块PCB表示。PCB包含信息有:进程名name,进程号id,进程状态state,进程所需运行时间need_time,进程运行时间run_time。 Ø 进程所需的运行时间人为指定。进程运行时间以时间片为单位进行计算。(程序中以按任意键表示运行一次CPU时间片) Ø 每个进程的状态有就绪W,运行R,和完成F(撤销进程)。 Ø
  3. 所属分类:OS Develop

    • 发布日期:2017-11-05
    • 文件大小:1059
    • 提供者:拓拓
  1. ProcessScheduler_hanweitao00

    0下载:
  2. 操作系统进程管理模拟,主要是1.先到先服务2.短作业优先3.时间片轮转-Operating system process management simulation, a first-come, first-served basis to service short job priority 3 round-robin
  3. 所属分类:OS Develop

    • 发布日期:2017-11-25
    • 文件大小:475119
    • 提供者:韩伟
« 1 2 34 »
搜珍网 www.dssz.com