pointer structure 中文意思是什麼

pointer structure 解釋
指示字結構
  • pointer : n 〈美國〉西點 (West Point) 軍官學校學員。n 1 指示者;指示物;(鐘、表的)指針;教鞭;〈口語〉...
  • structure : n. 1. 構造,結構;組織;石理,石紋。2. 建造物。3. 【化學】化學結構。4. 【心理學】(直接經驗中顯現的)結構性,整體性;整體結構。adj. -d ,-less adj.
  1. This paper studied circular queue this basic data structure, discussed the influence of four settings of the front and rear pointer on enqueue and dequeue algorithm pointed out the key problem of writing simple algorithm is the setting of the initial value of the front and rear pointer, summarized the initial value setting and enqueue and dequeue algorithms of four types of front and rear pointer setting

    本文研究了一種基本的數據結構? ?循環隊列,討論了循環隊列的四種頭尾指針的設置方法對入隊、出隊演算法實現的影響,說明要寫出簡單出入隊演算法的關鍵在於頭尾指針初值的設置,總結了四種頭尾指針約定下合理的初值設置和出入隊演算法。
  2. Is the pointer to the structure containing the new access modified time for the file

    是一個指向包含該文件的新訪問/修改時間結構的指針。
  3. Pointer to a security _ attributes structure that determines whether the returned handle can be inherited by child processes. if lpmutexattributes is null, the handle cannot be inherited

    這個變量只是為了在生成子進程的時候將這個句柄可以被繼承的!直接設置為null
  4. For instance, when perl interfaces with a c library, a common trick is to store a pointer to the c structure in a scalar reference, which perl can use as its object, and the xs glue code can use to get the real c structure back

    例如,當perl與c庫連接時,常用的竅門是將指向c結構的指針存儲在標量引用中, perl可將該標量引用當作它的對象來使用,而xs粘接代碼( glue code )可用該標量引用取回真正的c結構。
  5. I find it easiest to mimic the pattern of structure declaration used in the official ddk, so i declared this device extension as a structure with a tag as well as a type and pointer - to - type name

    我發現:很容易模仿在正式的ddk種使用的結構聲明的模式,所以我把這個設備擴展名聲明稱一個結構,伴隨標簽和類型以及類型指針名稱。
  6. This structure contains a single pointer to the first element on the list

    這個結構體包含一個指向鏈表第一個元素的指針。
  7. A data structure in which the last pointer of a chain list references the first element in the same list

    一種數據結構,在這種數據結構中,鏈表中最後一個指示字指向該表中的第一個數據元。
  8. Notice that you must pass the rect structure by reference, since the function expects a pointer to a rect type

    請注意,由於函數需要指向rect類型的指針,必須通過引用來傳遞rect結構。
  9. A singly linked list is a data structure that has an ordered sequence of nodes in which each node contains a data element and a pointer to the next node in the sequence

    單鏈表是擁有有序節點序列的數據結構,其中,每個節點包含一個數據元素以及一個指向序列中下一個節點的指針。
  10. In order to store arbitrary types of data within a node, i will define a structure that will be handled directly in the case of basic c data types, but will be handled via a pointer in cases of complex types

    為了在一個節點中存儲任意類型的數據,我將定義一個結構,它將直接處理基本的c數據類型,但通過指針來處理復雜的類型。
  11. A pointer to an exception information structure, which is filled in only if

    指向異常信息結構的指針,該結構僅在返回
  12. Pointer to a memory _ basic _ information structure in which information about the specified page range is returned

    輸出參數,指向memory _ basic _ information結構的指針,該結構用來返回你指定的頁面地址范圍內的內存的詳細信息。
  13. [ out ] pointer to a memory _ basic _ information structure in which information about the specified page range is returned

    輸出參數,指向memory _ basic _ information結構的指針,該結構用來返回你指定的頁面地址范圍內的內存的詳細信息。
  14. There is a close relationship between two data structure types. in this case, one of the two often maintains a pointer initialized to the address of the second one

    二種數據結構類型之間有緊密的關系。在這情況,其中一個經常會維持一個指針到第二個類型的住址去設定初值。
  15. Pointer to a debughookinfo structure that contains the parameters to be passed to the destination hook procedure

    指向debughookinfo結構的指針,包含要傳送到目的鉤子常式的參數。
分享友人