loop counter信息详情

loop counter发音

意思翻译

[计]循环计数器

相似词语短语

loop───n.环状物、圈;弯曲的部分;环状结构;循环电影胶片;重复指令;环路;(铁道或公路的)环线;大环(芝加哥商业中心);翻筋斗;单刃转圈;节育环;n.(Loop)(美、丹)劳鄱(人名);v.使成环;环行;放磁带,执行计算机指令;(使飞机)翻筋斗

loop the loop───翻筋斗; 翻跟头;翻跟斗

counter───adv.反方向地;背道而驰地;vt.反击,还击;反向移动,对着干;反驳,回答;n.柜台;对立面;计数器;(某些棋盘游戏的)筹码;adj.相反的;vi.逆向移动,对着干;反驳

open loop───开环,开环路;[自]开环

arbitrated loop───仲裁环路; 仲裁环

land loop───陆地环路

sample loop───样品环;进样环路

forever loop───永久循环

compulsion loop───强迫循环

双语使用场景

outer loop decrements a loop counter variable each time through the loop.───每循环一次,外部循环都使循环计数器变量递减一次。

More importantly, -O3 also avoids keeping the loop counter in memory, even with the original source.───更重要的是, -O3 也避免了在内存中保留循环计数器,即使使用原始源。

Normally, variables are best named by their use (like firstName or title), but as this variable is essentially a loop counter, using single letters is also fine.───变量一般最好根据用途命名(如 firstName 或r title),不过由于这个变量基本上是一个循环计数器,也可使用单个字母。

Separates the beginning and ending values of a loop counter or of a value match range.───分隔循环计数器或值匹配范围的起始值和结束值。

Loop, the order in which the fields of the object are assigned to the loop counter variable are not necessarily predictable or controllable.───循环逐个通过对象的属性时,将对象字段赋给循环计数器变量的顺序不一定能预测或控制。

Code that changes the loop counter in the body of the loop is confusing and error prone.───在循环体中改变循环计数器的代码会让人感到迷惑,也容易犯错。

An OpenMP for loop may not modify the index (loop counter) in the body of the for loop.───OpenMPfor循环不能修改for循环体中的索引(循环计数器)。

An optional iteration expression that increments or decrements the loop counter.───递增或递减循环计数器的可选迭代表达式。

Specifies an increment value for a loop counter.───为循环计数器指定一个增量值。

英语使用场景

Code that changes the loop counter in the body of the loop is confusing and error prone.

Normally, variables are best named by their use (like firstName or title), but as this variable is essentially a loop counter, using single letters is also fine.

Although MATLAB does allow you to use a variable of the same name as the loop counter within a loop, this is not a recommended practice.

The load/store instructions and the loop counter were geared for processing a single byte at a time.

Finally, the loop counter ($i) is incremented, and the loop continues.

The loop that does the reverse comparisons must have a loop counter and this loop counter produces the descending shift value that can be used to perform the BAD CHARACTER shift.

You then use register 127 as your loop counter and register 126 as your base pointer, and perform convert_to_upper on each value until you get to the end of the buffer.

The outer loop decrements a loop counter variable each time through the loop.