代码搜索:测温精度

找到约 2,905 项符合「测温精度」的源代码

代码结果 2,905
www.eeworm.com/read/439091/7717084

c ds18b20测温c51程序.c

#include #include #define BUSY1 (DQ1==0) sbit DQ1 = P0^4; unsigned char idata TMP; unsigned char idata TMP_d; unsigned char f; void wr_ds18_1(char da
www.eeworm.com/read/432934/8562254

m stucture_while.m

% stucture_while.m % while循环结构示例 % 求浮点数eps的精度 EPS=1; num=0; while(1+EPS)>1 EPS = EPS/2; num=num+1; end disp('eps的数值(浮点数的精度)为:') num EPS=EPS*2
www.eeworm.com/read/382937/8989802

txt read.txt

表名 :tblIPAddress 表结构:ip1   数字   双精度型   地址端1     ip2   数字   双精度型   地址段2     country 文本          所属国家     city   文本          所属地方 * ip地址数据由《追捕》提供。
www.eeworm.com/read/443325/7634584

m stucture_while.m

% stucture_while.m % while循环结构示例 % 求浮点数eps的精度 EPS=1; num=0; while(1+EPS)>1 EPS = EPS/2; num=num+1; end disp('eps的数值(浮点数的精度)为:') num EPS=EPS*2