青年中文青年中文

sizeof的意思

sizeof中文翻譯:

n.運算符;大小

相似詞語短語

the very same size───同樣大小

cordonnet crochet cotton size 5───棉線鉤針5號

wall sized world map───墻壁大小的世界地圖

size M───尺寸M

chaffinch size───燕雀大小

checkerboard size───棋盤大小

sizar def───去掉十顆鉆石。

hyoid bone size───舌骨大小

size f───尺寸f

bulb sizes───燈泡尺寸

雙語使用場景

An unsigned integer and the result of the sizeof operator.───這是一個無符號整型,是執行size of操作的結果。

API prints out the memory state of sizeof (buf) + 1 bytes, starting at memory address buf.───API打印出了size of (buf) + 1 bytes的內存狀態,從內存地址buf開始。

C + + 0x also defines the sizeof... operator, which displays the number of arguments.───C+ + 0x還定義了size of…操作符,它顯示參數數量。

Although you can use the SizeOf method, the value returned by this method is not always the same as the value returned by sizeof.───雖然可以使用SizeOf方法,但該方法返回的值和sizeof返回的值并不總是相同的。

This request asks for sizeof(data) bytes of data copied from the address in main memory denoted by argp to be copied into the object data.───這個請求會要求將sizeof(data)字節的數據從argp所指向的主存地址處拷貝到data對象中。

The debugger supports the typeof and sizeof operator by transforming it into the equivalent. NET Framework function.───調試器支持typeof和sizeof運算符,方法是將其轉換為等效的.NETFramework函數。

The API prints out the memory state of sizeof(buf)+1 bytes, starting at memory address buf.───API打印出了sizeof(buf)+1bytes的內存狀態,從內存地址buf開始。

The values returned by the sizeof operator are of the type int.───由sizeof運算符返回的值是int類型。

英語使用場景

Rule 51 As type sizes depend on the target processor, do not make any assumption about the size of the types, instead use sizeof() operator.