iteration loop 中文意思是什麼

iteration loop 解釋
迭代循環
  • iteration : 迭代疊代疊接
  • loop : n 1 (用線、帶等打成的)圈,環,匝,框,環孔,線圈;【醫學】(常 the loop)宮內避孕環。2 環狀物,...
  1. Listing 6 shows an example of such an approach, which nests the try - catch block inside the iteration loop

    )清單6顯示了這種方式的一個示例,它在迭代循環內部嵌套了try - catch塊:
  2. When used in multidisciplinary environment, csso has several advantages over standard optimization method : reduction of the information transfer ; elimination of large iteration loop ; allowance of the use of corresponding subspace optimizers in different disciplinary analysis ; a parallel optimization architecture which is readily operable on a suite of heterogeneous equipments ; more natural fit to the current organization structure found in most institutes of aerospace and aeronautic design ; participation of the disciplinary experts to best deal with specific disciplinary models

    當應用於多學科設計環境時,并行子空間優化方法相對傳統優化方法有幾大優點:減少了學科間信息傳遞的數量;免去了大的迭代循環;允許在不同學科分析模塊中應用不同子空間優化器;可以在不同設備上并行運行;結構框架適用於傳統學科組織形式;允許各學科專家最大限度地參與學科分析和設計。
  3. Iteration statements cause embedded statements to be executed a number of times, subject to the loop - termination criteria

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

    請注意,這不同於帶有標記的break語句,後者的目標不必是一個循環或迭代語句。
  5. Compared with normal weight selection method, the new method can reduce the iteration times of weight function selection, and ensure the synthetical performance of the resulting h ( subscript ) loop shaping controller

    與常規的權重函數選取方法相比,該方法能夠減少權重函數選取時迭代的次數,保證控制器的綜合性能。
  6. A kind of branch and loop structures has been proposed in e. it is easy to construct iteration and recursion with these structures

    針對數據流語言中的設計難點,提出了簡單、實用的分支與循環結構。
  7. For loop and skip to the next iteration of the outer

    循環的下一次迭代的位置,使用
  8. Is set by a variable that maps to the collection value of the enumerator and is updated at each iteration of the loop

    的屬性表達式是由映射到枚舉器的集合值的變量來設置的,並在每個循環迭代中被更新。
  9. To pass control to the next iteration without exiting the loop, use the

    若要將控制權傳遞給下一個迭代但不退出循環,請使用
  10. Does not affect the iteration values determined when the loop was first entered

    的值不會影響首次進入循環時所確定的迭代值。
  11. If the timing was unlucky, and an item was deleted by another thread just after entering the last iteration of the loop,

    如果時機不得當,在剛好進入循環的最後一次迭代之後有一個條目被另一個線程刪除了,則
  12. This particular code sample enters a loop during execution. a private integer variable is incremented on each iteration of the loop

    在執行過程中此特定代碼示例將進入循環,其中私有整數變量在每次迭代后都會遞增。
  13. How to : skip to the next iteration of a loop

    >如何:跳轉到循環的下一次迭代
  14. Remember also that each iteration through the loop wastes time, so rather than working through the same loop a number of times, try to perform all the actions in one pass through the loop

    還要記住的是,在循環中,每次反復都是在浪費時間,因此不要多次使用相同的循環,而是要盡量在一個循環中執行所有的操作。
  15. Works well when you can associate each iteration of a loop with a control variable and determine that variable s initial and final values

    當可以將循環的每次迭代與控制變量相關聯並可確定該變量的初始值和最終值時,
  16. Loop structure iteration

    循環結構(迭代)
  17. Page, map index 0 to a user - defined string variable that will receive the current excel path and file name on each iteration of the loop

    頁中,將索引0映射到用戶定義字元串變量,該變量將在每個循環迭代中接收當前excel路徑和文件名。
  18. Abstract : two computational techniques for inverse fight dynamics, namely derivation - iteration and integration - iteration techniques, are investigated. the application of inverse dynamics to determine control power requirements for post - stall maneuvering is researched, and a maneuvering flight trajectory based algorithm is provided, which lays a numerical foundation for simplifying design criteria for post - stall aircraft. with the model of inverse dynamics employed, a flight control mode for the outermost loop of the control system, named maneuver generator, is designed to follow desired complicated maneuvering flight trajectories. an example of rapid heading - reversal maneuver and other numerical simulations show the feasibility of the algorithm and the design idea

    文摘:考察了求解輸入類飛行逆動力學問題的微分-迭代與積分-迭代演算法;探討了利用逆動力學確定過失速機動操縱效能要求問題,這構成了進一步提出過失速機動飛機設計簡化判據的數值基礎;利用逆動力學設計機動發生模塊進行飛控系統的最外環控制,以便跟蹤期望的復雜機動軌跡.飛機最速反向示例及其它數值模擬結果表明設計思想與演算法是可行的
  19. For example, you can enable a break condition on the for loop container that sets a breakpoint that suspends execution at the start of each iteration of the loop

    例如,可以在for循環容器上啟用中斷條件,設置一個在循環的每個迭代開始時掛起執行的斷點。
  20. Inside the iteration loop in listing 1, you can see that the element retrieved from the array list is cast to

    在清單1的遍歷循環中,可以看到從數組list中提取的元素被強制轉換為
分享友人