文件名称:Kkexuejishufa
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-12-06
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- 彭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
对于非常大或者非常小的数据,我们通常用科学记数法来表示。例如在科技文献和电脑中经常遇到的 2.3×106 (计算机中的科学记数法表示为:2.3E6),或者 9.18×10-5 (科学记树法表示:9.18E-5)这种类型的数据。
输入:
用科学记数法表示的数据。即为符合C语言表示的科学记数法表示。
输出:
该数据的双精度表示
说明:
输入数据的精度不高于小数点后50位。
输入数据时,在实数和幂之间有空格进行分隔,空格个数不定。
结果保留到小数点后8位,如不足8位用0补足,超过8位则截断,不进行四舍五入的处理。
-For very large or very small data, we usually use scientific notation to represent. For example, in the scientific literature and computer frequently encountered 2.3106 (computer science notation as: 2.3E6), or 9.1810-5 (scientific notation tree notation: 9.18E-5) of this type data. Input: data expressed in scientific notation. Shall conform to the C language representation of the scientific notation. Output: the double-precision data represented Definitions: precision of the input data is not higher than 50 after the decimal point. When entering data, between the real and separated by a space power, indefinite number of spaces. The results reservations to eight decimal, such as insufficient 8 with zeros, over 8 is truncated, not rounded treatment.
输入:
用科学记数法表示的数据。即为符合C语言表示的科学记数法表示。
输出:
该数据的双精度表示
说明:
输入数据的精度不高于小数点后50位。
输入数据时,在实数和幂之间有空格进行分隔,空格个数不定。
结果保留到小数点后8位,如不足8位用0补足,超过8位则截断,不进行四舍五入的处理。
-For very large or very small data, we usually use scientific notation to represent. For example, in the scientific literature and computer frequently encountered 2.3106 (computer science notation as: 2.3E6), or 9.1810-5 (scientific notation tree notation: 9.18E-5) of this type data. Input: data expressed in scientific notation. Shall conform to the C language representation of the scientific notation. Output: the double-precision data represented Definitions: precision of the input data is not higher than 50 after the decimal point. When entering data, between the real and separated by a space power, indefinite number of spaces. The results reservations to eight decimal, such as insufficient 8 with zeros, over 8 is truncated, not rounded treatment.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
科学计数法.dsp
科学计数法.dsw
科学计数法.ncb
科学计数法.opt
科学计数法.plg
科学计数法.cpp