• Following each of these prerequisite steps is a pointer to relevant reference information.

    下面每个前提步骤一个相关参考信息指针

    youdao

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

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

    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

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

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

    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

  • In a WSIL, a reference pointer is used to connect to a business or service published in a UDDI registry.

    WSIL 中,参考指示用来连接公布UDDI注册中心企业服务

    youdao

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

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

    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

  • 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

  • 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.

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

    youdao

  • Dynamic casts are needed when we have a reference or pointer to a base class but need to perform operations from the derived class that are not part of the base class.

    具有引用指针需要执行不是基类组成部分派生操作时候,需要动态强制类型转换

    youdao

  • The dynamic type of an object (as opposed to a reference or pointer) is always the same as the static type of the object.

    对象动态类型总是静态类型相同一点与引用指针相反

    youdao

  • This means that you cannot compile using -fomit-frame-pointer and that any registers that you save on the stack should be done in reference to % ebp instead of % esp.

    意味着不能使用-fomit - frame - pointer进行编译所有寄存器向保存参照%ebp而不是% esp。

    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

  • If the base member took different arguments than the derived-class member, there would be no way to call the derived function from a reference or pointer to the base type.

    如果成员派生类成员接受实参不同没有办法通过基类类型引用指针调用派生函数

    youdao

  • Every object has some additional bytes that the common language runtime USES to manage the object, such as the object's virtual table pointer and a reference to a sync block.

    每个对象都有一些附加字节通用语言运行库用来管理对象,对象指针同步锁定引用

    youdao

  • If the function is virtual and the call is through a reference or pointer, then the compiler generates code to determine which version to run based on the dynamic type of the object.

    如果函数函数,并且调用通过引用或者指针编译器基于动态类型生成代码确定调用哪个版本

    youdao

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

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

    youdao

  • In addition, where a function pointer contains only a reference to a particular function, a delegate consists of a reference to an object, and references to one or more methods within the object.

    另外函数指针包含特定函数的引用而委托对象引用以及对该对象多个方法引用组成。

    youdao

  • Linking occurs when your code is bound to a type reference, including function pointer references and method calls.

    代码绑定类型引用(包括函数指针引用方法调用)时,就会进行链接

    youdao

  • Gets an array of the specified type, or a pointer or reference to the specified type.

    获取指定类型数组一个指向指定类型指针或指定类型的引用

    youdao

  • This paper tentatively analyzes the realization mechanism of a reference type variable in C, and compares reference and pointer so as to deepen the comprehension of reference.

    准确理解C语言引用本质,对C语言引用理的实现机制进行了初步探讨

    youdao

  • When passed by reference, a pointer to a pointer to the type is passed on the stack.

    通过引用传递时,该类型指针的指针在堆栈传递。

    youdao

  • Therefore, the object actually exposes another function to increment the reference count: Whoever has a pointer to the object can tell the object that she or he just gave the pointer to somebody else.

    所以对象实际上导出另外函数增加引用计数:对象指针拥有者能够告诉对象它指针别人用了。

    youdao

  • We find our CLSID (here declared as a reference to a CLSID), and our "pointer to a pointer" that receives the pointer to the object's instance.

    我们发现我们CLSID(这里声明一个引用代表CLSID),我们的“二维指针接收对象实例指针。

    youdao

  • A null reference pointer was passed to the stub.

    占位程序传送索引指针

    youdao

  • If the parameter is a reference to the array, then the compiler does not convert an array argument into a pointer. Instead, a reference to the array itself is passed.

    如果数组引用编译不会数组实转化为指针而是传递数组的引用本身

    youdao

  • Structures are value types and classes are reference types - classes always provide at least one level of memory indirection (a pointer to a value).

    结构类型引用类型-始终提供至少一级内存间接寻址(指向某值的指针)。

    youdao

  • Structures are value types and classes are reference types - classes always provide at least one level of memory indirection (a pointer to a value).

    结构类型引用类型-始终提供至少一级内存间接寻址(指向某值的指针)。

    youdao

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

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

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