无法在远程调用中传递指针类型。
任何指针类型可以转换为整数型。
方法实际上既可以声明为值也可以声明为指针类型。
Methods can actually be declared on both value and pointer types.
因此,需要注意将整数值转换为指针类型的应用程序。
Therefore, applications casting integer values to pointer types might need attention.
用于把指针类型转换到整形以及转回到指针类型。
It is used to cast a pointer type to a wide enough integral type and back to the original pointer type.
在固定语句中声明的局部变量类型必须是指针类型。
The type of locals declared in a fixed statement must be a pointer type.
获取目标进程使用的指针类型的大小(以字节为单位)。
Gets the size, in bytes, of the pointer type that the target process USES.
在这种情况下,该属性的指定值必须是数组或指针类型。
In this case, the value specified for the property must be an array or a pointer type.
返回或设置当处于对象某部分上时显示的鼠标指针类型。
Returns or sets the type of mouse pointer displayed when over part of an object.
指针类型—指针为NULL或指向某个可访问的内存位置。
Pointer types - the pointer is either NULL or points to an accessible memory location.
一个空指针到另一个指针类型转换产生一个空的指针类型。
Conversion of a null pointer to another pointer type yields a null pointer of that type.
基于C的Objective - c使用指针类型,UML中则没有。
Objective-C — being C-based — USES pointer types, which are not easily modeled in UML.
引用类型—与指针类型相同,只是引用类型不能为NULL。
Reference types - same as pointer types, except that a reference type cannot be NULL.
本文主要介绍了如何在CML语言中实现带指针类型的编译器。
This paper mainly introduced how to implement pointer type in CML language.
在不安全的上下文中,类型可以是指针类型以及值类型或引用类型。
In an unsafe context, a type may be a pointer type as well as a value type or a reference type.
对于上述几种情况,有效的解决办法是将形参定义为引用或指针类型。
In these cases we can instead define the parameters as references or Pointers.
UNIX系统则遵循lp64模型,其中long和指针类型都是64位的,但是int仍然保持为32位。
UNIX systems follow the LP64 model, where long and pointer types are 64 bits, but ints remain 32 bits.
我们现在知道了这是一个函数指针类型,它可以引用任何有一个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.
类型名可能包含尾部字符,尾部字符表示有关该类型的附加信息,如类型是引用类型、指针类型还是数组类型。
Type names may include trailing characters that denote additional information about the type, such as whether the type is a reference type, a pointer type or an array type.
解决方案是将指针作为指针类型或为此而定义的特殊类型进行存储,例如 intptr_t和 uintptr_t。
The solution is to store pointers as pointer types or the special types defined for this purpose, such as intptr_t and uintptr_t.
在Win32系统中开发的C++代码是基于ILP32模型的,在该模型中,int、long和指针类型都是32位的。
C + + code developed in Win32 systems is based on the ILP32 model, where int, long, and pointer types are 32 bits.
在现代的IDE中,所有必要的类型信息都能被找到,并作为鼠标指针的提示出现。
In modern IDEs, all necessary type information can be found at the tip of your mouse pointer.
这些事件标识了更改的类型,并包含指向所更改对象的指针。
These events identify the type of the change and contain a pointer to the object that was changed.
这意味着引用类型可能有空指针,但是数值类型不能有空值。
That means a reference type can have a null pointer, but a value type cannot have a null value.
将字符指针和字符字节声明为无符号类型的,这样可以防止8位字符的符号扩展问题。
Declare character Pointers and character bytes as unsigned to avoid sign extension problems with 8-bit characters.
还需要另一个ssl类型的指针来保持SSL连接结构(这是短时间就能完成的一些连接所必需的)。
Another pointer of type SSL is also needed to hold the SSL connection structure (this is required for something that will be done shortly).
导致内存破坏的指针操作类型。
本身支持32位类型的系统通常都保留32位的long和指针,不过这些系统引入了一个新类型 “long long”,它是 64 位的。
Systems with native 32-bit types often kept both long and pointer sizes 32 bit, but introduced a new type, "long long," which was 64 bit.
下一行包含几个到GtkWidget类型的指针的声明。
The next line contains several declarations of Pointers to the GtkWidget type.
下一行包含几个到GtkWidget类型的指针的声明。
The next line contains several declarations of Pointers to the GtkWidget type.
应用推荐