Welcome![Sign In][Sign Up]
Location:
Search - roundrobin

Search list

[Other resourceRR

Description: 8个进程的改进版CPU schedule 算法-RoundRobin-所有上载程序都是原创,请不要用于商业用途
Platform: | Size: 7502 | Author: tennic | Hits:

[Data structsRR

Description: 8个进程的改进版CPU schedule 算法-RoundRobin-所有上载程序都是原创,请不要用于商业用途
Platform: | Size: 7168 | Author: tennic | Hits:

[OS Developroundrobin

Description: Round robin scheduler and a gannt chat for arrival time,burst time turn around time
Platform: | Size: 1024 | Author: kartik | Hits:

[source in ebookRound-robin

Description: 这是循环赛日程表的一个简单算法,基于C语言开发,可在TURB C下运行。-Simple round-robin schedule algorithm, based on the C language
Platform: | Size: 1024 | Author: 陶林 | Hits:

[Process-ThreadRoundRobin

Description: 这个c程序是简单模拟进程调度,使用方法是简单轮转法和优先算法-C procedures for the simulation process is a simple scheduling, the use of a simple rotation law and the priority algorithm
Platform: | Size: 1024 | Author: 黄缘 | Hits:

[Windows Developroundrobin

Description: Round-robin algorithm source code
Platform: | Size: 1024 | Author: Mayur | Hits:

[Windows DevelopRoundRobin.C

Description: Round robin algorithm implementation in C
Platform: | Size: 1024 | Author: somit | Hits:

[uCOSroundrobin

Description: round robin scheduling in ucos -round robin scheduling in ucos II
Platform: | Size: 1024 | Author: vanitha | Hits:

[JSP/JavaNewClass

Description: java 自作模拟操作系统,轮值调度,易于大家了解轮值调度排列程序处理的先后次序-make roundrobin in java
Platform: | Size: 1024 | Author: jilin | Hits:

[JSP/JavaRoundRobin

Description: a simple round robin class object
Platform: | Size: 1024 | Author: ccc | Hits:

[Windows Developroundrobin

Description: Round Robin scheduling program
Platform: | Size: 1024 | Author: Merwyn | Hits:

[Linux-Unixfcfs-rr-sjf

Description: FCFS, SJF, RoundRobin algorithm shell progarm
Platform: | Size: 2048 | Author: mreddy | Hits:

[SCMroundrobin

Description: Job SCheduling algorithm-RoundRobin
Platform: | Size: 1024 | Author: rushi | Hits:

[Data structsroundrobin

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

[OS DevelopRoundRobin

Description: The round robin cpu scheduler program in os
Platform: | Size: 30720 | Author: | Hits:

[ELanguagefinal

Description: FCFS ROUNDROBIN PRIORITY scheduling
Platform: | Size: 531456 | Author: sungjinpark | Hits:

[matlabarticle

Description: 软件程序按照发射端所掌握的各用户信道状态信息的程度共分为两部分:即完整信道状态信息(CSIT)和部分信道状态信息(CSIP)。其中,每一部分都包括预编码(precoding)和用户调度(scheduling) 在CSIT中,precoding又按照各用户的数据流数分为单数据流和多数据流两种情况。在每种情况下,首先考察了不同预编码算法的性能表现,包括两种ZF、MMSE、SINR、SLNR。之后又考察了功率分配算法的性能表现(文件名中含有PD表明其含有功率分配的过程)。按照不同指标进行功率分配的,在文件名中进行了区分,如PD_CN代表以信道范数为参考指标进行功率分配。Scheduling部分首先观察了RoundRobin、MaxH和MMSLNR三种算法的性能对比。之后在Kc和Round部分分别观察了不同预选用户数和不同最大替换轮数下MMSLNR算法的表现。 在CSIP中,只对各用户单数据流的情况进行了仿真。采用的预编码算法主要有DSLNR(即直接运用CSIT下的预编码算法)、ESLNR(即对SLNR进行均值计算的,在CSIP中,引入均值计算的与SLNR有关的算法,其文件名中都有modified以示区别)、EMMSE(即陈明老师那边的那篇文章中的预编码算法)。Scheduling中也只是简单的观察了RoundRobin、MaxH、DMMSLNR和EMMSLNR(前者没有均值计算,后者有)的性能对比。-The degree of channel state information for each user software program in accordance with the master transmitter consists of two parts : the complete channel state information (CSIT) and partial channel state information (CSIP). Wherein , each of which comprises a pre- coding (precoding) and the user scheduling (scheduling) In CSIT in , precoding and each user according to the number of data streams into a single data stream and multiple data streams in both cases . In each case , first examine the performance of different pre- coding algorithm, including two ZF, MMSE, SINR, SLNR. After they inspected the power allocation algorithm performance ( file name contains PD showed that it contained power allocation process ) . According to different indicators for power distribution , make a distinction in the file name , such as PD_CN representative channel norm-referenced index for power distribution . Scheduling section first observed the performance comparison RoundRobin, MaxH and MMSL
Platform: | Size: 94208 | Author: dong | Hits:

[Game ProgramRoundRobin

Description: java 实现 操作系统中得进程调度 短作业优先和时间片-java achieve operating system process scheduling too short job priority and time slice
Platform: | Size: 2048 | Author: sangxiangning | Hits:

[Communicationroundrobin

Description: A round robin scheduling program for the code
Platform: | Size: 3072 | Author: Pushblog | Hits:

[OS programPCB

Description: 阅读并调试一个采用“最高优先级优先”调度算法对六个进程进行调度的模拟程序。通过对本程序的阅读,可以加深对进程概念及进程调度算法的理解。进程调度算法的重点是掌握优先级算法youxian()和轮转算法RoundRobin()。优先级算法又分为静态优先级算法和动态优先级算法。本程序主要采用了优先级调用算法。具体程序分析和要求可以参考《计算机操作系统陆丽娜版》-Read and debug a use of " highest priority priority" scheduling algorithm for six process scheduling simulation program. By reading of this program, you can learn more about the process of conception and understanding of the process of scheduling algorithm. Process scheduling algorithm is focused on master priority algorithm youxian () and Round Robin RoundRobin (). Priority algorithm is divided into static priority algorithm and dynamic priority algorithms. This program uses a priority call algorithms. Specific procedures and requirements analysis can refer to " computer operating system Lu Lina Edition"
Platform: | Size: 236544 | Author: 鱼儿 | Hits:
« 12 »

CodeBus www.codebus.net