floating point

浮点
常用释义
浮点数:一种使用浮点数表示的数学计算方法。在这种表示法中,一个数被表示为一个绝对值在1和基数之间的数乘以一个由指数表示的基数的幂。

扩展信息

浮点
数学词汇英语翻译(F-M) ... flex 拐点 floating point 浮点 floating point calculation 浮点记数法 ...
浮点数
什么叫浮点数(floating point)? 浮点数的表达方式相关文章 C语言编程中的常见六种错误分析 C语言文件系统应用实例分析 什么 …
浮点运算
浮点运算 : 在CPU里面有一个重要的单元叫做「浮点运算」(Floating point),在80386以及80486 SX时代里,这个部分并不 …
浮点型
内置数据类型 - 深入 Python 3 ... Integer[ 整型] Floating Point浮点型] int 类型。 ...
浮点类型
实型分为两大类: 浮点类型(floating point) 和定点类型 (fixed point)。它们之间的区别在于浮点类型有一个相对误差;定点类型则 …
浮点数字
24.微处理器算术逻辑单元中,所储存之浮点数字(floating point)格式,并不包含那一部分? {小数点 | 小数(mantissa) | 正负号(sig…
浮点运算能力
MyPal A600掌上电脑使用报告__科技时代_新浪网 ... display test 显示测试 floating point 浮点运算能力 integer 整数运算能力 ...
浮点数表示法
电机电子所-张宏亮 老师 ... 4. Complement( 补数) 6. Floating Point( 浮点数表示法) 7. Error Category( 误差的种类) ...

例句

A user- defined function is said to be precise if it does not involve any floating point operations .

如果用户定义函数不涉及任何浮点操作,就称其为精确函数。

对于浮点算法而言,许多惯用的实数算法代数规则有时并不适用。

If the result of a floating- point operation is too small for the destination format , the result of the operation is zero .

如果浮点运算的结果对于目标格式来说太小,则运算的结果为零。

无法察觉差异可能是因为四舍五入或浮点数资料型别的相同计算结果所造成。

如果要强制取得浮点结果,则必须确保操作数中至少有一个为浮点类型。

在很多高精度计算场合需要采用浮点运算。

将具有指定样式的数字的字符串表示形式转换为它的等效单精度浮点数字。

如果其中一个操作数为整数类型,那么该操作数将被转换为另一个操作数所属的浮点类型。

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类型。

Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle.

存储有序浮点数对,通常为矩形的宽度和高度。

It is possible to add two integers, or an integer and a floating point number, and even an integer and a complex number.

可以把两个整型相加,或者一个整型和一个浮点型,又或者一个整型和一个复数。

使用浮点数字时,请记住它们在内存中不一定有精确的表示形式。

Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.

表示在二维平面中定义点的浮点x和y坐标的有序对。

由于决定在虚拟现实技术中决定现实感最主要的问题指标就是浮点数的运算的精度和速度问题。

Converts the string representation of a number to its double- precision floating - point number equivalent .

将指定样式的数字的字符串表示形式转换为它的等效双精度浮点数字。

shall be appended to the label of Standard Programs that require the system to provide portions of the Floating-Point Extensions word set.

措辞需要浮点延伸词集必须被加到任何需要系统提供所有浮点和浮点延伸词集的标准程式的描述之中。

Appends the string representation of a specified single-precision floating-point number to the end of this instance.

在此实例的结尾追加指定的单精度浮点数的字符串表示形式。

Do not use floating-point coprocessor instructions. Implement floating-point calculations using library calls instead.

不时用浮点协处理器指令.而使用浮点库。

The non-ordered nature of NaN adds further opportunities for error when comparing floating point numbers.

NaN的无序性质使得在比较浮点数时更容易发生错误。

变量或属性的值除以表达式的值,并将浮点型结果赋给该变量或属性。

Floating-point numbers for which the first bit of the mantissa is one are normalized.

尾数的第1位为1的浮点数是正常的。

它有单独的浮点寄存器,可以从低端工作站扩展到高端工作站。

将数字的字符串表示形式转换为它的等效双精度浮点数。

Constructs bit patterns that are used to identify texture coordinate floating point formats within a flexible vertex format description .

描述定义顶点格式的值,该格式用于描述交叉存储在单个数据流中的顶点内容。

SPU本身使用向量操作,每个时钟周期可以执行多达8条浮点指令。

Inserts the string representation of a double- precision floating -point number into this instance at the specified character position .

将双精度浮点数的字符串表示形式插入到此实例中的指定字符位置。

它还有单独的浮点寄存器,可以适应从低端到高端的UNIX工作站。

Converts the value of the specified double-precision floating point number to its equivalent String representation.

将指定的双精度浮点数的值转换为它的等效String表示形式。

When the range of data is great and requiring high precision, it is usually adopted floating-point numbers.

在处理的数据范围较大和要求精度较高时,浮点数运算被广泛地采用。

请注意,即使两个操作数都是整数常数,结果也始终为浮点类型(Double)。