代码搜索:测量温度
找到约 7,506 项符合「测量温度」的源代码
代码结果 7,506
www.eeworm.com/read/346567/11737504
xls 温度.xls
www.eeworm.com/read/345125/11836981
asm 温度.asm
; {AT89C2051}
;TIME:2007-11-07
;温控
; v1.1 以调试OK
ORG 0000H
JMP START
mov xpos,#0
;===========================================================
ADCS BIT P3.5 ;
ADCLK BIT P3.4 ;
A
www.eeworm.com/read/257254/11940378
温度显示
www.eeworm.com/read/341025/12112849
温度控制
www.eeworm.com/read/338688/12288434
温度电脑
www.eeworm.com/read/128827/14277771
c 温度.c
#include "msp430x44x.h" // 包含头文件
#include //包含数学运算头文件
#define Trt 25 //预先测量到的室温
#define Th 50 //高温告警温度
#define Tl 0 //低温告警温度
int i=0, k=0,Vrt; //定义全局变量
int ADC_Result[16];
float
www.eeworm.com/read/7773/134377
按键温度
www.eeworm.com/read/37223/900769
vi 温度.vi
www.eeworm.com/read/26100/953976
串口温度
www.eeworm.com/read/28142/994297