网站首页  词典首页

请输入您要查询的英文单词:

 

单词 sizeof
释义

sizeof

  • 网络类型名;字节数;运算符
1.
类型名
C教材_C语言程序设计_doc_大学课件预览... ... #define N 20 /* 限制找零的最大张数*/ sizeof (类型名) union 共用体名 ...
read.cucdc.com
2.
字节数
9. 求字节数运算符:用于计算数据类型所占的字节数(sizeof)。10. 特殊运算符:有括号(),下标[],成员(→,.)等几种。
zhidao.baidu.com
3.
运算符
VISUAL C .NET语言参考手册 - 读书网|DuShu.com ... 6.22 address-of 运算符& 6.26 sizeof 运算符 6.27 delete 运算符 ...
www.dushu.com
4.
长度运算符
谁有C 语言符号表啊急需_已解决问题_搜狐问答 ... if 如果 sizeof 长度运算符 ...
zhishi.sohu.com
5.
获知阵列的大小
小豆丁 - 博客园 ... Sin: 正弦计算。 sizeof: 获知阵列的大小。 sleep: 暂停执行。 ...
www.cnblogs.com
6.
求字节数运算符
c语言各种关键词的含义_百度知道 ... signed[ 带符号数]; sizeof[ 求字节数运算符]; static[ 静态的]; ...
zhidao.baidu.com
7.
获知数组的大小
PHP - PHP 函数索引 ... Sin: 正弦计算。 sizeof: 获知数组的大小。 sleep: 暂停执行。 ...
www.itlearner.com
8.
所占内存字节数
C语言常用词汇及函数有那些?_百度知道 ... else 否则 Sizeof 所占内存字节数 ------ Switch 分之结构 ...
zhidao.baidu.com

例句

释义:
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返回的值并不总是相同的。
msdn2.microsoft.com
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对象中。
www.ibm.com
3.
The debugger supports the typeof and sizeof operator by transforming it into the equivalent. NET Framework function.
调试器支持typeof和sizeof运算符,方法是将其转换为等效的.NETFramework函数。
msdn2.microsoft.com
4.
An unsigned integer and the result of the sizeof operator.
这是一个无符号整型,是执行sizeof操作的结果。
www.ibm.com
5.
The API prints out the memory state of sizeof(buf) 1 bytes, starting at memory address buf.
API打印出了sizeof(buf) 1bytes的内存状态,从内存地址buf开始。
www.ibm.com
6.
The values returned by the sizeof operator are of the type int.
由sizeof运算符返回的值是int类型。
msdn2.microsoft.com
7.
The role of the sizeof operator returns an object or type name length, length in bytes.
sizeof操作符的作用是返回一个对象或类型名的长度,长度的单位是字节。
www.pudn.com
8.
The Marshal. SizeOf method determines the size, in bytes, of the unmanaged structure.
Marshal.SizeOf方法确定非托管结构的大小(以字节为单位)。
msdn2.microsoft.com
9.
C 0x also defines the sizeof. . . operator, which displays the number of arguments.
C 0x还定义了sizeof…操作符,它显示参数数量。
www.ibm.com
10.
On the first invocation, sizeof. . . (args) displays 2, because there are only two arguments for the variable args list.
对于第一次调用,sizeof…(args)显示2,因为可变的args列表中只有两个参数。
www.ibm.com
1.
This warning indicates that a variable holding a sizeof result is being added to or subtracted from a pointer or countof expression.
此警告意味着正在指针或countof表达式中添加或删除存放sizeof结果的变量。
msdn2.microsoft.com
2.
The expression cannot use sizeof or a type-cast operator.
表达式不能使用sizeof运算符或者时一个强制类型转换符。
blog.sina.com.cn
3.
The 64-bit return value from sizeof in the following statement is truncated to 32-bits when assigned to bufferSize.
在下面这条语句中,在对bufferSize进行赋值时,从sizeof返回的64位值被截断成了32位。
www.ibm.com
4.
For example, this problem occurs if the length of an argument that is a SOCKADDR structure is smaller than the sizeof(SOCKADDR) value.
是例如如果SOCKADDR结构的参数的长度小于sizeof(SOCKADDR)值,则会出现此问题。
blog.sina.com.cn
5.
For example, the assumption sizeof (int) = sizeof (long) = sizeof (pointer) is valid for the ILP32 data model, but not valid for others.
例如,sizeof(int)=sizeof(long)=sizeof(pointer)的假设对于ILP32数据模型有效,但是对于其他数据模型就无效了。
www.ibm.com
6.
Warning C6334: sizeof operator applied to an expression with an operator may yield unexpected results
警告C6334:将sizeof运算符应用于带有运算符的表达式可能产生意外的结果
msdn2.microsoft.com
7.
Allow sizeof to work on members of classes without an explicit object
允许sizeof对一个类,这个类中的成员没有指定明确的对象
wenku.baidu.com
8.
Warning C6305: potential mismatch between sizeof and countof quantities
警告C6305:sizeof和countof量值之间可能不一致
msdn2.microsoft.com
9.
Warning C6384: dividing sizeof a pointer by another value
警告C6384:用另一值除指针的sizeof值
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/16 14:41:38