循環語句 的英文怎麼說

中文拼音 [xúnhuán]
循環語句 英文
do loop
  • : 循動詞(遵守; 依照; 沿襲) follow; abide by
  • : Ⅰ名詞1 (環子) ring; hoop 2 (環節) link 3 (姓氏) a surname Ⅱ動詞(圍繞) surround; encircle;...
  • : 語動詞[書面語] (告訴) tell; inform
  • : 句名詞1. [書面語] (指草木初生拳狀的幼芽) tender bud2. (姓氏) a surname
  • 循環 : circulate; circle; round; repeat; loop; period; recurrence; cycling; circulating; mixing; circula...
  • 語句 : 1. (成句的話) sentence2. [自動化] statement
  1. Loop, which required discussing compound statements and the appropriate indentation of python statements to indicate blocks of related python code

    ,討論了復合以及適當縮進python來指示相關python代碼塊。
  2. If the continue statement includes a label and is executed, control is transferred to the last statement of the outer loop

    如果執行帶有標記的continue,則會將控制權轉交給外部的最後一個
  3. A control statement can create a loop, such as a

    控制可以創建,如
  4. You can create loops by using the iteration statements

    通過使用迭代可以創建
  5. Iteration statements cause embedded statements to be executed a number of times, subject to the loop - termination criteria

    迭代導致嵌入根據終止條件多次執行。
  6. Notice that this is unlike the labeled break statement, where the target need not be a loop, or iteration, statement

    請注意,這不同於帶有標記的break,後者的目標不必是一個或迭代
  7. The for loop container can use expressions to build the initialization, evaluation, and the incrementing statements that the looping structure uses

    For容器可以使用表達式來生成結構使用的初始化、計算、增量
  8. And that means right before ? it does no good to put any other statement between the label and the iteration

    進一步說,它實際需要緊靠在循環語句的前方? ?在標簽和之間置入任何都是不明智的。
  9. Everyday programming is rarely glamorous - you have to get your loops straight, your branches right, and your code squeaky clean

    日常編程工作很少有什麼魅力可言您必須使簡單明了,分支正確並使代碼非常整潔。
  10. Loop statement synthesis method in vhdl language

    言中循環語句的綜合方法
  11. The common exceptions : you need an elsif branch, the logical statement controlling the loop is too complex, or you have a problem with inverted boolean statements that haunts you

    常見的例外情況是:需要一個elseif ( )分支,控制的邏輯過于復雜,或者您不善於使用經常困擾您的反轉boolean
  12. Expression statement or statements to increment or decrement the loop counters. statement

    用於遞增或遞減計數器的一條或多條表達式
  13. The algorithm inserts the dynamic voltage scaling code before the condition statements and after the loop statements, which affect the program execution time. the algorithm makes full use of the slack time for the running program and effectively reduces system power consumption

    該演算法在編譯器的幫助下,在條件循環語句等影響程序實際執行時間的控制結構中設置電壓調節點,插入電壓調節代碼,從而最大限度的利用了程序運行時的空閑時間,達到了降低系統功耗的效果。
  14. Looping statements in php are used to execute the same block of code a specified number of times

    Php循環語句的作用是:對同一個代碼塊執行指定的次數。
  15. Very often when you write code, you want the same block of code to run a number of times. you can use looping statements in your code to perform this

    在書寫代碼時,你經常會發現,某個代碼快要被多次執行。如果出現了這種情況,你就可以通過循環語句來實現它。
  16. In this third installment, teodor gives a quick introduction to the perl loop syntax, conditional statements, and writing clean code

    在本文(也是本系列的第三部分)中, teodor簡要介紹了perl法,條件以及如何編寫整潔( clean )的代碼。
  17. The while loop will be explained in the next chapter

    循環語句將在下一章作具體講解。
  18. It ' s not a jump but rather a way to break out of an iteration statement

    它並不屬於一次跳轉,而是中斷循環語句的一種方法。
  19. By adding logical and conditional statement or circular statement, you can add a complex examination toward the test

    通過添加邏輯和條件循環語句,可以向測試添加復雜的檢查。
  20. When you know the length of a node list, you can easily loop through it and extract the values you want

    當你知道了一個節點列表的長度時,你可以非常方便的對它執行循環語句並從中提取你想要的值。
分享友人