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

搜索资源列表

  1. RR_HPF

    0下载:
  2. 时间片调度与动态优先权算法的比较,时间片轮转算法(RR),基于优先级的调度算法(HPF)-time slice and dynamic priority scheduling algorithm, the algorithm time Web tablets (RR), Priority - Based Scheduling Algorithm (HPF)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:290.23kb
    • 提供者:马全
  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
    • 文件大小:79.12kb
    • 提供者:邓思兵
  1. 作业111

    0下载:
  2. 进程调度的4个算法 含分个和合集 FCFS RP RR SJF-process scheduling algorithm with four points 000 and Collection FCFS RP RR SJF
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4.36kb
    • 提供者:YY
  1. cpu

    1下载:
  2. 采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解-Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, idea
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:16.3kb
    • 提供者:凡亚东
  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:130.19kb
    • 提供者:caidongyun
  1. RR

    0下载:
  2. Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
  3. 所属分类:Windows Kernel

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

    1下载:
  2. 操作系统-时间片轮转调度算法,JAVA实现,带界面,有解释-Operating system- time slice rotation scheduling algorithm, JAVA achieved with interface, are explained
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2.1kb
    • 提供者:
  1. RR

    0下载:
  2. 此程序模拟进程调度,模拟系统调度算法RR算法-This program uses RR scheduling algorithm simulation system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-26
    • 文件大小:1.81kb
    • 提供者:Howard
  1. CPU_schedule_simulation

    0下载:
  2. CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-03-25
    • 文件大小:90.54kb
    • 提供者:msh2003
  1. process_manage

    0下载:
  2. 模拟hrn,sf,rr三种进程调度算法,可以将进程的执行次序显示到屏幕上-Simulation hrn, sf, rr of three process scheduling algorithm, the implementation can process the order to the screen
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6.12kb
    • 提供者:王刚
  1. RRSPF

    0下载:
  2. 模拟操作系统进程调度,实现RR和SPF算法。-Simulation of the operating system process scheduling, and the SPF algorithm to achieve RR
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3.46kb
    • 提供者:覃禹
  1. GAs_100average

    0下载:
  2. 无线通信系统的调度算法仿真程序,可以参考说明文件进行学习-Wireless communication system simulation program scheduling algorithm, can refer to the documentation to learn
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:430.65kb
    • 提供者:dominic
  1. RR

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

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

    0下载:
  2. 模拟操作系统中FCFS,SJF,RR以及多级反馈调度算法的平均周转时间-Simulate the operating system FCFS, SJF, RR, and multi-level feedback scheduling algorithm, the average turnaround time
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:863.67kb
    • 提供者:马京亚
  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
    • 文件大小:3.43mb
    • 提供者:gst
  1. rr

    0下载:
  2. 时间片轮调度算法的源代码,欢迎大家来下载-The time slice round scheduling algorithm source code, welcome to download
  3. 所属分类:assembly language

    • 发布日期:2017-11-27
    • 文件大小:1.45kb
    • 提供者:yanglin
  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
    • 文件大小:1.49kb
    • 提供者:吕梦楠
  1. Banker_Algorithm

    0下载:
  2. 操作系统进程调度算法,银行家算法,还有RR轮转算法,都可以运行-The operating system process scheduling algorithm, the banker algorithm, and RR rotation algorithm, can run
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5.2kb
    • 提供者:babbage
  1. rr

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

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

    5下载:
  2. 分组调度算法中三种基本的调度算法,轮询(RR)、最大载干比(Max C/I)以及比例公平调度算法(PF)的MATLAB编程,对吞吐量、公平性以及时延性的仿真实现过程。((RR), Max C / I and MATLAB programming, the simulation of throughput, fairness and delay in the three basic scheduling algorithms, packet scheduling algorithm Impleme
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com