网页
图片
视频
学术
词典
地图
更多
航班
笔记本
unsigned int
网络
无符号整型;无符号整数;无符号整型数
网络释义
1.
无符号整型
然而,如将该数定义为
无符号整型
(
unsigned int
),那么当最高位设置为1时,它就变成了65535。 2.3.3 访问修饰符
www.huomo.cn
|
基于331个网页
2.
无符号整数
指针,是一个
无符号整数
(
unsigned int
),它是一个以当前系统寻址范围为取值范围的整数。32位系统下寻址能力(地址空间…
baike.baidu.com
|
基于167个网页
3.
无符号整型数
%x: 为32位的
无符号整型数
(
unsigned int
),打印使用数字0-9的十六进制,小写a-f;%X: 为32位的无符号整型数(unsigned int),打印 …
blog.csdn.net
|
基于38个网页
4.
无符号基本整型
C开发环境的数据长度_翰墨春秋_新浪博客 ... 有符号基本整型 int 2
无符号基本整型
unsigned int
2 有符号短整型 short 2 ...
blog.sina.com.cn
|
基于22个网页
5.
无符号整形
HGDIOBJ是句柄,一般来说是
无符号整形
(
unsigned int
)。atom是原子类型,实质也是整形。
zhidao.baidu.com
|
基于11个网页
更多释义
收起释义
例句
释义:
全部
全部
,
无符号整型
无符号整型
,
无符号整数
无符号整数
,
无符号整型数
无符号整型数
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Hexadecimal
constants
without
a
suffix
are
defined
as
an
unsigned
int
if
it
will
fit
into
32
-bits and
if
the
high order
bit
is
turned on
.
如果
一个
没有
后缀
的
16
进
制
的
常量
是
32
位
的
,
并且
其
高位
被
置
位
了
,
那么
它
就
可以
作为
无
符号
整
型
进行
定义
。
www.ibm.com
2.
You
have
to
make sure your column is an
UNSIGNED
INT
,
because
IP
Addresses
use
the
whole
range
of
a
32
bit
unsigned
integer
.
我们
必需
要
使用
UNSIGNEDINT
,
因为
IP
地址
会
使用
整个
32
位
的
无
符号
整形
。
yq329.blog.163.com
3.
These
shifts
can
be
avoided
by
using
int
and
unsigned
int
for
local
variables
.
这些
移位
操作
可以
通过
使用
int
和
unsignedint
的
局部
变量
来
避免
。
blog.sina.com.cn
4.
spu_splats
(
(
unsigned
int
)
5
)
creates
a
vector
of
unsigned ints with
each
element
having the
value
5
.
spu_splats
(
(
unsignedint
)
5
)
创建
了
一个
unsignedint
类型
的
向量
,
每个
元素
的
值
都
是
5
。
www.ibm.com
5.
Ensure
that
an
unsigned
int
is
used
where appropriate
to
prevent
sign
extension
.
确保
使用
无
符号
整数
来
防止
符号
扩展
的
问题
。
www.ibm.com
6.
Unsigned
int
state A
mask
of
the
buttons
(
or
keys
)
held
down
during
this
event
-
if
any
.
This
field
is
a
bitwise
OR
of any of the
following
按钮
(
或者
按键
)
在
事件
发生
时
按
下
的
遮
罩
-
如果
有
的话
。
改
域
是
以下
值
的
位
或
www.cs2c.com.cn
7.
We
should
use
unsigned
int
instead
of
int
if
we
know the
value
will never be
negative
.
如果
一个
变量
的
取
值
范围
是非
负
的
,
我们
应该
使用
unsignedint
,
而不是
int
。
blog.sina.com.cn