代码搜索:温度检测仪
找到约 5,381 项符合「温度检测仪」的源代码
代码结果 5,381
www.eeworm.com/read/359240/10159823
m 例5-6.m
%假想某城市一年12月份平均气温数据,画出其条形图
>> x=1:12;
>> y=[-12,-6,4,11,23,26,36,30,21,17,10,3];
>> bar(x,y)
>> xlabel('月'),ylabel('温度');
>> title('气温表')
%现在加上夜平均气温数据,再画出其条形图
>> x=1:12;
>> y=[-10,-6,6,11,21,27
www.eeworm.com/read/357570/10206454
dbg smg_ds18b20.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR H:\mega128开发板rev1.1\开发板程序\ds18b20温度+数码管显示程序\
FILE MAIN.C
FUNC timer0_init 2C4 fV
BLOCK 20 2C4
LINE 20 2C4
LINE 21 2C4
LINE 22 2
www.eeworm.com/read/357522/10207256
plg temper.plg
礦ision3 Build Log
Project:
D:\My Documents\我的单片机实验\34.带有存储器功能的数字温度计-DS1624技术应用\Keil-C\temper.uv2
Project File Date: 08/20/2007
Output:
Build t
www.eeworm.com/read/357154/10214658
plg u disk.plg
礦ision3 Build Log
Project:
K:\SiriuS超级开发板资料\SiriuS开发板各部分实验例程、视频及例程说明\PCF8563实时钟\U盘实时记录温度\U Disk.uv2
Project File Date: 05/16/2008
Output:
Buil
www.eeworm.com/read/426441/10251126
plg 18b20.plg
礦ision3 Build Log
Project:
G:\实验箱的51C程序\DS18B20\18b20带负温度精确到0.1度\18b20.uv2
Project File Date: 12/19/2008
Output:
Build target 'Target 1'
asse
www.eeworm.com/read/349940/10780574
plg ther_sample.plg
礦ision3 Build Log
Project:
E:\ADUC\ADuC开发板\ADUC824开发板080515\ADuC824实验指导书\C51\实验七 热敏电阻温度采集显示实验\THER_sample.uv2
Project File Date: 05/24/2008
Output:
www.eeworm.com/read/419437/10867761
plg 1602wen.plg
礦ision3 Build Log
Project:
G:\单片机配套盘\新 实验板配套程序\实验板配套实例程序\18B20+1602LCD温度实验(C语言)\1602wen.uv2
Project File Date: 07/02/2008
Output:
www.eeworm.com/read/417736/10978150
m 例5-6.m
%假想某城市一年12月份平均气温数据,画出其条形图
>> x=1:12;
>> y=[-12,-6,4,11,23,26,36,30,21,17,10,3];
>> bar(x,y)
>> xlabel('月'),ylabel('温度');
>> title('气温表')
%现在加上夜平均气温数据,再画出其条形图
>> x=1:12;
>> y=[-10,-6,6,11,21,27
www.eeworm.com/read/470239/6916411
txt 使用说明.txt
DS18B20的管脚定义:
1、GND
2、DQ
3、VCC
DQ → P3.3
P1.4
P1.5
P1.6
P1.7
检测 DS18B20 状态:
DS18B20正常显示:
DS18B20 OK
TEMP: 25.8℃ ← 显示实际温度
DS18B20不正常显示:
DS18B20 ERROR
TEMP:
www.eeworm.com/read/150979/7126688
txt atgema1820.txt
/* m818b20.c 2004-11-19
本程序为采用mega8 和18b20的温度采集程序
选用mega8内部8M RC震荡,18b20 数据线接pd6,数据线和vcc间接一4.7k上拉电阻
感谢dfgeoff 嗜血蜗牛提供的资料*/
/**********************
头文件部分
***********************/