11
51单片机电子钟C程序.txt
#include"reg51.h"//定义51 头文件 #define uchar unsigned char //定义一下方便使用 #define uint unsigned int uchar d
5
51单片机电子琴程序.txt
#include<reg51.h> #define uint unsigned int #define uchar unsigned char //---
7
51单片机 音乐程序.txt
两只老虎:do,re,mi,do,do,re,mi,do,mi,fa,so,mi,fa,so, so,la,so,fa,mi,do,so,la,so,fa,mi,do,re,l_so,do,re,l_
5
sd2405 C语言 51单片机.txt
sd2405 C语言 51单片机sd2405 C语言 51单片机sd2405 C语言 51单片机
11
51单片机日历C程序.txt
#include<reg52.h>#define uint unsigned int #define uchar unsigned char sbit lcden=P3^4; sbit lcdrs=P
13
51单片机实现电子琴.txt
51单片机实现电子琴51单片机实现电子琴51单片机实现电子琴
2
51单片机C语言指令.txt
51单片机C语言指令,单片机c语言指令集,c语言,单片机c语言,单片机c语言应用100例,单片机c语言教程,单片机c语言入门,单片机c语言函数,单片机的c语言,c语言指令大全
9
51单片机延时程序.txt
51单片机延时程序
单片机延时程序(适合初学者)
下面几个是单片机的延时程序(包括ASM和C程序,都是我在学单片机的过程中用到的),在单片机延时程序中应考虑所使用的晶振的频率,在51系列的单片机中我们常用的是11.0592MHZ和12.0000MHZ的晶振...
14
51单片机 频率计设计.txt
DW1EQU 53H DW2 EQU 54H DW3 EQU 55H XIAN1 EQU 50H XIAN2 EQU 51H XIAN3 EQU 52H COUNTT0 EQU 56H SAME EQ
3
51单片机音乐c程序.txt
#include<AT89X52.H> unsigned char Count; sbit bee_Speak =P2^0 //蜂鸣器器控制脚unsigned char code SONG[] //祝

向豆丁求助:有没有51单片机的?