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

搜索资源列表

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

    0下载:
  2. 模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:8528
    • 提供者:linqingyang
  1. RR

    0下载:
  2. 用JAVA实现的CPU处理机时间片轮转算法-Realized using JAVA processor CPU time slice Round Robin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:1973
    • 提供者:
  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. RR

    0下载:
  2. Round Robin scheduling algorithm in C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:653
    • 提供者:kvk
  1. rr.tar

    0下载:
  2. Round robin algorithm
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:2063
    • 提供者:Dinesh
  1. rr

    0下载:
  2. Round Robin scheduling program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:664
    • 提供者:Merwyn
  1. Round-Robin

    0下载:
  2. 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:8032
    • 提供者:huangbingtao
  1. Round-Robin-time-slice

    0下载:
  2. 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 设计程序模拟进程的时间片轮转RR调度过程。假设有n个进程分别在T1, … ,Tn时刻到达系统,它们需要的服务时间分别为S1, … ,Sn。分别利用不同的时间片大小q,采用时间片轮转RR进程调度算法进行调度,计算每个进程的完成时间,周转时间和带权周转时间,并且统计n个进程的平均周转时间和平均带权周转时间。-Design program to simulate the process of round-robin RR scheduling process. Suppose there are n
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3599343
    • 提供者:gst
  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. 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. RR

    0下载:
  2. 操作系统进程调度实验,使用时间片轮转算法实现。-Operating system process scheduling experiment, using the round-robin algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:1817
    • 提供者:zouyuxuan
  1. Round-Robin-time-slice

    0下载:
  2. 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:621643
    • 提供者:ocracyhe
  1. Round-robin-scheduling-algorithm-RR

    1下载:
  2. 时间片轮转RR进程调度算法,已通过验证的代码,可正常运行,有注释-Round-robin scheduling algorithm RR process, content code, can runRR round-robin process scheduling algorithm has been validated code can be run properly, notes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1523
    • 提供者:吕梦楠
  1. RR

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

    • 发布日期:2017-04-13
    • 文件大小:2313
    • 提供者:uui7i07jiut
  1. RR

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

    • 发布日期:2017-04-13
    • 文件大小:1853
    • 提供者:eenrnngbal
  1. rr

    0下载:
  2. round robin scheduling algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:795
    • 提供者:frh
  1. OSM

    0下载:
  2. Scheduling Algorithm: First Come First Served (FCFS). Shortest Job First (SJF). Round Robin (RR). Priority Scheduling. with C and C++ -Scheduling Algorithm: First Come First Served (FCFS). Shortest Job First (SJF). Round Robin (RR).
  3. 所属分类:Algorithm

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