代码搜索:温度检测仪

找到约 5,381 项符合「温度检测仪」的源代码

代码结果 5,381
www.eeworm.com/read/475627/6774623

plg thermometer.plg

礦ision2 Build Log Project: F:\dp-51pro\Cd_main\实验例程\实验20\DS18B20温度采集和输出显示实验\Thermometer.uv2 Project File Date: 02/06/2004 Output:
www.eeworm.com/read/471622/6886975

plg ad1405.plg

礦ision2 Build Log Project: F:\程序\51单片机经典实例篇\第14章 AD与DA及其应用\14.6 数字温度计\AD1405.uv2 Project File Date: 01/07/2007 Output:
www.eeworm.com/read/295410/8166196

plg ds18b20.plg

礦ision3 Build Log Project: F:\新建文件夹\LL_PLCHAT89S52开发资料\开放代码\温度传感器\DS18B20.uv2 Project File Date: 12/01/2006 Output:
www.eeworm.com/read/294306/8242808

measure

#define DATA P1_1 #define SCK P1_0 #define STATUS_REG_W 0x06 //写状态寄存器命令 #define STATUS_REG_R 0x07 //读状态寄存 //命令 #define MEASURE_TEMP 0x03 //测量温度命令 #define MEASURE_HUMI 0x05 //测
www.eeworm.com/read/369261/9657573

m c_annealing.m

function [ S,E,Tk ] = c_annealing( S,Wij,Tk,c ) %C_ANNEALING p291确定性模拟退火算法 %输入参数: % S:网络节点的状态序列,每个节点可取值+1或-1 % Wij:节点间的权值矩阵 % Tk:温度 % c:T(k+1)=c*T(k) undone=true; n=size(S,2
www.eeworm.com/read/369261/9657575

m annealing.m

function [ S,E,Tk ] = annealing( S,Wij,Tk,c ) %ANNEALING p288随机模拟退火算法 %输入参数: % S:网络节点的状态序列,每个节点可取值+1或-1 % Wij:节点间的权值矩阵 % Tk:温度 % c:T(k+1)=c*T(k) n=size(S,2);%有n个节点 undone=tr
www.eeworm.com/read/415618/11061299

c ds18b20.c

/*********************************************************************** ;便携式温度计 ;数码管引脚连接:a=P1.2 b=P1.1 c=P1.0 d=P1.3 e=P1.4 f=P1.6 g=P1.5 h=P1.7共阳; ;编写人:芦庆 ;时间:2008年7月27日 ;主控芯片:AT89C2051-24PU ;
www.eeworm.com/read/415617/11061353

c ds18b20.c

/*********************************************************************** ;便携式温度计 ;数码管引脚连接:a=P1.2 b=P1.1 c=P1.0 d=P1.3 e=P1.4 f=P1.6 g=P1.5 h=P1.7共阳; ;编写人:芦庆 ;时间:2008年7月27日 ;主控芯片:AT89C2051-24PU ;
www.eeworm.com/read/415616/11061426

plg v1.3.plg

礦ision3 Build Log Project: D:\8051编程\V1.3\v1.3.uv2 Project File Date: 02/14/2009 Output: Build target 'Target 1' compiling 便携式温度计.c... linki
www.eeworm.com/read/135474/13926957

c ad7416_new.c

/*AD7416温度传感器接口程序*/ /*2004年11月4日*/ #include #include #include #include sbit SDA = P3^5; sbit SCL = P3^4; char Start() //当SCL为高时,SDA由高到低跳变,认为开