Vertaling van "to a pointer" in Chinees
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The or - operator must be applied to a pointer
The cursor changes to a pointer over these objects
该光标在以下对象上变为指针:
A reference is similar to a pointer.
When heated, one side will expand more than the other, and the resulting bending is translated into a temperature reading by mechanical linkage to a pointer.
金属片受热时,一端会比另一端膨胀得更明显,由此引起的弯曲通过机械连杆机构转换成指针所指示的温度读数。
the name of an array converts to a pointer to its first element at the slightest provocation
稍有风吹草动,数组的名字就会转换成指向其首元素的指针
Cannot cast an integral type to a pointer to a managed type
you must declare a list variable of any type as a pointer to a pointer, such as int
必须声明一个任意类型的列表变量作为指向指针的指针,例如 int
By means of a magnet, the position of the magnet system is transferred to an encapsulated follow magnet, which has been fitted to a pointer axle.
通过磁铁,磁铁系统的位置被传输到一个封装的磁铁上,这个磁铁被安装在一个指针轴上。
the caller has to define a variable of type void or any other type that is a pointer to a pointer (that is, int )
调用程序必须定义类型为 void 的变量或任何其他类型为指向指针的指针(即 int )的变量
The solution is to cast the address of the floating point variable to a pointer to an int, which is then de-referenced as shown below
解决方案是将浮点变量的地址强制转换成一个指向整型类型的指针,如下所示
fix to mouse cursor is not changed to a pointer when hovering over enabled paging bar icons that can be clicked
[17115] 已修复鼠标悬停在可以进行点击的分页栏图标时,未将鼠标光标更改成指针的问题。
Strips of two metals are bonded together. When heated, one side will expand more than the other, and the resulting bending is translated into a temperature reading by mechanical linkage to a pointer.
两条金属片联结在一起,受 热时,一侧金属片膨胀程度大于另一侧 金属片,由此造成的弯曲通过与指针相 连的金属杆系转变成温度读数。
The&operator can be used to determine the address of a variable which can be assigned to a pointer variable. For example
C语言规定,在一维数组的定义中,其下标只能是常量表达式,不能包含变量。