代码搜索:温控算法
找到约 10,000 项符合「温控算法」的源代码
代码结果 10,000
www.eeworm.com/read/322453/13379808
lst 温控器.lst
A51 MACRO ASSEMBLER 温縚芲 10/27/2007 16:37:00 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN 温控器.OBJ
ASSEMBLER INVOKED
www.eeworm.com/read/322453/13379810
asm 温控器.asm
TMPL EQU 29H
TMPH EQU 28H
FLAG1 EQU 38H
DATAIN BIT P3.7
ORG 00H
LJMP MAIN1
ORG 03H
LJMP ZINT0
ORG 13H
LJMP ZINT1
ORG 30H
MAIN1: SETB IT0
SETB EA
SETB EX0
SETB
www.eeworm.com/read/322453/13379820
opt 温控器.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/322453/13379827
plg 温控器.plg
礦ision2 Build Log
Project:
E:\编书例子\DS18B20测温\温控器.uv2
Project File Date: 10/27/2007
Output:
www.eeworm.com/read/322453/13379830
hex 温控器.hex
:030000000201E515
:0C01E500787FE4F6D8FD75810702000069
:03000000020030CB
:030003000201C037
:030013000201CF18
:10003000D288D2AFD2A8D28AD2AAD2B6D2B275749E
:100040000075750075760975770012007D1200E06
www.eeworm.com/read/305000/13780599
ddb 水温控制.ddb
www.eeworm.com/read/429540/6315093
c 温控最终程序.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
#include
#include
#define AD0809 XBYTE[0xf605]
sbit p_clock=P2^1;
www.eeworm.com/read/157915/11656068
ppt 水温控制.ppt
www.eeworm.com/read/201416/15408700
c 温控煮饭测试.c
#include"reg52.h"
#define uchar unsigned char
#define uint unsigned int
sbit BO=P3^6;
sbit CALL=P3^2;
sbit DQ=P3^7; //定义通信端口
uint h;
uint i;
//延时函数
void delay2(unsigned int i)
{
whi
www.eeworm.com/read/384677/8851196