代码搜索:测温精度
找到约 2,905 项符合「测温精度」的源代码
代码结果 2,905
www.eeworm.com/read/410974/11261792
lst 测温.lst
C51 COMPILER V8.05a 测温 10/05/2008 21:44:34 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE 测温
OBJECT MODULE PLACED IN 测温.OB
www.eeworm.com/read/410974/11261794
c 测温.c
#include
#include "delay.c"
#include "DS18B20.c"
unsigned char code Seg8cc[]={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F};
void Display()
{
P2=0xfe;
P0=Seg8cc[tens];
Del
www.eeworm.com/read/410974/11261795
pwi 测温.pwi
www.eeworm.com/read/410974/11261806
dsn 测温.dsn
www.eeworm.com/read/385916/8782142
xls 精度.xls
www.eeworm.com/read/429985/8774616
asm 多点测温.asm
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
LU EQU 40H
LU1 EQU 30H
LU2 EQU 38H ;存放第二个1820数据序列号地址
LATCH EQU P1.7 ;595放数
DAT BIT P1.6 ;18B20的数据端
www.eeworm.com/read/429985/8774617
asm 单点测温.asm
LATCH EQU P1.7 ;595放数
SHU EQU P1.5 ;595数据输入
CP EQU P1.2 ;595时钟输入
DAT_1820 BIT P1.6 ;18B20的数据端
TH EQU 100 ;高温报警点100
TL EQU 0
www.eeworm.com/read/429985/8774619
hex 多点测温.hex
www.eeworm.com/read/429985/8774623
bin 多点测温.bin
www.eeworm.com/read/429985/8774626