loop statement 中文意思是什麼

loop statement 解釋
循環語句
  • loop : n 1 (用線、帶等打成的)圈,環,匝,框,環孔,線圈;【醫學】(常 the loop)宮內避孕環。2 環狀物,...
  • statement : n. 1. 陳述,聲明,聲明書。2. 【法律】供述;交待。3. 【商業】貸借對照表;(財務)報告書。
  1. If the continue statement includes a label and is executed, control is transferred to the last statement of the outer loop

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

    控制語句可以創建循環,如
  3. Notice that this is unlike the labeled break statement, where the target need not be a loop, or iteration, statement

    請注意,這不同於帶有標記的break語句,後者的目標不必是一個循環或迭代語句。
  4. Loop statement synthesis method in vhdl language

    語言中循環語句的綜合方法
  5. 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語句。
  6. Statement. transferring out of the loop

    將控制轉移到循環外。
  7. Expression statement or statements to increment or decrement the loop counters. statement

    用於遞增或遞減循環計數器的一條或多條表達式語句。
  8. Loop statement, the loop always runs at least once

    語句中)進行測試,則循環總是會運行至少一次。
  9. It is very common to give the list a name instead of typing the list itself in to a loop statement. when creating a list like this, brackets are required

    在循環中使用列表最普遍的做法是用一個列表名字代替鍵入列表本身。像這樣創建一個列表,必須要有方括號。
  10. Depending on the implementation of the stored procedure, the procedure may then loop back through the statement, consuming resources needlessly, or the procedure may exit only to be reactivated shortly thereafter, consuming more resources than simply continuing to run

    此過程隨后可能通過語句環回,從而不必要地佔用資源,也可能退出但稍後重新激活,從而比直接繼續運行佔用更多的資源,具體是哪種情況將由存儲過程的實現確定。
  11. For example, if the insertion point lies inside a loop, a region is created for that statement and the region is hidden

    例如,如果插入點在一個循環內,則為該語句創建一個區域,然後隱藏該區域。
  12. Gets or sets the loop initialization statement

    獲取或設置循環初始化語句。
  13. Statement always checks the condition before it begins the loop

    語句在開始循環前始終檢查該條件。在條件一直為
  14. Statement transfers control outside the loop

    語句將控制權轉交到循環之外時可以終止
  15. The next statement in the loop body is a second

    循環體中的下一個語句是第二個
  16. Statement and one form of loop the

    語句)和一種形式的循環(
  17. Finally block is executed, control is once again transferred to the last statement of the loop immediately following the label declaration

    塊執行完之後,才會將控制權再次轉交給緊跟在標記聲明後面的那個循環中的最後一個語句。
  18. Executes a statement block once, and then repeats execution of the loop until a condition expression evaluates to

    將一個語句塊執行一次,然後重復該循環的執行,直到條件表達式為
  19. Statement is used to break the loop and jumps to a specific label

    語句用於中斷循環,並跳轉到一個特定標簽。
  20. However, if the staff activity is inside a while loop, the previous statement is not correct because each loop run creates an entry in the log with the same atid piid pair for an activity

    但是,如果該人員活動處于循環中,那麼前面的sql語句就有問題了,這是因為每個循環運行會為一個活動創建具備相同atid / piid對的日誌條目。
分享友人