代码搜索:51单片机

找到约 10,000 项符合「51单片机」的源代码

代码结果 10,000
www.eeworm.com/read/388574/8599419

txt 单片机c51编程中几个有用的程序模块.txt

要包含一个单片机硬件的资源头文件。各模块使用了定义在Common.h中的一些数据类型。如:BIT(bit) BYTE(unsigned char)等,具体请参见源程序。 时钟模块   在单片机软件设计中, 时钟是重要资源, 为了充分利用时钟资源, 故设计本时钟模块。 本模块使用定时器0,在完成用户指定功能的同时, 还能够自动处理一些其它模块中与时钟相关的信息。   时钟模块由声明文 ...
www.eeworm.com/read/185405/9039015

c c51单片机实现液晶秒表以及简单计算器.c

#include #include #include #include #include #define uchar unsigned char #define uint unsigned int uchar temp1; void displayListChar(unsigne