unsigned type 基本解释
网络 无符号类型; 无符号数据类型
重点词汇
- unsigned[计] 无符号的, 未签名的
- typen. 类型, 样式, 典型, 榜样, 标志, 符号, 型, 式 vi. 打字 vt. 作为代表, 测定类型, 用打字机打 [计] 类型; 键入; DOS内部命令:在屏幕上显示指定文件的内容
unsigned type 双语例句
- 1、
But until then, you should think about how you would map an unsigned short in IDL to a Java type.
但在此之前,您已经考虑如何将IDL中的unsignedshort映射成一种Java类型。 - 2、
The unsigned char data type, and byte data type will yield incorrect results and act as though they are signed types i.e.type char.
无符号字符数据类型和二进制数据类型将产生错误的计算结果,会当成有符号的数据类型进行计算。 - 3、
Otherwise, if the signed integer type can represent all of the values of the unsigned type, the common type is the signed type.
否则,如果有符号整型可以表示无符号整型的值时,公共类型是有符号类型。 - 4、
Unfortunately, the Standard permits an implementation to make all of the integer types the same size, and that complicates the rules for when a signed integer type meets an unsigned integer type.
不幸的是,标准允许实现使得所有整数类型都是同样的大小,这使一个有符号整型遇到一个无符号整型时的规则变得复杂了。 - 5、
Unary minus operator applied to unsigned type, result still unsigned
一元负运算符应用于无符号类型,结果仍为无符号类型 - 6、
If the unsigned integer type has rank greater than or equal to the rank of the signed integer type, the common type is the unsigned type.
如果无符号整型的优先级高于或等于有符号类型,公共类型是无符号类型。

