local stack 中文意思是什麼

local stack 解釋
局部線
  • local : adj 1 地方的,當地的,本地的。2 局部的。3 鄉土的,狹隘的,片面的。4 【郵政】本市的,本地的;【鐵...
  • stack : n 1 (麥桿等的)堆,垛;乾草堆。2 積材,層積,堆積;〈英國〉一堆〈木材等的計量單位,=108立方英尺...
  1. The address stored in the local variable at the specified index is pushed onto the stack

    將存儲在指定索引處的局部變量中的地址推送到堆棧上。
  2. When activated, a stack probe reaches benignly into memory by the amount of space required to store the associated function s local variables

    堆棧探測激活時,它在內存中良性延伸存儲關聯函數的局部變量所需的空間量。
  3. Activates stack probes for every function call that requires storage for local variables

    為需要局部變量存儲的每個函數調用激活堆棧探測。
  4. Optional the number of bytes that local variables can occupy before a stack probe is activated

    (可選)在激活堆棧探測之前局部變量可以佔用的位元組數。
  5. To navigate forward and backward in this stack, internet explorer will display the pages from the local computer s cache of downloaded web content, unless the server indicates that the document s content should expire immediately

    在堆棧中向前和向後定位時, internet explorer將顯示本地計算機緩存中下載的web內容的頁面,除非服務器指示該文檔的內容應立即失效。
  6. The powerpc architecture has no notion of a stack for local storage

    Powerpc體系結構沒有關于本地存儲器的棧的概念。
  7. Pops a value from the stack into local variable 3

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

    將值從堆棧中彈出到局部變量2中
  9. Bytes of stack space for local variables, its stack probe is activated

    位元組,則激活它的堆棧探測。
  10. Roots can be found in program registers, in local stack - based variables in each thread s stack, and in static variables

    可以在程序注冊表中、每一個線程堆棧中的(基於堆棧的)局部變量中以及靜態變量中找到根。
  11. Visual c 2005 supports the declaration of an object of a reference class on the local stack or as a member of a class as if it were directly accessible

    Visual c + + 2005支持在本地堆棧上聲明引用類的對象,或者將其聲明為類的成員(就像可以直接訪問它一樣) 。
  12. An application s roots include global and static object pointers, local variables and reference object parameters on a thread s stack, and cpu registers

    應用程序的根包含全局對象指針、靜態對象指針、線程堆棧中的局部變量和引用對象參數以及cpu寄存器。
  13. To minimize the amount of stack frame space required for a method, the same words of the stack frame may be used for different local variables at different points in the bytecode, as long as the active ranges for the variables don t overlap

    在位元組碼中,為了使方法所需要的堆棧空間最小化,不同位置的不同本地變量可能會使用堆棧結構中的同一個字,只要變量的有效范圍不重疊。
  14. Copies its local variables into a stack frame object maintained by the jscript runtime before making a call out

    在執行對外調用之前,請將其局部變量復制到jscript運行庫維護的堆棧幀對象中。
  15. Generally, heap - allocated data are the kind you get when you malloc or new something. stack - allocated data usually include non - static local variables and any parameters passed by value

    因此,如果達到閾值50 ,則很有可能是攻擊,您應該明白用戶能夠提供真實的口令。
  16. The local variable value at the index 2 is pushed onto the stack

    將索引2處的局部變量值推送到堆棧上。
  17. The local variable value at the index 0 is pushed onto the stack

    將索引0處的局部變量值推送到堆棧上。
  18. The local variable value at the index 1 is pushed onto the stack

    將索引1處的局部變量值推送到堆棧上。
  19. In a java program, a root is a reference to an object held in a static variable or in a local variable on an active stack frame

    在java程序中,根是對靜態變量中或者活躍的堆棧框架上的本地變量中所包含的對象的引用。
分享友人