function call 中文意思是什麼

function call 解釋
函式調用
  • function : n 1 功能,官能,機能,作用。2 〈常 pl 〉職務,職責。3 慶祝儀式;(盛大的)集會,宴會。4 【數學】...
  • call : vt 1 大聲念[說],喊,叫。2 召喚,叫來,請來;召集,徵召;號召;喚醒。3 把…取名為,稱呼,把…叫做。...
  1. The debugger cannot tell whether a property evaluation or implicit function call has side effects

    調試器無法區分是屬性計算還是隱式函數調用產生副作用。
  2. Executes a late - bound method or function call

    執行後期綁定方法或函數調用。
  3. Unlike actionscript 2, methods in actionscript 3 now retain their class scope when called, even if assigned to another object and called from that object, or if used with function. call and function. apply

    當你創建類的時候,你除了創建這個類的實例外,同時也創建了和這個類相關的變量和方法。
  4. Get a well documented explanation of the last error that occurred from a dll function call

    從上次調用dll功能而產生的錯誤中獲得一個有案可稽的解釋。
  5. Is an inline function, meaning the compiled code makes the conversion, often without generating a function call

    是一個「內聯函數」 ,這意味著轉換是由已編譯的代碼執行的,通常不會生成函數調用。
  6. For example, the game client may now be able to retrieve the content in return for a payment, controlled under a single function call

    例如,游戲客戶端現在也許能夠通過付款提取內容(由一個函數調用進行控制) 。
  7. At array index 0 represents the most recent function call in the stack trace and the last frame pushed onto the call stack

    表示堆棧跟蹤中最近的函數調用以及推入到調用堆棧中的最後一幀。
  8. If the function call is successful, the value returned by the function through the variable

    如果該函數調用成功,那麼函數返回的值(在這個例子中是通過變量
  9. A function call with one parameter and an empty function body takes about the same time as doing 7 - 8 $ localvar + + operations. a similar method call is of course about 15 $ localvar + + operations

    調用帶有一個參數的空函數,其花費的時間相當于執行7至8次的局部變量遞增操作。類似的方法調用所花費的時間接近於15次的局部變量遞增操作。
  10. At other times, one partner will be typing, and the other partner will foresee a function call coming and will open the api documents to the right page just as the coder needs the spec

    在另一些時候,其中一個正在編碼輸入,另一個則會預見到可能將會調用某一個函數並且以編碼者需要的要求在api文檔中打開合適的那頁。
  11. Function call operator

    函數調用操作符
  12. Funcn. for this to work correctly, add the function call operator "

    為使這正確工作,添加函數調用運算符「 ( ) 」 。
  13. This occurs regardless of whether or not the function takes parameters because the compiler calculates the function address ; however, because the function call operator " is not present, no call is made

    因為編譯器計算函數地址,所以不論函數是否有參數,都會出現這樣情況;然而,由於不存在函數調用運算符「 ( ) 」 ,所以沒有調用。
  14. Without a reference, you copy the entire array or hash onto the function call stack, and then copy it again in the function

    如果不使用引用,就需要將整個數組或hash表復制到該函數的調用棧中,然後在函數中再次對其進行復制。
  15. To set a breakpoint on the exit point of a function call

    在函數調用的退出點上設置斷點
  16. If you want to look inside the function call. use

    如果要查看函數調用的內容,請使用「逐語句」 。
  17. On a nested function call, step into steps into the most deeply nested function

    在嵌套函數調用上, 「逐語句」將進入並單步執行嵌套最深的函數。
  18. This is the operating semantic that all remote procedure call mechanism implement since this is the standard function - call semantic in procedural and object - oriented programming languages

    這是所有的遠程過程調用( rpc )機制實現的操作語義,因為它是在過程性編程語言和面向對象的編程語言中的標準函數調用語義。
  19. Ing strings onto an array is time - intensive ; first of all, we have a function call which means pushing items onto a stack, and then taking them off, and we also have the additional array management overhead

    到一個字元串中非常耗時;首先,我們要執行一次函數調用(這會涉及壓棧和出棧操作) ,還要添加額外的數組管理工作。
  20. Minus 1 represents the oldest function call in the stack trace and the first frame pushed onto the call stack

    表示堆棧跟蹤中最早的函數調用以及推入到調用堆棧中的第一幀。
分享友人