青年中文青年中文

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.