pointer variable 中文意思是什麼

pointer variable 解釋
指示字變量
  • pointer : n 〈美國〉西點 (West Point) 軍官學校學員。n 1 指示者;指示物;(鐘、表的)指針;教鞭;〈口語〉...
  • variable : adj 1 易變的,變化無常的,無定的 (opp constant steady)。2 可變的,能變的;變換的。3 【數學】變...
  1. The pointer indirection operator can be used to access the contents at the location pointed to by the pointer variable

    指針間接尋址運算符*可用於訪問位於指針變量所指向的位置的內容。
  2. 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

    在這個過程請求宏大結果的時候, (進行)死鎖預防和意外卸下處理,包括一個機制,憑借這個機制文件系統驅動可以中斷在相同線程中用於深層遞歸的自動變量的指示器(就是說,在調用/返回堆棧上分配一個) 。
  3. Pointer to the variable where the high - order word of the file size is returned. this parameter can be null if the application does not require the high - order word

    就是說有的應用程序要求文件大小的高位元組的返回值。一般不用這個,直接用null代替即可。
  4. [ out ] pointer to the variable where the high - order word of the file size is returned. this parameter can be null if the application does not require the high - order word

    就是說有的應用程序要求文件大小的高位元組的返回值。一般不用這個,直接用null代替即可。
  5. The pointer variable must be within the current scope

    指針變量必須在當前范圍內。
  6. The value of the pointer variable of type

    類型的指針變量的值是
  7. Creates a new internal pointer variable

    創建新的內部指針變量
  8. From any window, select a memory address or pointer variable containing a memory address

    從任意窗口中選擇內存地址或包含內存地址的指針變量。
  9. Creates an internal pointer type variable

    創建內部指針類型變量
  10. Notice that the pointer points to the lowest addressed byte of the variable

    的指針。注意,該指針指向變量的最低地址位元組。
  11. Warning c6308 : realloc may return null pointer : assigning a null pointer to variable, which is passed as an argument to realloc, will cause the original memory block to be leaked

    警告c6308 : 「 realloc 」可能返回空指針:將空指針賦給< variable > (後者將作為參數傳遞給「 realloc 」 )將導致原始內存塊泄漏
  12. If the pointer was set in a fixed block, the variable to which it points may no longer be fixed

    如果將指針設置在固定的塊中,它所指向的變量可能不再是固定的。
  13. Pointers are 64 - bit on 64 - bit platforms, and you will truncate the pointer value if you assign it to a 32 - bit variable

    在64位平臺上,指針為64位,如果將該指針賦給32位變量,則應截斷該指針值。
  14. Pointer to variable that receives the completion key value associated with the file handle whose i / o operation has completed. completion key is per - file key that is specified in call to createiocompletionport

    所以在使用這個函數的時候只需要將此處填一相應數據結構的空指針就可以了.上面的解釋只有大家自己擺平了
  15. [ out ] pointer to variable that receives the completion key value associated with the file handle whose i / o operation has completed. completion key is per - file key that is specified in call to createiocompletionport

    所以在使用這個函數的時候只需要將此處填一相應數據結構的空指針就可以了.上面的解釋只有大家自己擺平了
  16. Null pointer might not compare equal with a variable that has the value 0

    空指針與指向0的指針有所不同。
  17. A pointer to a variable of this type is passed to the

    指向該類型變量的指針被傳遞到
分享友人