UI:无符号整数

“无符号整数”(Unsigned Integer)在计算机领域中常被缩写为UI,这种简写形式便于快速书写与使用。该术语尤其常见于汇编语言、数据类型定义等程序集相关的上下文中,特指一类不包含符号位、仅表示非负数值的整数类型。

Unsigned Integer具体释义

  • 英文缩写:UI
  • 英语全称:Unsigned Integer
  • 中文意思:无符号整数
  • 中文拼音:wú fú hào zhěng shù
  • 相关领域ui 程序集

Unsigned Integer的英文发音

例句

  1. A CCSID is a16-bit unsigned integer that uniquely identifies a particular code page.
  2. CCSID是一个16位的无符号整数(UI),惟一地标识一个特定的代码页。
  3. The value of the year and month components allow an unsigned integer.
  4. 年和月组件的值可以是一个无符号整数(UI)。
  5. An8-byte unsigned integer read from this stream.
  6. 从该流中读取的8字节无符号整数(UI)。
  7. The mantissa is basically a23-bit unsigned integer & simple enough.
  8. 尾数一般是一个23位的不带符号的整数&它非常简单。
  9. Defines a default and acceptable range for an unsigned integer property
  10. 为一个未签字的整数属性定义一个默认的并可接受的范围