网页
图片
视频
学术
词典
地图
更多
航班
笔记本
floating-point
美
英
adj.
【数】浮点的
网络
浮点数;浮点型;浮点运算
英汉
英英
网络释义
adj.
1.
【数】浮点的
adj.
1.
describes
numbers
in
which
the
digits
and
the
location
of
the
decimal
place
are
treated
separately
1.
浮点
浮点运算单元, 处理器 (PROCESSOR) 内专门处理
浮点
(
FLOATING-POINT
) 数字运算的单元.FPU (浮点运算单元, Floating-Poin…
tw.knowledge.yahoo.com
|
基于401个网页
2.
浮点数
浮点数
(
floating-point
)编码,表示实数的科学计数法以2为基数的版本。[置顶] 技术文档精华 2008-11-24 10:44:23 阅读163 评 …
blog.163.com
|
基于104个网页
3.
浮点型
C语言区别整型(integer)与
浮点型
(
floating-point
)为不同类型,所以因为这个现在条件,jansson也为它们区分不同类型,它们被 …
blog.csdn.net
|
基于41个网页
4.
浮点运算
规则0-4-2 (不容讨论) 对于
浮点运算
(
floating-point
)算法的使用,必须给出记录 安全的使用浮点算法需要具有较高的数字分析技 …
www.mcuol.com
|
基于26个网页
5.
浮点表示
...数有两中方法:定点表示(fixed-point)和
浮点表示
(
floating-point
).定点表示法就是在现有的数字中间的某个位置固定小数点,整数 …
zhidao.baidu.com
|
基于22个网页
6.
浮点类型
如果我们需要使用小数,就要使用
浮点类型
(
floating-point
)。C 提供了三种浮点类型:float, double, 以及 long double。
blog.csdn.net
|
基于8个网页
7.
浮点法
...用种同的表示法:定点法(fixed-point)和
浮点法
(
floating-point
) 第一种表示法是将一个值储存成一个整, 第二种则是将一个值储存 …
www.doc88.com
|
基于5个网页
更多释义
收起释义
例句
释义:
全部
全部
,
浮点的
浮点的
,
浮点数
浮点数
,
浮点型
浮点型
,
浮点运算
浮点运算
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Many
of
the
familiar
algebraic
rules
for
Real
number
arithmetic
do
not
always
hold
for
floating-point
arithmetic
.
对于
浮点
算法
而言
,
许多
惯用
的
实数
算法
代数
规则
有时
并不
适用
。
msdn2.microsoft.com
2.
If
the
result
of
a
floating-
point
operation
is
too
small
for
the
destination
format
,
the
result of
the
operation
is
zero
.
如果
浮点
运算
的
结果
对于
目标
格式
来说
太
小
,
则
运算
的
结果
为
零
。
harmony.us.kg
3.
The
imperceptible
differences
might
be
due
to
rounding
or
same
-
result
calculations
of a floating-point
data
types
.
无法
察觉
差异
可能
是
因为
四舍五入
或
浮
点数
资料
型
别的
相同
计算
结果
所
造成
。
technet.microsoft.com
4.
If
you
want
to
force
a
floating-point
result
,
be
sure
that at
least
one
of
the
operands
is
a
floating-point
type
.
如果
要
强制
取得
浮点
结果
,
则
必须
确保
操作
数
中
至少
有
一个
为
浮点
类型
。
www.ibm.com
5.
Floating
-
point
(FP)
arithmetic
is usually
used
in
many
high
accuracy
calculation
fields
.
在
很多
高
精度
计算
场合
需要
采用
浮点
运算
。
www.fabiao.net
6.
Converts
the
string
representation
of
a
number
in a
specified
style
to
its
double-
precision
floating-
point
number equivalent .
将
具有
指定
样式
的
数字
的
字符串
表示形式
转换
为
它
的
等效
单
精度
浮点
数字
。
harmony.us.kg
7.
If
one
of
the
operands
is
of an
integral
type
,
then
that
operand
is
converted
to
the
floating-point
type
of the
other
operand
.
如果
其中一个
操作
数
为
整数
类型
,
那么
该
操作
数
将
被
转换
为
另一个
操作
数
所属
的
浮点
类型
。
msdn2.microsoft.com
8.
If
one
of the
floating-point
types
is
double
,
the
expression
evaluates
to
double
or
bool
in the case of relational or
Boolean
expressions
.
如果
其中一个
浮点
型
为
double
,
则
表达
式
的
计算
结果
为
double
类型
,
在
关系
表达
式
或
布尔
表达
式
中
为
bool
类型
。
msdn2.microsoft.com
9.
It is
possible
to
add
two
integers
,
or
an
integer
and
a
floating
point
number
,
and
even an
integer
and
a
complex number
.
可以
把
两个
整
型
相加
,
或者
一个
整
型
和
一个
浮点
型
,
又
或者
一个
整
型
和
一个
复数
。
blog.csdn.net
10.
When
you
work
with
floating-point
numbers
,
keep
in
mind
that
they
do
not
always
have
a
precise
representation
in
memory
.
使用
浮点
数字
时
,
请
记住
它们
在
内存
中
不一定
有
精确
的
表示形式
。
msdn2.microsoft.com
1
2
3
4
5