dereference
n. 废弃;解除参照
2025-10-08 12:04 浏览次数 7
n. 废弃;解除参照
explicit dereference显式地解引用
dereference operationdereference操作
pointer dereference指针引用内存
supersession废弃;代替
no dereference非解除参考
dereference E解引用
Dereference assignment解引用赋值
dereference operator解参考运算子
obsoleteness废弃
dereference detail解除参照
dereference U解引用
in case you「re not up on your stl, recall that for iterators the dereference operator returns the current object, so the line inside the for loop in the preceding snippet is equivalent to
如果你对stl不熟悉,去看看有关迭代器反引用操作符的内容,它返回当前指向的对象,上面代码段中,for循环里的代码等同于
like the subscript and dereference operators, assignment returns an lvalue.
与下标和解引用操作符一样,赋值操作也返回左值。
by requesting the uri this:param:operand we are effectively asking to dereference the operand pointer.
通过请求urithis:param:operand,我们就可以不再引用operand指针。
since the spe does not have direct access to main memory, you cannot directly dereference this as a pointer.
由于spe不能直接访问主存,所以无法直接将其作为一个指针废弃。
you, as a programmer, would dereference that pointer and look at the data in that node, perhaps change it or do something with it.
你,作为一个程序员,将解除引用的指针,并期待在该节点上的数据,可能会改变它或用它做什么。
null pointer dereference fault is ubiquitous in the program with pointers. it is difficult to locate fault sources adopting dynamic testing method.
空指针态引用故障在使用指针的程序中是普遍存在的,采用动态测试方法进行测试难以準确定位故障源。
through pointer mapping set and fault model, it can detect null pointer dereference faults automatically and increases the testing efficiency.
通过指针映射集和故障模型,可以自动检测空指针引用内存故障,提高了测试效率。
「the future」 or not, it」s getting a bit silly for gui application developers to perpetually be one bad pointer dereference away from scribbling all over their application「s memory.
不管「未来」到达与否,开发者为了一个损坏的指针不断的遍历内存,多少是有些愚蠢的事情了。
okay. i」ll dereference the pointer x 42 to store the number 42 into its pointee.
好的,我废除这个指针,在指针数据中存储数字。
otherwise, you will need to use either the -h or -l options of ls to dereference the link and give you information about the target.
否则,您需要使用ls 命令的-h或-l选项取消引用链接并提供有关目标的信息。
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对象没有意义。
through pointer mapping sets and fault model, it can detect bad deallocation, memory leak and null pointer dereference faults automatically and increase the testing efficiency.
通过指针映射集和故障模型,可以自动检测内存释放异常、内存泄露和空指针引用等动态内存故障,提高了测试效率。
in addition to creating scheme variables in c, you can also dereference scheme variables and convert values between the two environments.
除了在c 中创建scheme变量外,还可以取消引用scheme变量,在两个环境之间转换值。
gas uses a circular brace to dereference the same value: (var1).
gas使用圆括号间接引用同样的值:(var1)。
you can use a urn to talk about a resource without implying its location or how to dereference it.
可以用urn 表示资源,而不用指明资源的位置或者如何取消对它的引用。
specify your structure and the list variable within your structure, which is used internally to dereference back to the container.
指定您的结构和结构之内的列表变量,后者用于在内部取消引用,返回容器。
now that the scheme variable has been created, you can simply call the scheme function square2 (this time without an argument) and follow the same process to grab and dereference the return value.
现在已经创建了scheme变量,接下来就可以调用scheme函数square2(这一次没有参数),并用相同的方式捕捉和取消引用返回值。
instead of coordinating the import and export of data from one hand-coded interface to another, you can just link it all up and expect everyone to dereference and recognise your data.
与协调两个手工编码的接口间数据的导入导出不同,你只能把它们全都链接起来,并指望人们可以提取(derefernce)和发现你的数据。
also, the dereference operator, which allows reading and writing to a pointer.
另外还用作取消引用运算符,允许读取和写入指针。