loop initialization 中文意思是什麼

loop initialization 解釋
循環初置
  • loop : n 1 (用線、帶等打成的)圈,環,匝,框,環孔,線圈;【醫學】(常 the loop)宮內避孕環。2 環狀物,...
  • initialization : 初始化, 賦初值, 預置
  1. When you configure the for loop container by specifying an evaluation condition, initialization value, or assignment value, you can use either literals or expressions

    用指定求值條件、初始化值或賦值值的方法配置for循環容器時,可以使用文字或表達式。
  2. The for loop container can use expressions to build the initialization, evaluation, and the incrementing statements that the looping structure uses

    For循環容器可以使用表達式來生成循環結構使用的初始化語句、計算語句、增量語句。
  3. This operator is not otherwise supported by the integration services expression grammar and can only be used by the initialization and assignment expression types in the for loop container

    此運算符在其他方面不為integration services表達式語法所支持,只能供for循環容器中的初始化和賦值表達式類型使用。
  4. Gets or sets the loop initialization statement

    獲取或設置循環初始化語句。
  5. Although not absolutely necessary, a task typically is a routine with an entry, some initialization and then an endless loop

    盡管不是絕對必要,一個任務一般是一個由入口,初始化和一個死循環組成的子程序。
  6. The for has an initialization section shockingly, usually used for initializing variables, an iteration section usually a loop counter gets incremented here, and a test section used to test whether the loop should keep being executed or not

    For ( )有一個初始化區(令人驚訝的是,初始化區常用於初始化變量) 、一個迭代區(通常在這里遞增循環計數器)和一個測試區(用於測試是否應該繼續執行循環) 。
分享友人