dereference
英音[ ˌdiːˈrefrəns ] 美音[ ˌdiːˈrefrəns ]

废弃

常用释义

词性释义

n.

废弃;解除参照
例句
  • 全部
  • 废弃
迭代器类型定义了解引用操作符来返回迭代器所指向的对象。
对解引用操作的结果赋值是赋一个新值到相应的元素。
与下标和解引用操作符一样,赋值操作也返回左值。
Since the SPE does not have direct access to main memory, you cannot directly dereference this as a pointer.
由于SPE不能直接访问主存,所以无法直接将其作为一个指针废弃。
Dereference returns an lvalue, so we may use a dereference operator as the left-hand operand of an assignment.
解引用返回左值,因此可将解引用操作符用作赋值操作的左操作数。
由于加法操作和解引用操作的优先级不同,上述表达式中的圆括号是必要的。
更好地跟踪可能由取消指针引用所修改的项组,减少加载和存储的数目。
因此,在对未初始化的指针进行解引用时,通常会导致程序崩溃。
Operator is also used to declare pointer types and to dereference pointers.
运算符还用来声明指针类型和取消引用指针。
空指针引用的错误在C++程序中普遍存在,面向故障的静态测试方法应该很好地针对这种故障模式。
除了在C中创建Scheme变量外,还可以取消引用Scheme变量,在两个环境之间转换值。
NASM使用方括号间接引用一个内存位置指向的地址值:[var1]。
If there is no dereference , then the pointer itself is being changed.
如果没有使用解引用操作,则修改的是指针本身的值。
You can use a URN to talk about a resource without implying its location or how to dereference it.
可以用URN表示资源,而不用指明资源的位置或者如何取消对它的引用。
尝试取消引用空对象引用时引发的异常。
解引用操作符的优先级比加法操作符高。
解引用操作符和箭头操作符常用在实现智能指针(第13.5.1节)的类中。
否则,您需要使用ls命令的-H或-L选项取消引用链接并提供有关目标的信息。
指定您的结构和结构之内的列表变量,后者用于在内部取消引用,返回容器。
Use HTTP URIs so that people can locate and look up (dereference) these things.
使用HTTPURI使人们能够定位和查找(反向引用)这些事物。
1·Since the SPE does not have direct access to main memory, you cannot directly dereference this as a pointer.
由于 SPE 不能直接访问主存,所以无法直接将其作为一个指针废弃。
2·Equally clearly, int or double may not: find uses the expression *first, and the dereference operator makes no sense for an object of type int or of type double.
同样的,或者不是int 和double:find使用表达式 *first,这个废弃的操作使int对象或者double对象没有意义。
3·In other words, don't take an address that a user-mode application provides and treat that address as a pointer that we can directly dereference.
换句话说,不要提取一个用户模式应用提供的地址,并且把那个地址看成一个我们可以直接废弃的指示器。
同义词
n.
废弃;解除参照