Robin n. 罗宾(男子名) scheduling n.[U] 行程安排 round a. 1.圆形的;环形的;球形的 2.弧形的;圆弧的 3.[only before noun]整数的;尾数是0(或5)的 ad.【英】[美作around] 1.旋转;环绕;兜圈子 2.周 wake robin n. 延龄草 self scheduling 自调度 half round a. 半圆形的 bore out ...
round-robin scheduling 英 [raʊnd ˈrɒbɪn ˈʃedjuːlɪŋ] 美 [raʊnd ˈrɑːbɪn ˈskedʒuːlɪŋ]网络 轮叫调度; 轮转调度; 循环调度; 时间片轮转; 轮询调度算法...
读音:美英 基本释义 轮转调度;轮循调度;轮叫调度;轮询调度;循环调度 分词解释 round圆形的 robin知更鸟,鸫 scheduling行程安排,时序安排 round robin scheduling是什么意思 round robin scheduling怎么读 round robin scheduling在线翻译 round robin scheduling中文意思 round robin scheduling的解释 round robin scheduling...
将“round-robin scheduling"翻译成中文 循環制是将“round-robin scheduling"翻译成 中文。 译文示例:BITS uses round-robin scheduling to process jobs in the same priority and to prevent a large transfer job from blocking smaller jobs. ↔ BITS采用循環制处理相同优先级的任务,并防止大的传输任务阻塞...
轮询调度算法(Round-Robin Scheduling) 在多台机器实现负载均衡的时候,经常用到轮询调度算法(Round-Robin Scheduling)。 轮询调度算法就是以循环的方式依次将请求调度不同的服务器,即每次调度执行i = (i + 1) mod n,并选出第i台服务器。 算法的优点是其简洁性,它无需记录当前所有连接的状态,所以它是一种无...
必应词典为您提供Round-robin-scheduling的释义,un. 循环调度法; 网络释义: 轮叫调度;轮转调度;轮询调度算法;
轮叫调度(Round Robin Scheduling)算法就是以轮叫的方式依次将请求调度不同的服务器,即每次调度执行i = (i + 1) mod n,并选出第i台服务器。算法的优点是其简洁性,它无需记录当前所有连接的状态,所以它是一种无状态调度。 在系统实现时,我们引入了一个额外条件,当服务器的权值为零时,表示该服务器不可用而...
Round robin scheduling (RRS) is a job-scheduling algorithm that is considered to be very fair, as it uses time slices that are assigned to each process in the queue or line. Each process is then allowed to use the CPU for a given amount of time, and if it does not finish within the...
RR调度(Round-robin scheduling)简单介绍 在RR调度策略下,一个线程会一直运行。直到: 自愿放弃控制权 被更高优先级的线程抢占 时间片用完 例如以下图所看到的,A在用完自己的时间片后,将CPU运行权让给线程B。于是A离开Read队列,而B进入Read队列。 一旦线程的时间片用完,该线程就会被下一个READ的具有同等优先级的...
1) round-robin scheduling 轮式调度2) rotational scheduling 轮转式调度 1. : Based on “primary-backup technique” of multiprocessor real-time systems,a rotational scheduling algorithm is presented to provide fault-tolerance in this paper.Simulation results show that the algorithm can not only ...