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

搜索资源列表

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

    0下载:
  2. 这是关于轮询调度算法的一段小程序,没有涉及ofdm等-This is the round-robin scheduling algorithm on a small program, does not involve OFDM, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2269
    • 提供者:刘阅希
  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. Round Robin process scheduling algorithm simulation in C++. Good for process scheduling study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2046
    • 提供者:You
  1. [L_27_3]

    1下载:
  2. 自己编写的linux多用户作业调度系统,允许多用户提交作业,设置作业优先级,采用时间片轮转算法,并反馈给用户的终端-I have written multi-user linux job scheduling system that allows multi-user operation, set up operations priority, use Round Robin time slice and feedback to the user terminal
  3. 所属分类:OS Develop

    • 发布日期:2017-03-26
    • 文件大小:319130
    • 提供者:吴文斐
  1. schedsim-0.8

    1下载:
  2. scheduling simulator for common algorithms like round-robin, rate monotonic, EDF, and others
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-19
    • 文件大小:23238
    • 提供者:aida
  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. scheduling

    0下载:
  2. it contains all types of cpu scheduling which includes preemptive priority,round robin scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2445
    • 提供者:Rasenganram
  1. roundrobin

    0下载:
  2. round robin scheduling in ucos -round robin scheduling in ucos II
  3. 所属分类:uCOS

    • 发布日期:2017-04-10
    • 文件大小:1111
    • 提供者:vanitha
  1. rr28

    0下载:
  2. program to implement Round-Robin CPU scheduling algorithms
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1202
    • 提供者:naveen
  1. RoundRObbinScheduling

    0下载:
  2. Simulation of Round Robin Scheduling,,This program was made in graphics mode,, and it was great... it simulates how round robin runs in a proce-Simulation of Round Robin Scheduling,,This program was made in graphics mode,, and it was great... it simu
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:22459
    • 提供者:vigneshhh
  1. ShiYanYi_ShiJianPianLunZhuanSunaFa

    0下载:
  2. 广州大学操作系统实验报告一 时间片轮转调度算法模拟 附件详细的实验报告,以及实验代码-Guangzhou University, the operating system time-slice experiment reports a round-robin scheduling algorithm detailed in the annex of the experimental simulation of the report and experimental code
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:81595
    • 提供者:harlant
  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. round

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

    • 发布日期:2017-03-23
    • 文件大小:577
    • 提供者:Merwyn
  1. OS_mange

    0下载:
  2. 模拟作业调度(时间片轮转法)和进程调度(时间片轮转 法)模拟作业调度系统。 -Simulation of job scheduling (time slice Round-Robin) and process scheduling (time slice Round-Robin) scheduling system simulation.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:45537
    • 提供者:
  1. round

    0下载:
  2. 单循环比赛日程安排算法实现。利用分治法实现2的n次幂个运动员日程安排,利用轮转法实现n个运动员日程安排。-Round robin scheduling algorithm competition. Using divide and conquer method to achieve two of the n th power athlete schedule, the use of Round-Robin schedule to achieve n-athletes.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:195031
    • 提供者:黄诚
  1. ucore-lab4

    1下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
  3. 所属分类:OS Develop

    • 发布日期:2014-05-26
    • 文件大小:1377280
    • 提供者:gyh
  1. roud-robin-scheduling

    0下载:
  2. 经典的网球循环赛日程算法设计 利用了分治算法-round robin scheduling design
  3. 所属分类:Algorithm

    • 发布日期:2016-12-16
    • 文件大小:5667840
    • 提供者:王紫琦
  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. LTE scheduling algorithms

    1下载:
  2. LTE scheduling algorithms eNB to UE used in Link level simulation Adaptive Feedback Scheduler best Cqi Scheduler MIMO best Cqi Scheduler MIMO HARQ fixed Scheduler Proportional FairScheduler round Robin Scheduler
  3. 所属分类:matlab例程

    • 发布日期:2015-05-16
    • 文件大小:361
    • 提供者:alkabtin999
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com