function pointer 中文意思是什麼

function pointer 解釋
函數指針
  • function : n 1 功能,官能,機能,作用。2 〈常 pl 〉職務,職責。3 慶祝儀式;(盛大的)集會,宴會。4 【數學】...
  • pointer : n 〈美國〉西點 (West Point) 軍官學校學員。n 1 指示者;指示物;(鐘、表的)指針;教鞭;〈口語〉...
  1. The client executable must call the exported functions through a function pointer

    客戶端可執行部分通過函數指針訪問輸出函數。
  2. Passing a non - const pointer parameter to a function that expects a reference to a const pointer parameter

    將非常數指針參數傳遞給需要常數指針參數的引用的函數
  3. Non - ansi casting of a function pointer to a data pointer

    將函數指針以非ansi方式轉換為數據指針:
  4. Call getprocaddress to obtain a function pointer to each exported function that the application wants to call

    獲得應用要調用的每個輸出函數的指針。
  5. Virtual call speculation if a virtual call, or other call through a function pointer, frequently targets a certain function, a profile - guided optimization can insert a conditionally - executed direct call to the frequently - targeted function, and the direct call can be inlined. register allocation

    虛調用推理如果某個虛調用或其他通過函數指針的調用頻繁指向特定的函數,按配置優化可以將一個按條件執行的直接調用插入這個頻繁指向的函數,並且可以內聯該直接調用。
  6. Finally discuss the refinement of system " s code, based on the rules : one function one responsibility, use class to encapsulate the pointer which point to heap array and so on

    最後以系統中代碼為例,講述了代碼改進的過程。基於這樣的規則: onefunctiononeresponsibility 、用類封裝堆數組指針等。
  7. The rewind ( ) function " rewinds " the position of the file pointer to the beginning of the file

    函數的作用是:將文件指針的位置倒回到文件的開頭。
  8. The writefile function writes data to a file at the position specified by the file pointer

    它是你用來往文件裏面寫東西用的.它會寫往文件指針指向的位置
  9. Pointer types and function pointer types are not cls - compliant

    指針類型和函數指針類型是不符合cls的。
  10. The managed module defines a delegate that is marshaled to the native code as a function pointer and uses the

    託管模塊定義將作為函數指針封送給本機代碼的委託,並使用
  11. The compiler automatically marshals the delegate to unmanaged functions as a function pointer and inserts the necessary managed unmanaged transition code

    編譯器自動將委託作為函數指針封送給非託管函數,並插入必要的託管/非託管轉換代碼。
  12. Converts an unmanaged function pointer to a delegate

    將非託管函數指針轉換為委託。
  13. That provides the functionality of a function pointer

    ) ,該類型提供函數指針的功能。
  14. You cannot pass an invalid function pointer to

    不能將無效的函數指針傳遞給
  15. Object is garbage collected, the function pointer passed to

    對象被執行垃圾回收,傳遞給
  16. The delegate acts as a function pointer in native code

    在本機代碼中,該委託充當函數指針。
  17. A delegate is equivalent to a function pointer

    委託等效于函數指針。
  18. Is a type that safely encapsulates a method, similar to a function pointer in c and c

    是一種安全地封裝方法的類型,它與c和c + +中的函數指針類似。
  19. An unmanaged function pointer is also a traditional c pointer that refers to the address of a function

    非託管函數指針也是傳統c + +指針,指向函數的地址。
  20. Specify a valid function pointer

    指定有效的函數指針
分享友人