Double CAN communicating building block based
Real time operating system as the development plat of embedded design would be the tendency of embed
double+conversion技术资料下载专区,收录116份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
Real time operating system as the development plat of embedded design would be the tendency of embed
Addressbook using double-linked list. This example shows the use of a double-linked list by implementing an addressbook ...
AD7708 - ANALOG DEVICES 16bit ADC CONVERSION ROUTINES
conversion data type between different type datas
analog to digital conversion applications of microcontroller
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。 例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real...