They are giant, inscrutable matrices of floating point numbers that we nudge in the direction of better performance until they inexplicably start working.
它们是无法参透的大型浮点数矩阵,我们在朝着更好的性能试探着前进,直到它们莫名其妙地运行起来。
单词 | Floating point numbers |
释义 |
Floating point numbers
原声例句
TED演讲(视频版)双语精选 They are giant, inscrutable matrices of floating point numbers that we nudge in the direction of better performance until they inexplicably start working. 它们是无法参透的大型浮点数矩阵,我们在朝着更好的性能试探着前进,直到它们莫名其妙地运行起来。 科技 Crash Course Several methods have been developed to represent floating point numbers. 已经开发了几种方法来表示浮点数。 科技 Crash Course These are called " floating point" numbers, because the decimal point can float around in the middle of number. 这些被称为“浮点”数字,因为小数点可以在数字中间浮动。 Mosh带你学编程 So, you have learned that in Python programming language you have 2 types of numbers, integers which are whole numbers like 10, they don't have a decimal point, and floating point numbers or floats. 所以,你已经了解到在 Python 编程语言中你有 2 种类型的数字,整数是整数,如 10,它们没有小数点,以及浮点数或浮点数。
中文百科
浮点数 Floating point(重定向自Floating point numbers)
在计算机科学中,浮点(英语:Float point,缩写为FP)是一种对于实数的近似值数值表现法,由一个有效数字(即尾数)加上幂数来表示,通常是乘以某个基数的整数次指数得到。以这种表示法表示的数值,称为浮点数(floating-point number)。利用浮点进行运算,称为浮点计算,这种运算通常伴随着因为无法精确表示而进行的近似或舍入。 这种表示方法类似于基数为10的科学记数法,在计算机上,通常使用2为基数的幂数来表式。一个浮点数a由两个数m和e来表示:a = m × b。在任意一个这样的系统中,我们选择一个基数b(记数系统的基)和精度p(即使用多少位来存储)。m(即尾数)是形如±d.ddd...ddd的p位数(每一位是一个介于0到b-1之间的整数,包括0和b-1)。如果m的第一位是非0整数,m称作正规化的。有一些描述使用一个单独的符号位(s 代表+或者-)来表示正负,这样m必须是正的。e是指数。 |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。