nested code 中文意思是什麼

nested code 解釋
嵌套碼
  • nested : 巢狀的
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  1. Remember, floats are not actually contained within a block box, even though they may be nested there in the source code

    記住,浮動實際上並不是真正地被包含在一個塊盒中,即使在源代碼中是怎樣嵌套的。
  2. This includes code within a contained type, such as a nested class or an assignment expression in an enumeration

    這些代碼包括所包含的類型中的代碼,如嵌套類或枚舉中的賦值表達式。
  3. If code inside a nested structure makes an unqualified reference to a programming element, visual basic searches for the element first in the nested structure, then in its containing structure, and so on out to the outermost containing element

    如果嵌套結構外的代碼以非限定的方式引用某個編程元素,則visual basic會按此順序搜索該元素:先在嵌套結構中搜索,然後在其包含結構中搜索,依此類推,一直到最外部的包含元素。
  4. Full multi - threaded application debugging where the same debugger ide may be used to step into the client application source code and into any nested stored procedure calls

    完全的多線程應用程序調試,其中相同的調試器ide可用於跟蹤客戶機應用程序源代碼和任何嵌套的存儲過程調用。
  5. More importantly switch to code view and you can now see the apparent nested structure of the schema

    更重要的是切換到代碼視圖,現在可以查看架構的外觀嵌套結構。
  6. If code inside a nested class makes an unqualified reference to a programming element, visual basic searches for the element first in the nested class, then in its containing class, and so on out to the outermost containing element

    如果嵌套類內部的代碼建立了對編程元素的非限定性引用, visual basic將首先在該嵌套類中搜索該元素,然後在其包含類中搜索,一直向外直到最外層的包含元素。
  7. The following code example shows how to examine an arbitrary html document and derive a string describing the html elements, with indentation and level numbers used to indicate how deeply nested the elements are in the document

    下面的代碼示例演示如何檢查一個任意html文檔並派生一個描述html元素的字元串,該字元串帶有縮進及縮進等級編號,用於指示這些元素在此文檔中的嵌套深度。
  8. The result is less code and the elimination of a common source of errors when writing nested loops

    結果是當編寫嵌套循環時更少的程序代碼和消除了共同的錯誤源。
  9. Use nested constructors to eliminate redundant code

    使用嵌套構造函數來消除冗餘代碼。
  10. Imperative python code for " print big products " nested loop procedural style for finding big products xs 1, 2, 3, 4 ys 10, 15, 3, 22 bigmuls. more stuff. . for

    既然我們已講到這,注意傳遞消息的opp風格是如何處理的也非常有趣( smalltalk或self與此類似,一些我使用的oop xbase變量也是如此) :
  11. Regular local variables in source code are defined within a block, which may be the entire method body or some nested block

    源代碼中一般的本地變量都定義在一個塊中,這個塊可能是一個完整的方法體或者是一個嵌套塊。
  12. Because standard code serializers do not look at nested containers, these components are only serialized if a path to them can be obtained by walking the components in the primary container

    由於標準代碼序列化程序不查找嵌套容器,因此,只有在主容器中進行組件審核能夠獲得這些組件路徑的情況下,才會序列化這些組件。
  13. Chapter 3 focuses on translating the c code into assembly code. the implementation and optimization involves issues of assignment of variables and memories, pass of function parameters, addressing modes, control of nested repetition, use of ar registers, pipeline conflicts, and so on

    本文從改寫c源碼為c54x匯編代碼著手,對實現過程中的變量存儲區分配、參數的傳遞、尋址方式的選擇、循環的嵌套與控制、輔助寄存器的使用、流水線等方面的問題進行了設計和優化,在c54x上實時實現了g . 729a聲碼器。
  14. In native code, if you want to step into a specific nested function, use the step into specific command from the shortcut menu

    在本機代碼中,如果要進入並單步執行特定的嵌套函數,請使用快捷菜單中的「單步執行特定函數」命令。
  15. If you have defined a nested hierarchy of namespaces, code inside that hierarchy might be blocked from accessing the

    如果已定義命名空間的嵌套層次結構,該層次結構中的代碼將被阻塞而無法訪問
分享友人