loop nesting 中文意思是什麼

loop nesting 解釋
循環嵌套
  • loop : n 1 (用線、帶等打成的)圈,環,匝,框,環孔,線圈;【醫學】(常 the loop)宮內避孕環。2 環狀物,...
  • nesting : (嵌置)套用
  1. Exits the innermost loop and transfers control to the next higher level of nesting

    將退出最內層的循環,並將控制權交給下一個較高級別的嵌套。
  2. Loops, exit do exits the innermost loop and transfers control to the next higher level of nesting

    將退出最內層的循環,並將控制權交給下一個較高級別的嵌套。
  3. If nested triggers are allowed and a trigger in the chain starts an infinite loop, the nesting level is exceeded and the trigger terminates

    如果允許使用嵌套觸發器,且鏈中的一個觸發器啟動了一個無限循環,則將超出嵌套層限制,且觸發器將終止。
  4. If any trigger in the chain sets off an infinite loop, the nesting level is exceeded and the trigger is canceled

    如果鏈中任意一個觸發器引發了無限循環,則會超出嵌套級限制,從而導致取消觸發器。
  5. For example, to nest one loop ( the nested loop ) within another loop ( the nesting loop ) ; to nest one subroutine ( the nested subroutine ) within another subroutine ( the nesting subroutine )

    例如,在一個循環中嵌入另一個循環,在一個子程序中嵌入另一個子程序。
分享友人