default precision的意思|示意
忽略精度
default precision的用法详解
default precision 用法讲解
default precision 通常是指缺省的精度,一般用于指定数值(尤其是浮点数)的精确度和表示形式。有些程序语言会有缺省的精度参数,比如C++里的stdio.h头文件中有一个宏定义:
#define DEFAULT_PRECISION 6
其中DEFAULT_PRECISION代表了浮点数精度,即表示浮点数精度为6位小数,可以用一个修改该宏定义来改变精度值。
另外,一般计算机系统也有缺省的精度设定,在使用浮点数和数值计算时,也可以指定精度。有些编程语言里也有特殊的函数参数或者函数配置,可以用来指定和修改缺省的精度,比如C语言里的函数setprecision:
#include
int setprecision(int n);
其中,参数n表示要设定的精度,取值范围为1到17,n越大表示计算精度越高(即有多少位小数)。
所以,default precision一般指的是一种数值精度的缺省值,应用范围比较广泛,在实际编程中经常会用到。
default precision相关短语
1、 default precision detail 忽略精度
2、 Par The default precision pressure 预设压力精度
default precision相关例句
The results of the optimization indicate that this method can overcome the default of the local optimization of traditional optimization algorithms; it is easy to convergent and has high precision.
优化结果表明,此方法能够克服传统优化算法极易陷入局部最优的缺点,而且收敛速度快,计算精度高。
Code Sample 10: Default precision delta.
代码示例10:默认的精度delta。
Astronomic navigation is the earliest one people used, which has the default of low precision and constrained by natural condition, weather and time.
其中天文导航是最早被人们利用的一种导航方法,但这种方法存在受自然条件、天气、时间制约、精度低等缺点。