英文字典中文字典Word104.com



中文字典辭典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z   







請輸入英文單字,中文詞皆可:

dereference    
復引用

復引用

To access the thing to which a pointer points,
i.e. to follow the pointer. E.g. in {C}, the declarations

int i;
int *p = &i;

declare i as an integer and p as a pointer to integer. p is
initialised to point at i ("&i" is the address of i - the
inverse of "*"). The expression *p dereferences p to yield i
as an {lvalue}, i.e. something which can appear either on the
left of an {assignment} or anywhere an integer expression is
valid. Thus

*p = 17;

would set i to 17. *p is not the same as i however since
it is parsed as *(p), i.e. increment p (which would be an
invalid thing to do if it was pointing to a single int, as in
this example) then dereference p's old value.

The {C} operator "->" also dereferences its left hand argument
which is assumed to point to a {structure} or {union} of which
the right hand argument is a {member}.

At first sight the word "dereference" might be thought to mean
"to cause to stop referring" but its meaning is well
established in jargon.

(1998-12-15)

請選擇你想看的字典辭典:
單詞字典翻譯
dereference查看 dereference 在Google字典中的解釋Google英翻中〔查看〕
dereference查看 dereference 在Yahoo字典中的解釋Yahoo英翻中〔查看〕





安裝中文字典英文字典查詢工具!


中文字典英文字典工具:
選擇顏色:
輸入中英文單字

































































英文字典中文字典相關資料:
  • What does dereferencing a pointer mean in C C++?
    When you want to access the data value in the memory that the pointer points to - the contents of the address with that numerical index - then you dereference the pointer
  • Dereference Pointer in C - GeeksforGeeks
    When we dereference a pointer, we deal with the actual data stored in the memory location it points to When we write *ptr, the compiler looks at the address stored in the pointer, goes to that memory location, and accesses or changes the actual data stored there — not a copy
  • dereference - Wiktionary, the free dictionary
    Noun dereference (plural dereferences) The act by which something is dereferenced
  • dereference verb - Definition, pictures, pronunciation and usage notes . . .
    Definition of dereference verb in Oxford Advanced Learner's Dictionary Meaning, pronunciation, picture, example sentences, grammar, usage notes, synonyms and more
  • C++ Dereferencing - W3Schools
    Note that the * sign can be confusing here, as it does two different things in our code: When used in declaration (string* ptr), it creates a pointer variable When not used in declaration, it act as a dereference operator
  • Dereference - definition of Dereference by The Free Dictionary
    Define Dereference Dereference synonyms, Dereference pronunciation, Dereference translation, English dictionary definition of Dereference n 1 A star-shaped figure used chiefly to indicate an omission, a reference to a footnote, or an unattested word, sound, or affix 2 Mathematics A symbol
  • Dereference Definition Meaning | YourDictionary
    Dereference definition: (programming, of a memory location) To obtain the value stored therein in an execution context which interprets that value as the <a>address< a> of a memory location
  • Dereference vs. Reference - Whats the Difference? | This vs. That
    Dereference allows for indirect access to a variable's value, while reference allows for passing variables by reference Dereference is commonly used in languages like C and C++, while reference is more prevalent in languages like C++ and Java
  • C++ Dereferencing Explained - Udacity
    Dereference allows us to look at or even change values at specific locations without having to carry those values with us to different memory locations throughout our code
  • dereference: Explore its Definition Usage | RedKiwi Words
    'Dereference' means to obtain the value of an object or variable that a pointer is pointing to, or to access the contents of a memory location using its address It is commonly used in programming and computer science





中文字典-英文字典  2005-2009

|中文姓名英譯,姓名翻譯 |简体中文英文字典