sizeof是什么意思_sizeof怎么读_sizeof造句和翻译

发布时间:12-15 
字号:

用手机扫描二维码在手机上继续观看

手机查看

sizeof

网络释义:类型名;字节数;运算符

网络释义

1.类型名 ... #define N 20 /* 限制找零的最大张数*/ sizeof (类型名) union 共用体名 ...

2.字节数 6.22 address-of 运算符& 6.26 sizeof 运算符 6.27 delete 运算符 ...

4.长度运算符 if 如果 sizeof 长度运算符 ...

5.获知阵列的大小 Sin: 正弦计算。 sizeof: 获知阵列的大小。 sleep: 暂停执行。 ...

6.求字节数运算符 signed[ 带符号数]; sizeof[ 求字节数运算符]; static[ 静态的]; ...

7.获知数组的大小 Sin: 正弦计算。 sizeof: 获知数组的大小。 sleep: 暂停执行。 ...

8.所占内存字节数 else 否则 Sizeof 所占内存字节数 ------ Switch 分之结构 ...

造句带翻译释义:,类型名,字节数,运算符

1.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返回的值并不总是相同的。

2.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对象中。

3.The debugger supports the typeof and sizeof operator by transforming it into the equivalent. NET Framework function.调试器支持typeof和sizeof运算符,方法是将其转换为等效的.NETFramework函数。

4.An unsigned integer and the result of the sizeof operator.这是一个无符号整型,是执行sizeof操作的结果。

5.The API prints out the memory state of sizeof(buf)+1 bytes, starting at memory address buf.API打印出了sizeof(buf)+1bytes的内存状态,从内存地址buf开始。

6.The values returned by the sizeof operator are of the type int.由sizeof运算符返回的值是int类型。

7.The role of the sizeof operator returns an object or type name length, length in bytes.sizeof操作符的作用是返回一个对象或类型名的长度,长度的单位是字节。

8.The Marshal. SizeOf method determines the size, in bytes, of the unmanaged structure.Marshal.SizeOf方法确定非托管结构的大小(以字节为单位)。

9.C++0x also defines the sizeof. . . operator, which displays the number of arguments.C++0x还定义了sizeof…操作符,它显示参数数量。

10.On the first invocation, sizeof. . . (args) displays 2, because there are only two arguments for the variable args list.对于第一次调用,sizeof…(args)显示2,因为可变的args列表中只有两个参数。

分享到微信朋友圈

×

打开微信,点击底部的“发现”,

使用“扫一扫”即可将网页分享至朋友圈。