网页
图片
视频
学术
词典
地图
更多
航班
笔记本
integers是integer的复数
integer
美 [ˈɪntədʒər]
英 [ˈɪntɪdʒə(r)]
n.
【数】整数;完整的东西
网络
整型数;整数变量数;整数型态
复数:
integers
同义词
反义词
n.
fraction
n.
whole number
,
number
,
numeral
,
digit
,
figure
英汉
英英
网络释义
n.
1.
【数】整数
2.
完整的东西,整体
n.
1.
a
whole
number
that
can
be
positive
,
negative
,
or
zero
1.
整数
• 名称:一般
整数
(
Integers
) • 宽度: • 16 位元系统: 2 bytes • 32/64 位元系统: 4 bytes • 目前:4 bytes • 名称:长整数(L…
zh.scribd.com
|
基于413个网页
2.
整型数
编写高效的C代码 - lxd的日志 -... ... 变量类型 / Variable Types
整型数
/
Integers
除法和余数 / Division and Remainder ...
lxd6366.blog.163.com
|
基于13个网页
3.
整数变量数
lingo v12.0 ... Variables 总变量数
Integers
整数变量数
Constraints 约束数 ...
www.bjbode.cpooo.com
|
基于7个网页
4.
整数型态
2.
整数型态
(
Integers
):可以用十进制、十六进制与八进制,正负号标示於数值的前面。 十进制:直接以数值表示,例如10 …
hikaruchu.sg1004.myweb.hinet.net
|
基于4个网页
5.
整数的性质
整数的性质
(
integers
)自然数公理系统(natural-number-axioms) 等价关系、映射:基本问题(共5题)(2003-set-homework-01) Mat…
www.cis.umac.mo
|
基于2个网页
6.
整数定数
整数定数
(
Integers
) 浮点数定数 (Floating Points) 定数 (Literals) 文字定数 (Texts) 布林值定数 (Booleans) Objective-C Progra…
zh.scribd.com
|
基于 1 个网页
7.
第一节整数
第一节整数
(
Integers
)24第二节分数、小数和百分比(Fractions, Decimals and Percent)30第三节重点试题精练及解析33第二章代 …
www.dogwood.com.cn
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
整数
整数
,
完整的东西
完整的东西
,
整型数
整型数
,
整数变量数
整数变量数
,
整数型态
整数型态
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Call
a
set
of
integers
fat
if
each
of
its
elements
is
at least
as
large as
its
cardinality
.
称
一个
整数
的
集合
为
饱和
的
,
如果
它
的
每
一个
元素
都
至少
不
小于
其
基数
。
2.
If
you
know
in
advance
that you're
going
to
be
sorting
only
integers
,
you could
simply
hard- code the
Swap
method
for
integer
types
.
如果
预先
知道
只
对
整数
排序
,
则
可
将
Swap
方法
硬
编码
为
integer
类型
。
msdn2.microsoft.com
3.
The &
operator
yields the
bitwise
AND
of
its
arguments
,
which
must
be
plain
or
long
integers
.
The
arguments
are
converted
to
a
common
type
.
运算符
进行
比
特级
的
AND
(
与
)
运算
,
参数
必须
是
普通
整数
或
长
整数
。
参数
转换
成
通用
类型
。
man.ddvip.com
4.
Easy
to
read
format
data
for
date
,
duration
,
currency
,
integers
,
doubles
,
percentage
and
Boolean
.
易于
读取
日期
、
持续时间
、
货币
、
整数
、
双
精度
、
百分比
和
布尔
值
格式
的
数据
www.ibm.com
5.
The
arithmetic
types
that
represent
integers
,
characters
,
and
boolean
values
are
collectively
referred
to as the
integral
types
.
表示
整数
、
字符
和
布尔
值
的
算术
类型
合
称为
整
型
。
blog.sina.com.cn
6.
the up and down the
die
and
mould
clamping appears
spacing
,
integers
,
and
easy
to
clean
the
broken
product
.
所
加工
的
模具
出现
上下
模具
合
模
间距
不
均
,
整
型
易
擦
碎
产品
。
megust.publicvm.com
7.
A
sequence
of
integers
can
be
treated
as
a
sequence
of objects
,
by
boxing
every
integer
as
it
comes
out of
the
sequence
.
通过
装箱
,
我们
可以
把
一个
整数
序列
当做
一个
object
的
序列
来
对待
。
www.cnblogs.com
8.
Intuitively
,
my child
,
it
simply
means
putting
the
elements
in
order
,
just
as
the
comparison
can be
used
to
sort
integers
in
order
.
单
凭
直觉
,
它
(
译注
:
指
严格
弱
序
化
)
意味
着
按
序
存放
元素
,
就
像
使用
比较
符
将
整数
排序
一样
。
megust.publicvm.com
9.
However
;
that
method
would
be
unusable
from a
language
that
has
no
notion
of
unsigned
integers
.
但是
对于
不
具备
「
不
带
正负
号
的
整数
」
概念
的
语言
来说
,
这个
方法
就
无法使用
。
technet.microsoft.com
10.
A
third
integer
promotion
rule
that is
often
overlooked
concerns
expressions
that
contain
both
signed
and
unsigned
integers
.
第三
个
整数
提升
规则
,
常常
被
忽视
的
关切
表达
同时
包含
有
号数
和
无
号数
的
整数
。
dictsearch.appspot.com
1
2
3
4
5