代码搜索:温度检测仪
找到约 5,381 项符合「温度检测仪」的源代码
代码结果 5,381
www.eeworm.com/read/291077/8442609
pdf 电阻炉温度控制系统.pdf
www.eeworm.com/read/390449/8465124
pcb backup of 数字温度计2.pcb
www.eeworm.com/read/387056/8709254
obj ds18b20温度测量.obj
www.eeworm.com/read/387056/8709262
c ds18b20温度测量.c
//MCU: AT89S51
//晶振:12M
#include "AT89X51.h"
#include "intrins.h"
//common part
#define HIGH 1
#define LOW 0
#define TRUE 1
#define ZERO 0
#define MSB 0x80
//ds1
www.eeworm.com/read/387056/8709267
hex ds18b20温度测量.hex
:10014A00C0F9A4B0999282F88090868CB79CC64078
:10015A00792430191202780010FEFDFBF7EFDFBF99
:10016A007F00060C12191F252B32383E444B51577B
:10017A005D0019324B0019324B0019324B0019320B
:01018A004B29
:0A02
www.eeworm.com/read/387056/8709270
lst ds18b20温度测量.lst
C51 COMPILER V7.50 DS18B20温度测量 03/31/2007 23:27:40 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE DS18B20温度测量
OBJECT MODULE PLACED IN
www.eeworm.com/read/387056/8709273
plg ds18b20温度测量.plg
礦ision3 Build Log
Project:
F:\51例程\整理好的实验实例\DS18B20温度测量\DS18B20温度测量程序\DS18B20温度测量.uv2
Project File Date: 05/31/2008
Output:
www.eeworm.com/read/387056/8709275
opt ds18b20温度测量.opt
### 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/387056/8709277
txt ds18b20温度测量.txt
#include "AT89X51.h"
#include "intrins.h"
//common part
#define HIGH 1
#define LOW 0
#define TRUE 1
#define ZERO 0
#define MSB 0x80
//ds18b20 part
#define Skip
www.eeworm.com/read/387056/8709279