Following each of these prerequisite steps is a pointer to relevant reference information.
下面的每个前提步骤都是一个到相关参考信息的指针。
When you assign any list to a variable, you're really assigning a pointer or reference to the list.
当您将一个变量赋值给任何列表时,您就为该列表分配了一个指针或引用。
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.
这个补丁通过把已缓存的引用从一个序列号转换为指向队列中最高的包(过去已经选择性应答)的指针从而对此情况加以优化。
It returns a pointer to the function, which can then be used like any other reference value.
它返回一个函数指针,可以像任何其他引用值一样使用它们。
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.
内存管理复杂性的主要原因是别名使用:同一块内存或对象具有多个指针或引用。
In a WSIL, a reference pointer is used to connect to a business or service published in a UDDI registry.
在WSIL 中,参考指示用来连接公布在UDDI注册中心的企业或服务。
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仍然会保留对将弹出堆栈的对象的引用。
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.
为了避免悬空指针(一种危险的情况,即一块内存已经被释放了,而一个指针还在引用它),必须在最后的引用释放之后才删除对象。
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.
引用是应用程序的特定指针,该指针指向通常存在于更大的上下文(如服务器或集群)中并且供多方使用的对象。
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函数除了构建一个包括它的对象引用以外,基本上没什么作用。而且您可以看到,其它的函数在执行前必须先将那个空指针解开。
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.
当具有基类的引用或指针,但需要执行不是基类组成部分的派生类操作的时候,需要动态的强制类型转换。
The dynamic type of an object (as opposed to a reference or pointer) is always the same as the static type of the object.
对象的动态类型总是与静态类型相同,这一点与引用或指针相反。
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。
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.
委托是一个方法的引用指针。它允许我们将方法作为一个变量并传递方法作为回调函数的一个变量。
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.
如果基类成员与派生类成员接受的实参不同,就没有办法通过基类类型的引用或指针调用派生类函数。
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.
每个对象都有一些附加字节,通用语言运行库用来管理对象,如对象的虚表指针和同步锁定引用。
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.
如果函数是虚函数,并且调用是通过引用或者指针,编译器基于动态类型生成代码确定调用哪个版本。
When you assign one object variable to another, or pass an object variable to a procedure, only the reference pointer is copied.
当将一个对象变量赋给另一个,或传递一个对象变量到过程,仅有引用指针被复制。
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.
另外,函数指针只包含对特定函数的引用,而委托由对对象的引用以及对该对象内一个或多个方法的引用组成。
Linking occurs when your code is bound to a type reference, including function pointer references and method calls.
当您的代码绑定到类型引用(包括函数指针引用和方法调用)时,就会进行链接。
Gets an array of the specified type, or a pointer or reference to the specified type.
获取指定类型的数组、或一个指向指定类型的指针或对指定类型的引用。
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语言引用型变理的实现机制进行了初步探讨。
When passed by reference, a pointer to a pointer to the type is passed on the stack.
当通过引用传递时,该类型的指针的指针在堆栈上传递。
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.
所以,对象实际上导出另外的函数来增加引用计数:对象指针的拥有者能够告诉对象它把指针给别人用了。
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),且我们的“二维指针”会接收对象实例的指针。
A null reference pointer was passed to the stub.
向占位程序传送了空的索引指针。
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.
如果形参是数组的引用,编译器不会将数组实参转化为指针,而是传递数组的引用本身。
Structures are value types and classes are reference types - classes always provide at least one level of memory indirection (a pointer to a value).
结构是值类型,类是引用类型-类始终提供至少一级内存间接寻址(指向某一值的指针)。
Structures are value types and classes are reference types - classes always provide at least one level of memory indirection (a pointer to a value).
结构是值类型,类是引用类型-类始终提供至少一级内存间接寻址(指向某一值的指针)。
应用推荐