中英
单精度浮点数
  • 简明
  • 网络释义
  • 专业释义
  • 1

     Single

    ... Long长整数 Single单精度浮点数 Double双精度浮点数 ...

  • 2

     single-precision floating point number

    Packed Single-precision Floating-point 一种紧缩单精度浮点类型 single-precision floating point number 单精度浮点数字 ; 单精度浮点数 single-precision float onlying point numalwaysr 单精度浮点数字 ..

  • 3

     flost

    ... extern;存储种类说明;在其他程序模块中说明了的全局变量 flost;数据类型说明;单精度浮点数 for;程序语句;构成for循环结构 ...

  • 4

     float

    ... 长整型long 单精度浮点数float 双精度浮点数double ...

短语
  • 双语例句
  • 1
    将指定的单精度浮点的值转换为等效的布尔值。
    Converts the value of the specified decimal number to an equivalent Boolean value.
  • 2
    将指定的单精度浮点的值转换为等效的8位带符号整数。
    Converts the value of the specified Unicode character to the equivalent 8-bit signed integer.
  • 3
    将数字的字符串表示形式转换为它的等效单精度浮点字。
    Converts the string representation of a number to its single-precision floating-point number equivalent.
查看更多
  • 百科
  • 单精度浮点数

    单精度浮点数是用来表示带有小数部分的实数,一般用于科学计算。占用4个字节(32位)存储空间,包括符号位1位,阶码8位,尾数23位。其数值范围为-3.4E38~3.4E38,单精度浮点数最多有7位十进制有效数字,单精度浮点数的指数用“E”或“e”表示。 单精度浮点数有多种表示形式:±n.n(小数形式) ±n E ±m(指数形式) ±n.n E ±m (指数形式) 如果某个数的有效数字位数超过7位,当把它定义为单精度变量时,超出的部分会自动四舍五入。

查看更多