网站首页  英汉词典

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

 

单词 UINT
释义

UINT

英汉-汉英词典
abbr. 无符号整型(unsigned int)
词组 | 习惯用语
您要查找的是不是:
  • unit n. (工作)单位 (计量或计数用的)单位 (课本中的)单元 (特定功能的)装置
  • hint n. 暗示;线索 vt. 暗示;示意
  • pint n. 品脱;一品脱的量;一品脱牛奶或啤酒
  • mint n. 薄荷;造币厂,巨款 vt. 铸造,铸币
  • lint n. 软麻布;线头;棉绒 vi. 飞散出棉线
UINT abbr. 无符号整型(unsigned int)

网络短语:
UINT uType 信息框类型;对话框类型
UINT uiRowsCount 结果集中的行数
UINT itemAction 控件行为
UINT uOldState 历史状态
UINT crTransparent 要置为透明的颜色
UINT cbSize 窗体类结构类型长度
UINT style 窗体类型; 窗口类型;
UINT Direction 拐弯方向
UINT stateMask 状态有效性屏蔽位
中文百科

整数 (计算机科学) Integer (computer science)

(重定向自UINT)

在计算机科学中,整数的概念指数学上整数的一个有限子集。它也称为整数数据类型,或简称整型数、整型。 通常是编程语言的一种基础数据型态,例如java及C 编程语言的int 数据类型,然而这种基础数据型态只能表示有限的整数,其范围受制于电脑的一个字组所包含的比特数所能表示的组合总数。当运算结果超出范围时,即出现演算溢出,微处理器的状态暂存器中的溢出旗标(overflow flag)会被设置,而系统则会产生溢出例外(overflow exception)或溢出错误(overflow error)。

电脑可处理带号(signed)及非带号(unsigned)整数,非带号整数不包括负数。由于一般情况下要同时处理正数及负数,带号整数把字组的最高有效比特(msb,即最左边的比特)视为正负号(0代表正,1代表负),而数字则以二补数形式编码,以简化二进制运算的逻辑电路。

英语百科

Integer (computer science) 整数 (计算机科学)

(重定向自UINT)

In computer science, an integer is a datum of integral data type, a data type which represents some finite subset of the mathematical integers. Integral data types may be of different sizes and may or may not be allowed to contain negative values. Integers are commonly represented in a computer as a group of binary digits (bits). The size of the grouping varies so the set of integer sizes available varies between different types of computers. Computer hardware, including virtual machines, nearly always provide a way to represent a processor register or memory address as an integer.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/18 20:15:00