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

搜索资源列表

  1. os

    0下载:
  2. 操作系统课设:进程 几种进程调度算法的实现:轮转调度时间片-Lesson set up the operating system: the process of implementation of several process scheduling algorithms: round robin scheduling time slice
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:546934
    • 提供者:李鹏飞
  1. RealTime_OS

    0下载:
  2. Realtime OS sistem design and structures. Smaphores, time slicing, round robin..et.c. Really clear documentation. Must have.Thanx Robert cool:)
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1842719
    • 提供者:basrikul
  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. roundrobin

    0下载:
  2. 用c语言实现循环赛,问题描述:设有n=2k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能参赛一次; (3)循环赛在n-1天内结束。-Achieve round-robin
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1902
    • 提供者:john
  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. shijianpianlunzhuan

    0下载:
  2. 一个程序,让输入的进程按照时间片轮转的调度算法执行相应的程序,从而能及时响应用户的请求。-A program that allows input of the process according to round-robin scheduling algorithms perform the appropriate procedures to timely respond to user requests.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:3859
    • 提供者:王珏
  1. juyuyouxianjidedanchulijichengdiaodu

    0下载:
  2. 假设某单处理机系统采用“基于动态优先权的时间片轮转”调度算法,系统允许进程的最大个数为10 。进程队列采用单向链表组织进程控制块。请编程实现该算法-Suppose a single-processor system is " based on dynamic priority round-robin" scheduling algorithm, the system allows a process to the maximum number is 10. Process qu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:2118
    • 提供者:陈一飞
  1. TimeR

    0下载:
  2. 时间片轮转调度,是一个重要的操作系统课设-Round-robin scheduling is an important class of operating system design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:2363
    • 提供者:曹帅
  1. Processor-scheduling2

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码2-Process scheduling, the use of round-robin algorithm to simulate the process of computer operating system process scheduling code 2
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1342
    • 提供者:田坤
  1. Processor-scheduling

    0下载:
  2. 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码1-Process scheduling, the use of round-robin algorithm to simulate the process of scheduling a computer operating system code in a process
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:2393
    • 提供者:田坤
  1. RoundRobin

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

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

    0下载:
  2. Round-robin arbiter的行为。状态机的输入为Reset、CYC0、CYC1和CYC2,输出为GNT0、GNT1和GNT2。任选以下任一方式描述此状态机:-Round-robin arbiter
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:1139
    • 提供者:peter
  1. cr

    0下载:
  2. 源码提供了关于循环赛问题解法的C++算法源代码,可直接运行使用-Source provides information on the round robin problem solution algorithm in C++ source code can be run directly using
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:789
    • 提供者:D.AoN.C
  1. Well-tested-algorithm

    0下载:
  2. 效验算法单循环链表,这些都是实用经典的算法和数据结构-Well-tested algorithm round robin list, these are practical classic algorithms and data structures
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:838
    • 提供者:Ri
  1. AVR_FlowLamp

    0下载:
  2. C语言编写的AVR单片机跑马灯程序,通过轮循控制PortB口电平,实现LED发光二极管的点亮与熄灭,是掌握AVR单片机端口控制和练习C语言编程的非常不错的应用实例。-C language program AVR microcontroller Marquee, by round robin control PortB port level, the LED light emitting diode and off, is to master the control of the AVR port
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

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

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

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

    0下载:
  2. UCOS-III中支持了时间片的轮转调度,为了减少关中断的时间, 内核在对临界段的处理上使用了一些方法,比如为防止中断中访问 临界段代码,把中断的事情分两步来做,即中断中把对内核的操作 仅做保存,实际的操作推迟到一个称为OS_IntQTask中完成!这样 就可以在程序中使用禁止调度的方式来处理临界段的代码,也大大 减少了关中断的时间!但这并不意味着这种方法就是最优了,它是在 任务切换的消耗和关中断的时间来平衡的,所以UCOS-III也支持使用 关中断的方
  3. 所属分类:uCOS

    • 发布日期:2017-05-22
    • 文件大小:7110374
    • 提供者:比斌
  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. procedure

    0下载:
  2. 这是在学进程调度时写的作业,分别实现了时间片轮转和优先级两种进程调度,本人测试通过,仅供参考。(环境为gcc,只上传了源代码,请需要的人自行编译)-This is the process of scheduling time to write in school operations, respectively, to achieve a round-robin scheduling and priority of the two processes, I test for reference
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:1638
    • 提供者:Xsank
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com