代码搜索:温度检测仪
找到约 5,381 项符合「温度检测仪」的源代码
代码结果 5,381
www.eeworm.com/read/418092/10965177
c 片上温度采集.c
#include //keil中用于输入及输出的头文件,主要应用于串口通信,
#include //SFR
void main (void)
{
int i, temp;
//UART config 注:T3,主要用于波特率发生器的特殊定时器,见P60
T3CON = 0x82; //T3使能,2分频
www.eeworm.com/read/470356/6919118
bak 湿温度_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/470356/6919130
uv2 湿温度.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
www.eeworm.com/read/470356/6919131
m51 湿温度.m51
BL51 BANKED LINKER/LOCATER V5.11 11/03/2004 13:56:13 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 250451
www.eeworm.com/read/458314/7299235
plg ds1820温度.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\单片机\AM51S开发板\源程序\DS18B20温度测试LED显示\DS1820温度.uv2
Project File Date: 01/26/2002
O
www.eeworm.com/read/458314/7299237
opt ds1820温度.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/458314/7299238
hex ds1820温度.hex
:100986000C0A3F065B4F666D7D077F6F39400A167E
:0A099600BF86DBCFE6EDFD87FFEF23
:070A0300D2A18F80C2A122E5
:1009A100D2A0740A2FF8E6F580C2A07FF47E01EF91
:0809B1001F70011EEF4E70F7EC
:0109B900221B
:1009B
www.eeworm.com/read/458314/7299239
lst ds1820温度.lst
C51 COMPILER V8.08 DS1820蝊度 04/18/2009 01:57:16 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE DS1820蝊度
OBJECT MODULE PLACED IN
www.eeworm.com/read/458314/7299241
c ds1820温度.c
//温度显示程序==LED显示,精度0.5度
//12M,11.0592M
/*********************************************/
#include"AT89x52.h"
#define uint unsigned int
#define uchar unsigned char
sbit DUAN=P2^0; //74H
www.eeworm.com/read/458314/7299244