A null reference pointer was passed to the stub.
向占位程序传送了空的索引指针。
In a WSIL, a reference pointer is used to connect to a business or service published in a UDDI registry.
在WSIL 中,参考指示用来连接公布在UDDI注册中心的企业或服务。
When you assign one object variable to another, or pass an object variable to a procedure, only the reference pointer is copied.
当将一个对象变量赋给另一个,或传递一个对象变量到过程,仅有引用指针被复制。
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.
委托是一个方法的引用指针。它允许我们将方法作为一个变量并传递方法作为回调函数的一个变量。
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.
这个补丁通过把已缓存的引用从一个序列号转换为指向队列中最高的包(过去已经选择性应答)的指针从而对此情况加以优化。
Some garbage collection algorithms require significant cooperation from the compiler or runtime environment, such as updating reference counts whenever a pointer assignment is performed.
一些垃圾收集算法要求编译器或者运行时环境的重要配合,如当进行指针分配时更新引用计数。
It returns a pointer to the function, which can then be used like any other reference value.
它返回一个函数指针,可以像任何其他引用值一样使用它们。
That means a reference type can have a null pointer, but a value type cannot have a null value.
这意味着引用类型可能有空指针,但是数值类型不能有空值。
The next line, C3, takes the pointer in eax and stores it back into the instance reference at memory location 049388C8.
下一行代码,C3,获取 eax中的指针并将其存储回内存位置为 049388C8的实例引用。
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仍然会保留对将弹出堆栈的对象的引用。
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函数除了构建一个包括它的对象引用以外,基本上没什么作用。而且您可以看到,其它的函数在执行前必须先将那个空指针解开。
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.
引用是应用程序的特定指针,该指针指向通常存在于更大的上下文(如服务器或集群)中并且供多方使用的对象。
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.
内存管理复杂性的主要原因是别名使用:同一块内存或对象具有多个指针或引用。
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.
当具有基类的引用或指针,但需要执行不是基类组成部分的派生类操作的时候,需要动态的强制类型转换。
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.
如果基类成员与派生类成员接受的实参不同,就没有办法通过基类类型的引用或指针调用派生类函数。
The dynamic type of an object (as opposed to a reference or pointer) is always the same as the static type of the object.
对象的动态类型总是与静态类型相同,这一点与引用或指针相反。
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.
如果函数是虚函数,并且调用是通过引用或者指针,编译器基于动态类型生成代码确定调用哪个版本。
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。
Freeing a reference vs freeing a pointer? Can we tell whether an argument is a reference or a pointer?
释放一个参考与释放一个指针?我们可以告诉是否一个参数是一个引用或指针?
The static analysis of member call is defined as determining the type of member function pointer or reference in compiling stage.
在面向对象程序设计中,成员调用的静态分析是指在编译阶段确定调用成员函数指针或引用的类型。
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.
每个对象都有一些附加字节,通用语言运行库用来管理对象,如对象的虚表指针和同步锁定引用。
As others have mentioned, the "value" that is passed for a reference type is a pointer.
其他人则提到,“价值”为引用类型传递指针。
It was this reason, in large part, which motivated the choice of pointer syntax for the declaration of objects of managed reference types.
从很大程度上说,正是这个原因,促成了对托管引用类型的对象的声明使用指针语法的选择。
Reference types - same as pointer types, except that a reference type cannot be NULL.
引用类型—与指针类型相同,只是引用类型不能为NULL。
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.
另外,函数指针只包含对特定函数的引用,而委托由对对象的引用以及对该对象内一个或多个方法的引用组成。
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.
另外,函数指针只包含对特定函数的引用,而委托由对对象的引用以及对该对象内一个或多个方法的引用组成。
应用推荐