代码搜索:测温精度
找到约 2,905 项符合「测温精度」的源代码
代码结果 2,905
www.eeworm.com/read/453611/7416477
pdf 基于mcs_51单片机的测温系统.pdf
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/437669/7743159
caj 小波神经网络的图像颜色测温方法.caj
www.eeworm.com/read/195886/8124684
dbk last loaded 多路18b20测温显示系统.dbk
www.eeworm.com/read/404017/11492997
rar 数码管_测温控制系统(c程序).rar
www.eeworm.com/read/261497/11641310
pdf 热电阻pt100测温电路调试体会.pdf
www.eeworm.com/read/18165/778623
dbk last loaded 多路18b20测温显示系统.dbk
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