return stack 中文意思是什麼

return stack 解釋
返回棧
  • return : vi 1 回轉,回來,回去,返回,折回 ( to)。2 再來,又來;復發,回復,恢復。3 回頭說正經話,回到本...
  • stack : n 1 (麥桿等的)堆,垛;乾草堆。2 積材,層積,堆積;〈英國〉一堆〈木材等的計量單位,=108立方英尺...
  1. The return value is popped from the callee evaluation stack

    從被調用方的計算堆棧中彈出返回值。
  2. An integrated process of wastewater treatment and utilization is presented. the process is made up of heating the soft water of room temperature by high temperature printing and dyeing wastewater via heat exchangers, reusing the low level base decrement wastewater of water washing for dust control and desulphurizing of stack gas and anaeration - aeration biological treatment of printing and dyeing wastewater. this process has fair economical benefit on the principle of so called waste control by waste itself. this might be an ideal process for printing and dyeing wastewater treatment and disposal, the effluent of this process is quite enough to meet the requirement of urban sewer collector. additionally also many advantages are attractive such as the complete return of biological sludge to digestion, no chemicals dosage and free of secondary pollution

    介紹了高溫印染廢水通過熱交換加熱常溫軟水、低濃度堿減量水洗廢水用於煙道氣除塵脫硫、厭氧-好氧處理一般印染廢水等印染廢水綜合處理技術,該技術具有較好的經濟效益,達到了以廢治廢的目的,生物污泥全部迴流硝化,不加任何藥劑,無二次污染,處理后水質達到城市截污管網標準要求,是一種較為理想的印染廢水處理工藝。
  3. The instruction set includes all the normal arithmetic and logical operations, along with conditional and unconditional branches, load store, call return, stack manipulation, and several special types of instructions

    指令集包含所有的常規算術和邏輯運算,以及條件轉移和無條件轉移、裝入存儲、調用返回、堆棧操作和幾種特殊類型的指令。
  4. Deadlock prevention and surprise dismount handling during this process require heroic efforts, including a mechanism whereby a file system driver can stash a pointer to an automatic variable ( that is, one allocated on the call / return stack ) to be used in deeper layers of recursion within the same thread

    在這個過程請求宏大結果的時候, (進行)死鎖預防和意外卸下處理,包括一個機制,憑借這個機制文件系統驅動可以中斷在相同線程中用於深層遞歸的自動變量的指示器(就是說,在調用/返回堆棧上分配一個) 。
  5. The eabi reserves gpr1 for a stack pointer, gpr3 - gpr7 for function argument passing, and gpr3 for function return values

    Eabi將gpr1預留為棧指針, gpr3到gpr7用於函數參數傳遞, gpr3用於函數返回值。
  6. When all argument values are on the stack, the method can be called, and after the call, the entire list of argument values will be replaced by the method return value on the stack

    當所有的自變量都在堆棧中時,方法可以被調用,並且調用結束后,在堆棧中的整個自變量列表將被方法的返回值代替。
  7. Ras return address stack

    返回地址堆棧
  8. Variables declared on the stack are located next to the return address for the functions caller

    在堆棧上聲明的變量位於函數調用方的返回地址的旁邊。
  9. For example, x86 uses calling conventions that store the return address of function calls on the stack

    例如, x86使用調用約定將函數調用的返回地址存儲到堆棧上。
  10. Because stack trace functions typically need to return only the address, frame offset, and stack address, you can optionally use the

    Context結構很大,而堆棧跟蹤函數通常只需要返回地址、幀偏移量和堆棧地址。
  11. Also enable the named return value optimization, which eliminates the copy constructor and destructor of a stack based return value

    也支持命名返回值優化,它消除了基於堆棧的返回值的復制構造函數和析構函數。
  12. Also enables the named return value optimization, which eliminates the copy constructor and destructor of a stack based return value

    還啟用「命名的返回值」優化,它消除了基於堆棧的返回值的復制構造函數和析構函數。
  13. The stack normally forces users to return from interrupts in the same order that interrupts occurred

    棧通常迫使用戶程序以中斷發生的同樣順序從中斷點返回。
  14. Therefore, subsequent, uninitialized stack variables that happen to use the same stack area can return values left over from the prior use of this stack memory

    因此,恰好在隨后使用相同堆棧區域的未初始化堆棧變量就可能返回上次使用該堆棧內存時留下的值。
  15. Also enables the named return value optimization, which eliminates the copy constructor and destructor of a stack based return value. see

    還會啟用命名的返回值優化,此優化可消除基於堆棧的返回值的復制構造函數和析構函數。
  16. Ecrs : entry call return stack

    回叫堆棧,代替
  17. A stack used for the nesting of exception frames by catch and throw. it may be, but need not be, implemented using the return stack

    Catch和throw一個用於巢狀例外框架的堆疊.它可以是,但不必是,以返回堆疊來實作
  18. On functions that the compiler thinks might be subject to buffer overrun problems, the compiler will allocate space on the stack before the return address

    對于編譯器認為容易出現緩沖區溢出問題的函數,編譯器將在堆棧上返回地址之前分配空間。
分享友人