pointer value信息详情
指针值
pointer───n.指针;指示器;教鞭;暗示
pointer brand───指针品牌
laser pointer───激光教鞭,激光棒;雷射指示器;激光指挥棒
value───n.值;价值;价格;重要性;确切涵义;vt.评价;重视;估价
instruction pointer───指令指标;[计] 指令指针,指令指示字
stack pointer───[计]栈指针;栈指示器;[计]堆栈指示字;栈指示器; 堆栈指示器; 堆栈指示字; 堆栈指针
star pointer───星形指针
pointer dog───指针狗
pointer sisters songs───指针姐妹歌曲
data pointer value is not valid.───数据指针值无效。
This error occurs if a program passes an invalid pointer value or if the length of the buffer is too small.───如果程序传递了无效的指针值,或者如果缓冲区的长度太小会发生此错误。
of a delegate will return the function pointer value as a function type.───函数指针和委托可能会合并到一个统一的语法中并且可以互相代替。
However, remember that casting an integer value to a pointer value does not conform to the C language standard.───但是将整数值转换为指针值并不遵循C语言标准。
JNI puts the interface pointer value at a location specified by its first parameter.───JNI将接口指针值放在由第一个参数指定的位置。
The returned pointer value is passed back as an output parameter.───返回的指针值将作为输出参数传递回去。
This ensures that a pointer value can be retrieved for the Photo field of the newly inserted record.───这确保可以检索到新插入记录的Photo字段的指针值。
The pointer value is printed along with what it points to.───同时打印出了指针值及其所指向的值。
Gets the position of an element specified by pointer value.
However, remember that casting an integer value to a pointer value does not conform to the C language standard.
Put the material in a known test hole on the aperture, and then through a small aperture will load imposed on the fabric, for reads deflection scale pointer value.
Find Gets the position of an element specified by pointer value.
This error occurs if a program passes an invalid pointer value or if the length of the buffer is too small.
A relevant feature of a pointer is that it can have a null pointer value.
The . funcptr property of a delegate will return the function pointer value as a function type.
For instance, if you have a %union declaration that includes both integer and pointer values, and you declare a token to use the pointer value, but your lexer fills in the integer value...