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

搜索资源列表

  1. sch_drr

    0下载:
  2. Deficit Round Robin scheduler.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3370
    • 提供者:bwknhd
  1. process

    0下载:
  2. 这个程序模拟实现了系统对进程的管理,用的算法有静态优先级调度,动态优先级调度和时间片轮转法调度等。-This program implements the system management simulation of the process, with priority scheduling algorithm for static and dynamic priority scheduling and round-robin scheduling method.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:4530
    • 提供者:张兴邦
  1. sjfrr.c

    0下载:
  2. A program to demonstrate the round robin and shortest job scheduling of processes in systems .
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1167
    • 提供者:nikbet
  1. scheduler

    0下载:
  2. VC++ 实现作业调度系统 作业调度方式有先来先服务调度方式(FCFS)、短作业优先调度算法(SJF)、响应比高者优先调度算法(HRRF)、优先权高者优先调度算法(HPF)、时间片轮转调度算法(TRR)。要求根据不同的调度方式实现不同的算法,用户使用不同的调度算法可得到不同的作业调度顺序。 -VC++ implement job scheduling job scheduling system has a first-come, first-served scheduling (FCFS
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:14971
    • 提供者:xinwuya
  1. image

    0下载:
  2. 实现各种滤波函数,并用循环算法来进行图像的傅立叶变换-Implement various filtering functions, with round-robin algorithm for image Fourier transform
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1554
    • 提供者:朱敏
  1. FCFS

    0下载:
  2. FCFS Scheduling,SJF Scheduling,Round Robin Scheduling ,Priority Scheduling,First fit algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:4671
    • 提供者:dgupta
  1. PCB

    0下载:
  2. 进程调度模拟算法 ,进程调度是处理机管理的核心内容。本实验要求用高级语言编写模拟进程调度程序,以 便加深理解有关进程控制快、进程队列等概念,并体会和了解优先数算法和时间片轮转算法 的具体实施办法。 -Process scheduling simulation algorithm, process scheduling processor is the core content management. The experiment called for the preparation proces
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1035
    • 提供者:杨阳
  1. ip_vs_rr

    0下载:
  2. Round-Robin Scheduling for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:nafuezun
  1. LTE_sim_main_launcher_2x2_CLSM2

    0下载:
  2. LTE 2x2 CLSM scheduling comparision Round Robin Proprortional fair Best CQI
  3. 所属分类:3G develop

    • 发布日期:2017-04-13
    • 文件大小:1546
    • 提供者:almontaser
  1. LTE_sim_main_launcher_4x2_CLSM2

    0下载:
  2. LTE 4x2 CLSM scheduling comparision Round Robin Proprortional fair Best CQI
  3. 所属分类:3G develop

    • 发布日期:2017-04-13
    • 文件大小:1542
    • 提供者:almontaser
  1. LTE_sim_main_launcher_4x4_CLSM2

    0下载:
  2. LTE 4x4 CLSM scheduling comparision Round Robin Proprortional fair Best CQI
  3. 所属分类:3G develop

    • 发布日期:2017-04-11
    • 文件大小:1529
    • 提供者:almontaser
  1. LTE_sim_main_launcher_CLSM_comparison_RR

    0下载:
  2. LTE Round Robin scheduling CLSM 2x2 4x2 4x4 comparision
  3. 所属分类:3G develop

    • 发布日期:2017-04-11
    • 文件大小:1326
    • 提供者:almontaser
  1. process-scheduling

    0下载:
  2. 进程调度算法的实现,包括优先权调度算法和轮转法调度算法。-Process scheduling algorithm implementation, including priority scheduling and round robin scheduling algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:247147
    • 提供者:石明琴
  1. systemopeator_1

    0下载:
  2. 编写程序完成单处理器系统的进程调度,要求采用时间片轮转法调度策略。具体内容: 1、确定PCB内容及其组织方式。 2、要求模拟进程空闲(新)、就绪、运行、阻塞和完成5个状态。 3、实现进程创建、进程调度、进程阻塞和进程唤醒4个原语。 4、编写主函数对整个系统进程测试。 -Write a program to complete the single processor systems process scheduling, requires round-robin schedul
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:96479
    • 提供者:
  1. time

    0下载:
  2. 按时间片轮转法实现处理器调度的进程:在采用多道程序设计的系统中,往往有若干个进程同时处于就绪状态。但就绪进程个数大于处理器的个数是,就要求依照某种策略决定那个进程优先占用处理器。的处理器调度,帮助学生加深处理器调度的工作-Press round-robin method to achieve processor scheduling process: the introduction of multi-channel programming system, often there are a n
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:3833021
    • 提供者:hanziqi
  1. task-scheduling

    2下载:
  2. ①设计进程控制块PCB表结构(与实验一的结构相同),分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入链子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度-Design process control block, PCB table structure and the structure are the same, respectively, applicable to the number of priority schedulin
  3. 所属分类:OS Develop

    • 发布日期:2017-04-30
    • 文件大小:15344
    • 提供者:薛帅强
  1. WIRELESS

    1下载:
  2. 该文在大量测试实验和理论分析的基础上,研究电磁波在楼内公共烟道的传输问题,分析公共烟道环境的特殊性以及影响电磁波传输损耗的因素。提出一种适用于楼宇集中净化物联网系统的基于SX1278的无线传输方案。该方案采用直接序列扩频调制来提高系统的抗干扰性能,采用截断二进制指数退避算法作为重传机制来解决节点信号冲突碰撞问题。通过在基站端采用时间片轮转调度,来保证计数的同步性和实时性。集成测试和实地测试结果表明,该方案很好地解决了烟道内无线信号的稳定传输问题,且丢包率和误码率较低,系统可靠性好。-On the
  3. 所属分类:Project Design

    • 发布日期:2016-08-16
    • 文件大小:758784
    • 提供者:jerry
  1. 4

    0下载:
  2. 初始化栈、判栈为空、出栈、入栈、求栈顶元素等运算,自己填写主函数。 利用顺序栈的基本操作,实现将任意一个十进制整数转化为R进制整数 3、用顺序存储来定义循环队列结构。编程实现, 初始化队列、判队列为空、出队列、入队列、求队列头部元素等运算。 只有尾指针的单循环链表表示的队列的入队和出队程序.-Initialize the stack, the stack is empty sentence, stack, stack, seeking the top element and ot
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:110852
    • 提供者:露露
  1. ArbiterRR

    0下载:
  2. Round Robin Arbiter vhdl
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:676
    • 提供者:maomao
  1. scalable_arbiter_latest.tar

    0下载:
  2. a scalable synchronous round-robin arbiter. The arbiter is designed to run at reasonable clock speed with up to hundreds of request lines, and it grants in just a few clock cycles.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-30
    • 文件大小:53726
    • 提供者:hj
« 1 2 ... 14 15 16 17 18 1920 21 22 »
搜珍网 www.dssz.com