搜索资源列表
RR
- 8个进程的改进版CPU schedule 算法-RoundRobin-所有上载程序都是原创,请不要用于商业用途
RR
- 8个进程的改进版CPU schedule 算法-RoundRobin-所有上载程序都是原创,请不要用于商业用途
roundrobin
- Round robin scheduler and a gannt chat for arrival time,burst time turn around time
Round-robin
- 这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。-Simple round-robin schedule algorithm, based on the C language
RoundRobin
- 这个c程序是简单模拟进程调度,使用方法是简单轮转法和优先算法-C procedures for the simulation process is a simple scheduling, the use of a simple rotation law and the priority algorithm
roundrobin
- Round-robin algorithm source code
RoundRobin.C
- Round robin algorithm implementation in C
roundrobin
- round robin scheduling in ucos -round robin scheduling in ucos II
NewClass
- java 自作模拟操作系统,轮值调度,易于大家了解轮值调度排列程序处理的先后次序-make roundrobin in java
RoundRobin
- a simple round robin class object
roundrobin
- Round Robin scheduling program
fcfs-rr-sjf
- FCFS, SJF, RoundRobin algorithm shell progarm
roundrobin
- Job SCheduling algorithm-RoundRobin
roundrobin
- 用c语言实现循环赛,问题描述:设有n=2k个运动员要进行网球循环赛。现要设计一个满足以下要求的比赛日程表: (1)每个选手必须与其他n-1个选手各赛一次; (2)每个选手一天只能参赛一次; (3)循环赛在n-1天内结束。-Achieve round-robin
RoundRobin
- The round robin cpu scheduler program in os
final
- FCFS ROUNDROBIN PRIORITY scheduling
article
- 软件程序按照发射端所掌握的各用户信道状态信息的程度共分为两部分:即完整信道状态信息(CSIT)和部分信道状态信息(CSIP)。其中,每一部分都包括预编码(precoding)和用户调度(scheduling) 在CSIT中,precoding又按照各用户的数据流数分为单数据流和多数据流两种情况。在每种情况下,首先考察了不同预编码算法的性能表现,包括两种ZF、MMSE、SINR、SLNR。之后又考察了功率分配算法的性能表现(文件
RoundRobin
- java 实现 操作系统中得进程调度 短作业优先和时间片-java achieve operating system process scheduling too short job priority and time slice
roundrobin
- A round robin scheduling program for the code
PCB
- 阅读并调试一个采用“最高优先级优先”调度算法对六个进程进行调度的模拟程序。通过对本程序的阅读,可以加深对进程概念及进程调度算法的理解。进程调度算法的重点是掌握优先级算法youxian()和轮转算法RoundRobin()。优先级算法又分为静态优先级算法和动态优先级算法。本程序主要采用了优先级调用算法。具体程序分析和要求可以参考《计算机操作系统陆丽娜版》-Read and debug a use of " highest prio