英文字典中文字典


英文字典中文字典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英翻中〔查看〕





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


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

































































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


  • Download the YouTube mobile app
    Download the YouTube app for a richer viewing experience on your smartphone
  • YouTube ヘルプ
    YouTube コミュニティで学ぶ、共有する ディスカッションに参加する YouTube ヘルプ フォーラムで、エキスパートや他のユーザーと交流しよう。 サポート。豊富な知識。技術力。 トップレベル ユーザーとは、豊富な知識を生かしてフォーラムに積極的に参加しているユーザーです。
  • مساعدة YouTube
    مركز مساعدة YouTube الرسمي حيث يمكنك العثور على نصائح وبرامج تعليمية حول استخدام المنتج وأجوبة أخرى للأسئلة الشائعة
  • YouTube Help
    Het officiële Helpcentrum van YouTube waar u tips en handleidingen voor het gebruik van het product en andere antwoorden op veelgestelde vragen kunt vinden
  • YouTube Hjälp
    Officiellt hjälpcenter för YouTube Här hittar du tips om produkten och vägledning för hur du använder den Här finns även svar på andra vanliga frågor
  • Create an account on YouTube
    Once you've signed in to YouTube with your Google Account, you can create a YouTube channel on your account YouTube channels let you upload videos, leave comments, and create playlists
  • YouTube說明
    深入瞭解 YouTube YouTube 說明影片 瀏覽我們的影片庫,查看各項實用訣竅、功能簡介和逐步操作教學課程。
  • YouTube帮助
    您可以在 YouTube 官方帮助中心找到各种提示和辅导手册,从中了解如何使用本产品以及其他常见问题的答案。
  • YouTube - Pomoc
    Oficjalne Centrum pomocy produktu YouTube, w którym można znaleźć porady i samouczki na temat korzystania z produktu, jak również odpowiedzi na najczęściej zadawane pytania
  • YouTube-Hilfe - Google Help
    Offizielle YouTube-Hilfe, in der Sie Tipps und Lernprogramme zur Verwendung des Produkts sowie weitere Antworten auf häufig gestellte Fragen finden





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