local variable 中文意思是什麼

local variable 解釋
局部變量
  • local : adj 1 地方的,當地的,本地的。2 局部的。3 鄉土的,狹隘的,片面的。4 【郵政】本市的,本地的;【鐵...
  • variable : adj 1 易變的,變化無常的,無定的 (opp constant steady)。2 可變的,能變的;變換的。3 【數學】變...
  1. The operand is an 8 - bit integer containing the ordinal of a local variable or an argumenta

    該操作數為包含局部變量或參數的序號的8位整數。
  2. The address stored in the local variable at the specified index is pushed onto the stack

    將存儲在指定索引處的局部變量中的地址推送到堆棧上。
  3. Use of unassigned local variable var

    使用了未賦值的局部變量「 var 」
  4. Use of unassigned local variable

    使用了未賦值的局部變量
  5. Explain local variable declarations with an end - line comment

    使用行章節附註釋解釋局部變量聲明。
  6. Block can be proven to be a thread - local variable

    塊關聯的鎖是一個線程本地變量。
  7. Indicates that an array in a structure or non - local variable should be treated as a fixed - length array

    指示應將結構或非局部變量中的數組視為定長數組。
  8. Add a local variable to hold the property value

    添加一個局部變量以保留屬性值:
  9. A local variable can have the same name as a global variable, but it is entirely distinct and separate

    局部變量可以與全局變量具有相同的名稱,但它們是完全不同且相互分離的。
  10. If the local variable declaration includes multiple declarators, the initializers must all have the same compile - time type

    如果局部變量聲明包含了多個聲明符,這些聲明符必須具備同樣的編譯期類型。
  11. Gets the index of the local variable within the method body

    獲取方法體內局部變量的索引。
  12. Then select refactor convert local variable to field

    局部變量,然後選擇
  13. Loads the address of the local variable at

    處的局部變量的地址加載到計算堆棧上。
  14. Pops a value from the stack into local variable 3

    將值從堆棧中彈出到局部變量3中
  15. Pops a value from the stack into local variable 2

    將值從堆棧中彈出到局部變量2中
  16. Data, or it can be specified as a local variable

    ,也可以將其指定為局部變量。
  17. Is only valid in local variable initializers

    僅在局部變量的初始值設定項中有效。
  18. That represents the value of an argument or local variable stored in two memory registers of a native frame

    獲取一個指針,該指針指向表示兩個內存寄存器中存儲的參數或局部變量值的
  19. If you attempt to extract part of an anonymous method that includes a reference to a local variable that is either declared or referenced outside of the anonymous method, then visual studio will warn you about potential semantic changes

    如果您嘗試提取匿名方法的一部分(包含對在匿名方法之外聲明或引用的局部變量的引用) ,則visual studio將警告您可能有語義更改。
  20. Sets the local variable s symbolic information

    設置局部變量的符號信息。
分享友人