unsigned integer

无符号整数

  • The values of the days hours and minutes components are not restricted but allow an arbitrary unsigned xs : integer .

    天数、小时和分钟组件的值不受限制,支持任意的 符号 xs:integer

  • 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 .

    如果 符号 整型的优先级高于或等于有符号类型,公共类型是无符号类型。

  • The value of the year and month components allow an unsigned integer .

    年和月组件的值可以是一个 符号 整数

  • 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 .

    不幸的是,标准允许实现使得所有整数类型都是同样的大小,这使一个有符号整型遇到一个 符号 整型时的规则变得复杂了。

  • If you in your expression used UL ( said unsigned long integer ) then you have a good starting point .

    如果你在你的表达式中用到UL(表示 符号整型),那么你有了一个好的起点。

  • Another discussion focuses on the use of integer and unsigned integer .

    其它争论集中在是使用整数还是 符号 整数

  • The mantissa is basically a23-bit unsigned integer & simple enough .

    尾数一般是一个23位的不带 符号 整数&它非常简单。

  • An8-byte unsigned integer read from this stream .

    从该流中读取的8字节 符号 整数

  • Some processors can handle unsigned integer arithmetic considerably faster than signed ( this is also good practice and helps make for self-documenting code ) .

    一些处理器在处理 符号 整型数要比处理 符号 整型 快得多,这也是一个好的习惯,有利于代码的自我文档化(self-documenting)。

  • Bad array bound : must be an unsigned integer

    数组边界无效:必须是 符号 整数

  • A CCSID is a16-bit unsigned integer that uniquely identifies a particular code page .

    CCSID是一个16位的 符号 整数,惟一地标识一个特定的代码页。

  • Defines a default and acceptable range for an unsigned integer property

    为一个 签字 整数属性定义一个默认的并可接受的范围

  • You can also choose which format the memory will be displayed in : Hex ASCII EBCDIC signed integer and unsigned integer .

    您还可以选择内存以什么格式显示:十六进制、ASCII、EBCDIC、 整数