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

 

单词 fixed-point
释义

fixed-point


fixed-point

(fĭkst′point′)adj. Of, relating to, or being a method of writing numerical quantities with a predetermined number of digits and with the decimal located at a single unchanging position.

fixed-point


fixed-point

(programming)A number representation scheme where a number,F is represented by an integer I such that F=I*R^-P, where R isthe (assumed) radix of the representation and P is the (fixed)number of digits after the radix point.

On computers with no floating-point unit, fixed-pointcalculations are significantly faster than floating-point asall the operations are basically integer operations.Fixed-point representation also has the advantage of havinguniform density, i.e., the smallest resolvable difference ofthe representation is R^-P throughout the representable range,in contrast to floating-point representations.

For example, in PL/I, FIXED data has both a precision anda scale-factor (P above). So a number declared as 'FIXEDDECIMAL(7,2)' has a precision of seven and a scale-factor oftwo, indicating five integer and two fractional decimaldigits. The smallest difference between numbers will be 0.01.
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/5 2:26:02