摘要:
【资源下载】下载地址如下1395:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include <reg52.h> #include "MICRO.h" #include "LCD1602.h" #include "TLC1543.h" sbit f=P1^7 阅读全文
摘要:
【资源下载】下载地址如下1400:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include<reg51.h> // 重定义关键词 // #ifndef uchar #define uchar unsigned char #endif #ifndef uin 阅读全文
摘要:
【资源下载】下载地址如下1399:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl / // 发射引脚(接PNP三极管b极) // PNP三极管e极接2Ω电阻,c极接红外发射管 #include <REG51.h> #include <intrins.h> #def 阅读全文
摘要:
【资源下载】下载地址如下1394:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl ESP8266与51单片机控制系统,包括液晶1602、电机,通过按钮可经ESP8266向上位机会送数据。通过Protues的控件映射到计算机的串口上,Protues系统通过计算机串口 阅读全文
摘要:
【资源下载】下载地址如下1392:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include<reg51.h> #define uchar unsigned char #define uint unsigned int sbit cs = P3^0; sbi 阅读全文
摘要:
【资源下载】下载地址如下1398:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl 1、有人来时(进门或出门)开门。当人走到离门不远的时候时,安装在门上侧的热释红外线传感器信号检测装置检测到有人时,将启动电动机带动传动链开门。 2、无人时关门延迟,当热释收发装置没有 阅读全文
摘要:
【资源下载】下载地址如下1397:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl 1.该设计包括硬件和软件设计两个部分。模块划分为数据采集、按键设定、报警等。 2.本红外线防盗报警系统由热释电红外传感器、蜂鸣器、单片机控制电路、LED指示电路及软件组成。 3.系统 阅读全文
摘要:
【资源下载】下载地址如下1390:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl 1、下行控制报站:首先按下(下行设置按键),(下行指示灯)亮,然后按下(手动播报)按键控制播报下一站2、上行控制报站:首先按上(上行设置按键),(上行指示灯)亮,然后按下(手动播报) 阅读全文
摘要:
【资源下载】下载地址如下1388:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl //51单片机简人体红外报警器设计,手动按键控制实现紧急报警、布防、撤防、关闭报警)// #include <reg52.h> #define uchar unsigned char 阅读全文
摘要:
【资源下载】下载地址如下1387:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include <reg52.h> #define uchar unsigned char #define uint unsigned int uchar Mode=1,Mode1 阅读全文
摘要:
【资源下载】下载地址如下1383:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include <main.h> #include <18b20.h> //#include <485.h> sbit warning=P1^7; sbit greenled=P1 阅读全文
摘要:
【资源下载】下载地址如下1396:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl 设计利用多谐振荡电路作为红外线发射器的驱动电路,驱动红外发射管,向布防区内发射红外线,接收端利用专用的红外线接收器件对发射的红外线信号进行接收,经放大电路进行信号放大及整形后驱动数字 阅读全文
摘要:
1460下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 #include <reg52.h> sbit key = P2^0; sbit led = P1^0; void delay_ms(unsigned int x) 阅读全文
摘要:
下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 阅读全文
摘要:
1458下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 //头文件的声明 #include <reg51.h> #include <stdio.h> #include <intrins.h> //宏定义温度上限变量 #d 阅读全文
摘要:
1457下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 /********************************************************************************* 阅读全文
摘要:
1456下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 #include <reg51.h> #include <intrins.h> #include <math.h> #define uchar unsigned c 阅读全文
摘要:
1455下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 全自动洗衣机就是将洗衣的全过程(泡浸-洗涤-漂洗-脱水)预先设定好N个程序,洗衣时选择其中一个程序,打开水龙头和启动洗衣机开关后洗衣的全过程就会自动完成,洗衣完成时 阅读全文
摘要:
1454下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 #include <reg52.h> #include <intrins.h> #include <string.h> bit bdata flag_key; #i 阅读全文
摘要:
1453下载地址 https://docs.qq.com/doc/DWEpnR2pOWU91b3p4?pub=1&dver=2.1.0 #include<reg52.h> #define uchar unsigned char #define uint unsigned int sbit S1=P1 阅读全文