月亮词典
首页
查询
dereferencing
英音[ ˌdiːˈrefrənsɪŋ ] 美音[ ˌdiːˈrefrənsɪŋ ]
解除的关联
常用释义
词性释义
v.
解除(指针)的关联(dereference 的现在分词)
例句
全部
It
may
appear
to
be
a
binary
operator
that
takes
an
object
and
a
member
name
,
dereferencing
the
object
in order to
fetch
the
member
.
它可能表现得像二元操作符一样:接受一个对象和一个成员名。对对象解引用以获取成员。
Learn
to
understand
the
Perl
notation
for
anonymous
array
references
and
dereferencing
array
elements
.
学习理解匿名数组引用和解除数组元素引用的Perl符号。
The
result
of
dereferencing
a
pointer
is
an
object
whose
type
matches
the
type
of the
pointer
.
对指针解引用的结果是一个对象,其类型与指针的类型匹配。
Dereferencing
a
pointer
yields
the
object
to
which the
pointer
points
.
对指针进行解引用操作获得该指针所指向的对象。
This
iterator
adaptor
caches the
result
of
dereferencing
the
underlying
iterator
.
这个迭代器适配器缓存底层迭代器解引用的结果。
Java
automatically
handles
the
referencing
and
dereferencing
of
objects
for
you
.
Java为我们自动处理引用和废除对象。
You
'll
find
arithmetic
operators
,
binary
operators
,
assignment
operators
,
and
pointer
dereferencing
.
您还可以找到算术操作符、二进制操作符、赋值操作符和指针废弃。
One
way
to
avoid
these
perils
is
for
your
combiner to
release
any
locks
before
dereferencing
a
slot
call
iterator
.
避免这些危险的一个方法是,让你的合并器在信号调用迭代器解引用之前释放锁。
Indeed
,
dereferencing
an
iterator
from
an
intrusive
list
is
performed
in
the
same
two
steps
as described
above
.
事实上,解引用一个来自于介入式链表的迭代器同样要执行以上两步。
Support
for
dereferencing
objects
which are
returned
from
methods
.
支持从方法中返回非关联对象。