青年中文青年中文

pointer value的意思

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...