当前位置:乐沙网 > 英语单词大全 > dereference的意思

dereference是什么意思,dereference的意思翻译、用法、同义词、例句

输入单词

常用词典

  • n. 废弃;解除参照

  • 例句

  • The program contains a null pointer dereference.

    程序包含一个空指针引用。

  • The compiler detected an illegal dereference of a handle type.

    编译器检测到非法取消了对句柄类型的引用。

  • GAS USES a circular brace to dereference the same value: (var1).

    GAS使用圆括号间接引用同样的值:(var1)。

  • Detector: null pointer dereference and redundant comparisons to null.

    检测器:null指针对null的解引用(dereference)和冗余比较。

  • The compiler will correctly optimize away the gratuitous dereference.

    编译器将正确地进行优化,以去除不必要的取消引用。

  • 同义词

  • n.|obsoleteness/supersession;废弃;解除参照

  • 网络扩展资料

    单词词性:动词

    发音:/ˌdiːˈrefrəns/

    定义

    Dereference是一个计算机编程术语,用于从内存地址中获取指针所指向的实际数据值。它是指通过指针获取其所指向的内存地址中所存储的实际数据。

    用法

    以下是一个例句:

    • The programmer used the dereference operator to access the value stored in the memory location pointed to by the pointer variable. (程序员使用dereference运算符来访问指针变量指向的内存位置中存储的值)

    在以上例句中,“dereference运算符”指的是“*”符号,它在C语言中常被用于dereference操作。

    解释

    Dereference是指通过指针获取其所指向的内存地址中所存储的实际数据。在计算机编程中,指针是一个存储了变量地址的变量。通过使用指针,程序员可以访问和修改内存中的数据。然而,有时候我们需要通过指针获取其所指向的数据本身,而不是获取其地址。这就是dereference的作用。

    近义词

    • Indirection
    • Dereferencing

    反义词

    • Reference

    英语单词大全 请记住链接:https://danci.yuesha.com/dereference.html

    展开全部内容
    更多工具: