• 委托一个方法的引用指针

    A Delegate is a reference pointer to a method.

    youdao

  • 一经验可以推广外部引用指针关联元素属性可能有用的。

    The lesson can be generalized as follows: a method for associating the attributes of elements with external reference points might have value.

    youdao

  • 对象变量赋给个,传递一个对象变量到过程仅有引用指针复制。

    When you assign one object variable to another, or pass an object variable to a procedure, only the reference pointer is copied.

    youdao

  • 委托方法引用指针允许我们方法作为一个变量传递方法作为回调函数的一个变量。

    Delegate is a reference pointer to a method. It allows us to treat method as a variable and pass method as a variable for a callback.

    youdao

  • 警告意味着取消引用指针所带来后果忽略,这会产生问题,那就是为何第一位置取消引用指针

    This warning indicates that the result of a pointer dereference is being ignored, which raises the question of why the pointer is being dereferenced in the first place.

    youdao

  • 变量任何列表时,您列表分配了一个指针引用

    When you assign any list to a variable, you're really assigning a pointer or reference to the list.

    youdao

  • 一些垃圾收集算法要求编译器或者运行时环境重要配合进行指针分配更新引用计数

    Some garbage collection algorithms require significant cooperation from the compiler or runtime environment, such as updating reference counts whenever a pointer assignment is performed.

    youdao

  • 返回一个函数指针可以任何其他引用一样使用它们。

    It returns a pointer to the function, which can then be used like any other reference value.

    youdao

  • 意味着引用类型可能有空指针但是数值类型不能有空

    That means a reference type can have a null pointer, but a value type cannot have a null value.

    youdao

  • 现在不要误会我:方法指针不是为了侵入代码或者获得人们现金引用

    Now, don't get me wrong: Method pointers aren't meant for hacking into code or obtaining references to people's cash!

    youdao

  • 通过使用引用可以告诉函数指向信息指针

    By using a reference, you tell the function to point to the information.

    youdao

  • 特性函数指针更强大,因为允许内部实例保持创建环境引用

    This feature is richer than function Pointers because it allows the inner class instance to retain a reference to the environment in which it was created.

    youdao

  • 指针引用进程数据而且永远特定于进程的。

    Base Pointers refer to data sections of the process, and are always process specific.

    youdao

  • 内存管理复杂性主要原因别名使用同一内存对象具有多个指针引用

    A primary contributor to the complexity of memory management is aliasing: having more than one copy of a pointer or reference to the same block of memory or object.

    youdao

  • 此类错误典型示例添加错误处理代码处理NULL指针错误引用,却没有查出无效引用真正原因

    A classic example of such a mistake is adding error handling code to take care of NULL Pointers or bad references without looking into the real cause of the invalid references.

    youdao

  • new函数除了构建一个包括对象引用以外,基本上没什么作用。而且可以看到其它函数在执行必须先将那个指针解开

    The new function basically does nothing besides building the object reference to contain that, and you can see that the other functions have to unpack the void pointer before getting down to business.

    youdao

  • 行代码C3,获取 eax中的指针将其存储内存位置为 049388C8实例引用

    The next line, C3, takes the pointer in eax and stores it back into the instance reference at memory location 049388C8.

    youdao

  • pop方法中,顶部指针递减之后,elements仍然会保留弹出堆栈对象引用

    In the pop method, after the top pointer is decremented, elements still maintains a reference to the object being popped off the stack.

    youdao

  • 运行使用64位指针(本机地址引用),因此64位运行时中的相同对象会占用更多空间

    A 64-bit runtime USES 64-bit Pointers (native address references), so the same Java object on 64-bit takes up more space than an object containing the same data on 32-bit.

    youdao

  • ClearQuestFTS索引ClearQuest用户数据库很多,因为存储指针识别引用项目字典

    A ClearQuest FTS index will be dramatically smaller than a ClearQuest user database because it is storing only a dictionary of terms that are identified and referenced by Pointers.

    youdao

  • 为了避免悬空指针(危险情况内存已经释放了,一个指针引用),必须最后引用释放之后删除对象

    To avoid dangling Pointers (the dangerous situation where a block of memory is freed but a pointer still references it), you must delete the object only after the last reference is released.

    youdao

  • 检测器null指针null的解引用(dereference)冗余比较

    Detector: null pointer dereference and redundant comparisons to null.

    youdao

  • 我们现在知道函数指针类型可以引用任何有一个int类型参数并且返回一个string类型方法

    We now know that this represents a function pointer type that can refer to any method taking a single int argument and returning a string.

    youdao

  • 通过请求uri this:paramoperand我们就可以不再引用operand指针

    By requesting the URI this: param: operand we are effectively asking to dereference the operand pointer.

    youdao

  • __user简单告诉编译器通过noderef应该解除这个指针引用因为当前地址空间没有意义的)。

    The __user macro simply tells the compiler (through noderef) that the pointer should not be dereferenced (as it's not meaningful in the current address space).

    youdao

  • 编程基础变量数据类型引用指针作用域错误处理迭代核心算法-搜索排序

    The basics of Programming (variables, data types, references, pointers, scope, error handling, iteration, core algorithms - searching, sorting, etc.)

    youdao

  • 这个补丁通过已缓存引用一个序列号转换为指向队列最高过去已经选择性应答)的指针从而对此情况加以优化

    The patch optimizes this case by converting the cached reference from a sequence number to a pointer to the highest packet in the queue that has been SACKed in the past.

    youdao

  • 所以如果字节序列可以一个指向被分配内存指针,那么收集器标记正在引用

    So, if a sequence of bytes could be a pointer to a piece of allocated memory, it marks it as being referenced.

    youdao

  • 引用应用程序的特定指针,该指针指向通常存在大的上下文(服务器集群)中并且多方使用对象

    A reference is an application specific pointer to an object that usually lives in a larger context, such as a server or cluster, and is used by multiple parties.

    youdao

  • rollback语句之后指针任何后续引用导致一个错误表示指针关闭

    Any subsequent reference to the cursor after the ROLLBACK statement results in an error indicating that the cursor was closed.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定