年和月组件的值可以是一个无符号整数。
The value of the year and month components allow an unsigned integer.
如果是无符号数,它要比有符号的快得多。
And if it is unsigned, then it will be more faster than the signed division.
所有这些整数类型都有相应的无符号数类型。
All these integer types also have corresponding unsigned types.
确保使用无符号整数来防止符号扩展的问题。
Ensure that an unsigned int is used where appropriate to prevent sign extension.
端口号为16字节的无符号整数。
这可以通过mpyu指令(无符号相乘)实现。
是无符号的长一样有效,在C无符号长吗?
二进制源数据必须是一维的无符号字符数组。
Binary source data must be a single-dimensioned array of unsigned char.
首先,我建议以后写idl定义时不要再使用无符号整型。
First, I would say don't write new IDL definitions with unsigned integers.
这是一个无符号的应用程序,所以你需要签字。
This is an unsigned application, so you will need to sign it.
这是一个无符号整型,是执行size of操作的结果。
是C99标准保证无符号整数的二进制表示形式?
Does the C99 standard guaranteed the binary representation of unsigned int?
否则,公共类型是对应该有符号类型的无符号类型。
Otherwise, the common type is the unsigned type corresponding to the signed type.
除非特别指出,整数均为标准二进制编码的无符号整型。
Unless mentioned otherwise, integers are encoded in standard binary encoding for unsigned integers.
类似地,秒组件的值也支持任意的无符号xs:decimal。
Similarly, the values of the seconds component allows an arbitrary unsigned xs: decimal.
CCSID是一个16位的无符号整数,惟一地标识一个特定的代码页。
A CCSID is a 16-bit unsigned integer that uniquely identifies a particular code page.
它加载的是18位的无符号值,这是PS 3上的本地存储地址的首选大小。
It loads 18-bit unsigned values, which is the perfect size for local store addresses on the PS3.
仅在你需要模算术或需要很大很大的数字时,才使用无符号类型。
Use unsigned types only when you need modulo arithmetic or very very large Numbers.
做演员之间签署的和无符号整型变量在内存中保持精确的比特模式?
Does cast between signed and unsigned int maintain exact bit pattern of variable in memory?
在将有符号整型和无符号整型的和作为long 类型传递时就会出现问题。
The problem arises when passing the sum of signed and unsigned ints as long.
天数、小时和分钟组件的值不受限制,支持任意的无符号xs:integer。
The values of the days, hours, and minutes components are not restricted, but allow an arbitrary unsigned xs: integer.
如果您需要更多功能,请将数据作为一个无符号字符对象流进行读取,然后进行匹配。
If you need more, read the data in as a stream of unsigned char objects and do the math.
将字符指针和字符字节声明为无符号类型的,这样可以防止8位字符的符号扩展问题。
Declare character Pointers and character bytes as unsigned to avoid sign extension problems with 8-bit characters.
否则,如果有符号整型可以表示无符号整型的值时,公共类型是有符号类型。
Otherwise, if the signed integer type can represent all of the values of the unsigned type, the common type is the signed type.
如果看到关于强制转换到无符号格式的错误消息,不必惊慌,因为这实际上并不是错误行为。
If you see error messages regarding forcing the format to unsigned, don't panic as this is not actually an error condition.
这两个除法都会避免调用除法函数,另外,无符号的除法要比有符号的除法使用更少的指令。
Both divisions will avoid calling the division function and the unsigned division will take fewer instructions than the signed division.
每个分数需要转换成合适的无符号字节码(unsignedbyte - code)。
Each score should be translated to its appropriate unsigned byte-code.
每个分数需要转换成合适的无符号字节码(unsignedbyte - code)。
Each score should be translated to its appropriate unsigned byte-code.
应用推荐