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.