代码搜索:温控算法
找到约 10,000 项符合「温控算法」的源代码
代码结果 10,000
www.eeworm.com/read/304374/13795323
hex 温控.hex
www.eeworm.com/read/304374/13795401
bin 温控.bin
www.eeworm.com/read/304374/13795406
asm 温控.asm
ORG 0000H
LJMP MAIN
ORG 0030H
MAIN:CLR P1.0
MOV R1,#8
MOV 30H,#10
MOV 31H,#0
MOV R0,#0
MOV R3,#128
START:MOVX @DPTR,A
JB P3.2,$
MOVX A,@DPTR
CLR C
www.eeworm.com/read/124473/14565756
txt 温控.txt
主程序:
;初始调试程序
org 00h
start:mov R0,#20H ;数据缓冲区首地址
clr p2.7 ;启动ad
movx @R0,a
wait:jnb p3.2,adc ;完成就去adc
jmp wait
adc:movx a,@r0 ;读数
mov @R0,a
mov p1,a ;显
www.eeworm.com/read/375745/9350664
水温控制
www.eeworm.com/read/351330/10657918
txt 机箱温控.txt
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define LCM_Data P0
#define Busy 0x80
sbit LCM_RW=P2^1;
sbit LCM_RS=P2^0;
sbit LCM_E=P2^2;
sbit
www.eeworm.com/read/469178/6978658
c 温控开关.c
/*****************************************************************************
程 序 名:51AVR实验板配套程序 - 18B20温控开关
开发环境:Keil
编 写 者:www.01mcu.net
功能简述:读取DS18B20测得的温度,转换并显示到数码管上,
同时根据设定值来控制继电器
www.eeworm.com/read/397163/8064471
exe 智能温控.exe
www.eeworm.com/read/322453/13379809
温控器
www.eeworm.com/read/304564/13791366
asm 温控程序.asm
ZHENGSHU EQU 57H ;温度整数
XIAOSHU EQU 58H ;温度小数
TEMPH EQU 59H ;设定温度上限值(BCD)
TEMPH1 EQU 4DH ;键盘设定温度值(16进制)
WD1 EQU 33H ;温度十位
WD2