英文字典中文字典


英文字典中文字典51ZiDian.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 在百度字典中的解释百度英翻中〔查看〕
dereference查看 dereference 在Google字典中的解释Google英翻中〔查看〕
dereference查看 dereference 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • Microsoft Support
    Microsoft Support is here to help you with Microsoft products Find how-to articles, videos, and training for Microsoft Copilot, Microsoft 365, Windows 11, Surface, and more
  • Contact Us - Microsoft Support
    Contact Microsoft Support Find solutions to common problems, or get help from a support agent
  • Account help - support. microsoft. com
    Get help for the account you use with Microsoft Find how to set up Microsoft account, protect it, and use it to manage your services and subscriptions
  • Microsoft 365 Customer Service and Support
    The type of support Microsoft provides for consumers depends on the product you're calling about and if you have a product for home or for business use It can also depend on if you want help for an issue with a service like OneDrive or Outlook com, or help with Windows, but you don't have an existing Microsoft 365 subscription
  • Home | Microsoft Community Hub
    Our community is a collaborative place to learn about our products and ask questions! Check out our most popular conversations!
  • How to sign in to Hotmail | Microsoft Support
    Microsoft always keeps an eye out for unusual sign-in activity, just in case someone else is trying to get into your account If you're travelling to a new place or using a new device, we might ask you to confirm that it really is you Read How to access Outlook com when traveling for more information How to get back into an old Hotmail account
  • Activate Windows - Microsoft Support
    Learn how to activate Windows using a product key or digital license, check your activation status, and link your Microsoft account
  • Windows help and learning - support. microsoft. com
    Find help and how-to articles for Windows operating systems Get support for Windows and learn about installation, updates, privacy, security and more
  • Microsoft Teams help learning
    Get help with your questions about Microsoft Teams from our how-to articles, tutorials, and support content
  • Outlook help learning - support. microsoft. com
    Get help with Outlook for Windows, the Outlook app, Outlook com, and more Find training videos, how-to articles, and Outlook support content





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