double+conversion
double+conversion技术资料下载专区,收录116份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
116
源代码
10,000
double+conversion 热门资料
查看全部 116 份 →Addressbook using double-linked list. This example shows the use of a double-linked list by implemen
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook ...
2014-01-24
129
AD7708 - ANALOG DEVICES 16bit ADC CONVERSION ROUTINES
AD7708 - ANALOG DEVICES 16bit ADC CONVERSION ROUTINES
2013-12-25
144
conversion data type between different type datas
conversion data type between different type datas
2016-04-29
20
analog to digital conversion applications of microcontroller
analog to digital conversion applications of microcontroller
2014-11-24
30
编函数 float fun(double h)
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。 例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。
2017-06-10
88
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real...
2016-06-30
94