搜索:AT89X51
找到约 16 项符合「AT89X51」的查询结果
结果 16
https://www.eeworm.com/dl/648/270060.html
单片机开发
#include "at89x51.h" unsigned char code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}
#include "at89x51.h"
unsigned char code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f} //段显0123456789,P0口
https://www.eeworm.com/dl/cadence/ebook/493684.html
电子书籍
AT89X51单片机模拟计算器数字输入及显示
AT89X51单片机模拟计算器数字输入及显示
https://www.eeworm.com/dl/648/218521.html
单片机开发
AT89X51单片机音乐制作简易音乐盒的源程序.C语言编的..
AT89X51单片机音乐制作简易音乐盒的源程序.C语言编的..
https://www.eeworm.com/dl/540/218520.html
软件工程
AT89X51的应用 包括电子密码锁,8*8点阵显示,电子琴,温度控制器
AT89X51的应用
包括电子密码锁,8*8点阵显示,电子琴,温度控制器
https://www.eeworm.com/dl/648/397163.html
单片机开发
PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def
PC与单片机双向通讯智能温控程序
#include <AT89X51.H>
#include <intrins.h>
#define Key_UP P1_0
#define Key_DOWN P1_1
#define Key_SET P1_2
#define RelayOutPort P2_0
#define LEDPort P0
#define DELPort P2_1
#define LEDTwoC P3_6
#define LEDThreeC P3_7
#define TMPort P2_7
#de ...
https://www.eeworm.com/dl/678/146338.html
系统设计方案
可预置的8位计数器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //变量类型的宏定义
可预置的8位计数器程序的主要部分分析
#include <AT89X51.H> //器件配置文件
#define uchar unsigned char //变量类型的宏定义
#define uint unsigned int
uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的数码管段码
0x49,0x41,0x1f,0x01,0x09}
uchar data cnt[8] //在data区定义8 ...