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

搜索资源列表

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

    0下载:
  2. 操作系统进程调度实验报告,采用时间片轮转法,内涵源程序,有运行截图。-Operating system process scheduling lab report, use round-robin method, content source, has run shot.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1721
    • 提供者:朱杰
  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. Scheduler

    0下载:
  2. Linux OS Java-based round-robin scheduling algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1613
    • 提供者:hifi
  1. yanshou

    0下载:
  2. 单处理机的进程调度1、采用时间片轮转调度算法实现进程调度。 2、确定进程控制块的内容,进程控制块的组织方式。 3、完成进程创建原语和进程调度原语。 4、编写主函数对所做工作进行测试。 -The process of scheduling a single processor, using round-robin scheduling algorithm process scheduling. 2, the process control block to determine
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1957190
    • 提供者:baijiao
  1. jinchengdiaodu

    0下载:
  2. 进程调度,时间片轮转法。根据“基于动态优先权的时间片轮转”调度算法模拟对进程进行调度 -Process scheduling, round-robin method. According to " based on dynamic priority round-robin" scheduling algorithm simulates the process scheduling
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:1818
    • 提供者:baijiao
  1. PCB

    0下载:
  2. 操作系统进程调度算法 先来先服务 短作业优先 时间片轮转 优先级。有大量注释,帮助理解。目前没有错误-Operating system process scheduling algorithm first come first serve short jobs priority round-robin priority. There are a lot of notes to help understand. There is no error
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:974011
    • 提供者:lee
  1. ProcessSchedulingTF

    0下载:
  2. 最高优先级优先调度算法,时间片轮转算法,优先权算法-Highest priority priority scheduling algorithm, round-robin algorithm, priority algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:717209
    • 提供者:沈宇凡
  1. MultiProcess

    0下载:
  2. 操作系统实验 模拟实现单处理机下的进程调度程序 包括先来先服务 短作业优先 时间片轮转 动态优先级 并有详细注释-Experimental simulation of the operating system under the single-processor scheduler process, including a first-come first-served priority round-robin short operating dynamic priority and detai
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2427
    • 提供者:123
  1. 4qPolling4321

    0下载:
  2. network simulator that simulate scheduling packets through round robin strategy with 4 queues by polling 4 packets from Q1 and 3packets from Q2 and 2packets from Q3 and one packet from Q4.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-16
    • 文件大小:157776
    • 提供者:nada
  1. 4q1Priority3Polling211

    0下载:
  2. network simulatin that simulate round robin schedula strategy with priority route for the first queue. this simulator uses 4 queues.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:158840
    • 提供者:nada
  1. xunhuansai

    0下载:
  2. VC++编写的完整的循环赛日程表问题,代码简单易懂,非常实用-VC++ written a complete round robin schedule problems is straightforward and very practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1051383
    • 提供者:慕阳田田
  1. schedule-algorithm

    0下载:
  2. 采用优先级和轮询调度算法实现模拟CPU调度-The use of priority and round-robin scheduling algorithm for CPU scheduling simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:2186
    • 提供者:木木
  1. STM8-time-tip

    0下载:
  2. 一个基于时间片轮转的调度系统,本软件是基于STM8S开发的,不过文件条理清晰,只要修改定时器函数即可方便移植到其它单片机上使用-A time-based round-robin scheduling system , this software is based on the STM8S development , but documentation clarity, as long as the timer function can be modified easily ported to o
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:5852
    • 提供者:老胡
  1. Dispatch

    0下载:
  2. 模拟进程调度算法,包括先来先服务法,多级反馈法,时间片轮转法,静态优先级法和动态优先级法。-Simulation process scheduling algorithms, including a first-come first-served method, multi-level feedback method, round-robin method, static priority method and the dynamic priority method.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-14
    • 文件大小:3907
    • 提供者:wangbin
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 22 »
搜珍网 www.dssz.com