pointer to function 中文意思是什麼

pointer to function 解釋
函數指示字
  • pointer : n 〈美國〉西點 (West Point) 軍官學校學員。n 1 指示者;指示物;(鐘、表的)指針;教鞭;〈口語〉...
  • to : adv 到某種狀態;〈特指〉到停止狀態;關閉。 ★也常和動詞結合,略去其後賓語,而構成成語: The door i...
  • function : n 1 功能,官能,機能,作用。2 〈常 pl 〉職務,職責。3 慶祝儀式;(盛大的)集會,宴會。4 【數學】...
  1. Passing a non - const pointer parameter to a function that expects a reference to a const pointer parameter

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

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

    獲得應用要調用的每個輸出函數的指針。
  4. 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

    虛調用推理如果某個虛調用或其他通過函數指針的調用頻繁指向特定的函數,按配置優化可以將一個按條件執行的直接調用插入這個頻繁指向的函數,並且可以內聯該直接調用。
  5. 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 、用類封裝堆數組指針等。
  6. The rewind ( ) function " rewinds " the position of the file pointer to the beginning of the file

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

    它是你用來往文件裏面寫東西用的.它會寫往文件指針指向的位置
  8. In this case, the platform invoke marshaler will retrieve the starting address of the array, add the offset, and pass the resulting pointer to the underlying native function

    在這種情況下,平臺調用封送拆收器將檢索數組的起始地址,添加偏移量,並將結果指針傳遞到基礎本機函數。
  9. Notice that you must pass the rect structure by reference, since the function expects a pointer to a rect type

    請注意,由於函數需要指向rect類型的指針,必須通過引用來傳遞rect結構。
  10. Note the added function getcurrentdata that does the list node pointer to data offset pointer math for you

    請注意添加的getcurrentdata ( )函數,該函數完成從鏈表節點指針到數據偏移指針的數學轉換。
  11. For example, and the pointer to function syntax was similarly extended

    ) ,類似地,還擴展了指向函數語法的指針(
  12. Pointer to the mapped function entry point

    指向被映射函數入口點的指針
  13. Member function to return a pointer to the

    成員函數返回一個指向
  14. Pointer to member function

    成員函數指針
  15. Converts an unmanaged function pointer to a delegate

    將非託管函數指針轉換為委託。
  16. You cannot pass an invalid function pointer to

    不能將無效的函數指針傳遞給
  17. The descriptor pointer is passed to a general function new ( ) to obtain a pointer to a data item, and this pointer is passed to a general function delete ( ) to recycle the associated resources

    程序代碼只能訪問頭文件,該文件僅僅聲明數據類型的描述符指針以及作用於該數據類型的操作。
  18. A callback is a pointer to a function, so if you want a processing function to notify you about some event you pass a pointer to another function ( the callback ) to the processing function

    回調是一個指向函數的指針,所以如果你希望一個處理函數通知你某些事件發生了,你可以傳遞一個指向其他函數的指針(回調)給處理函數。
  19. Declspec can only be applied to function declarations that return a pointer, such as

    Declspec僅適用於返回指針的函數聲明,如
  20. To create a pointer to a member function, the address - of operator

    要創建指向成員函數的指針,必須使用address - of運算符(
分享友人