function pointers 中文意思是什麼

function pointers 解釋
函數指針
  • function : n 1 功能,官能,機能,作用。2 〈常 pl 〉職務,職責。3 慶祝儀式;(盛大的)集會,宴會。4 【數學】...
  • pointers : 波因特斯
  1. Provides methods to work with arrays, pointers, function pointers and byref types

    提供處理數組、指針、函數指針和byref類型的方法。
  2. Provides methods to work with arrays, pointers, function pointers, and byref types

    提供處理數組、指針、函數指針和byref類型的方法。
  3. If the name denotes a valid class attribute that is a function object, a method object is created by packing ( pointers to ) the instance object and the function object just found together in an abstract object : this is the method object

    如果這個命名確認為一個有效的函數對象類屬性,就會將實例對象和函數對象封裝進一個抽象對象:這就是方法對象。
  4. A swap function using pointers, which are passed by value, looks like this

    使用指針的交換函數類似以下代碼,其中指針是按值傳遞的:
  5. The comparison of function pointers is not permitted under

    下不允許比較函數指針。
  6. How to : marshal function pointers using pinvoke

    >如何:使用pinvoke封送函數指針
  7. These two statements set the function pointers for entry points elsewhere in the driver. i elected to give them simple names indicative of their function : driverunload and adddevice

    在驅動中別的地方,這兩個聲明為入口點設置函數指示器。我建議給它們起簡單的名字來指示它們的函數:驅動卸載和添加設備。
  8. And the compiler will treat pointers to function descriptors as

    進行編譯,並且編譯器將指向函數說明符的指針視為
  9. Suppresses the creation of frame pointers on the call stack for quicker function calls

    取消在調用堆棧上創建框架指針,以更快地進行函數調用。
  10. The conversion function identified by handler requires as its arguments pointers to the input and output strings, along with the length of each

    由句柄指定的轉換函數請求輸入、輸出字元中及它們的長度作為參數。
  11. The runtime supports reference types called delegates that serve a purpose similar to that of function pointers in c

    運行庫支持稱為委託的引用類型,其作用類似於c + +中函數指針的用途。
  12. While function pointers can only represent static functions, a delegate can represent both static and instance methods

    函數指針只能表示靜態函數,委託則可以同時表示靜態方法和實例方法。
  13. Similarly, function pointers are assumed to point to

    同樣,假定函數指針指向
  14. Marshal delegates as function pointers

    將委託作為函數指針進行封送處理。
  15. As a managed alternative to unmanaged function pointers

    作為非託管函數指針的託管替代內容。
  16. Access violations occur when attempting to call into managed code through function pointers that were obtained from managed delegates

    試圖通過從託管委託獲取的函數指針調入託管代碼時發生訪問沖突。
分享友人