登录
首页 » SCM » 本代码以8051单片机做的,实现对电子钟的功能。功能包括四按键对电子钟的时间及年月日的调整,6LED数码管显示时间。各部分功能以模块写出,便于以后调用,对于初学...

本代码以8051单片机做的,实现对电子钟的功能。功能包括四按键对电子钟的时间及年月日的调整,6LED数码管显示时间。各部分功能以模块写出,便于以后调用,对于初学...

于 2022-04-25 发布 文件大小:222.24 kB
0 149
下载积分: 2 下载次数: 1

代码说明:

本代码以8051单片机做的,实现对电子钟的功能。功能包括四按键对电子钟的时间及年月日的调整,6LED数码管显示时间。各部分功能以模块写出,便于以后调用,对于初学单片机的朋友们会有很大帮助。-The code to 8051 to do, to achieve the electronic clock function. Features include 4 buttons on the electronic form of time and date adjustment, 6LED digital tube display time. All parts of capabilities to the module to write, easy to call the future, for beginners SCM would be of great help to my friends.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 汽车电子转速表电路,包括原理图和印制板图,使汽车电子的典型电路,值得学习...
    汽车电子转速表电路,包括原理图和印制板图,使汽车电子的典型电路,值得学习-automotive electronic tachometer circuit, including schematic and PCB plans, the typical automobile electronic circuits, it is worth learning
    2022-01-24 16:14:58下载
    积分:1
  • 达拉斯市精密温度传感器系列号阅读器。
    美国达拉斯高精度温度传感器DS18B20的序列号读取程序。-Dallas Precision Temperature Sensor serial number reader.
    2023-07-04 22:45:03下载
    积分:1
  • 凌阳IDE中写的一个LED键盘模组制程序,改一下自己的IO代码 直接编译就可以使用了...
    凌阳IDE中写的一个LED键盘模组制程序,改一下自己的IO代码 直接编译就可以使用了-Sunplus IDE write a keyboard LED module system procedures, change your own direct IO code compiler can use the
    2022-02-07 22:16:04下载
    积分:1
  • AVR单片机入门及C语言高效设计实践(五) ATMEAG16L的中断系统什么是“中断”?顾名思义中断就是中断某一工作过程去处理一些与本工作过程无关或间接相关...
    AVR单片机入门及C语言高效设计实践(五) ATMEAG16L的中断系统什么是“中断”?顾名思义中断就是中断某一工作过程去处理一些与本工作过程无关或间接相关或临时发生的事件,处理完后,则继续原工作过程。比如:你在看书,电话响了,你在书上做个记号后去接电话,接完后在原记号处继续往下看书。如有多个中断发生,依优先法则,中断还具有嵌套特性。又比如:看书时,电话响了,你在书上做个记号后去接电话,你拿起电话和对方通话,这时门铃响了,你让打电话的对方稍等一下,你去开门,并在门旁与来访者交谈,谈话结束,关好门,回到电话机旁,拿起电话,继续通话,通话完毕,挂上电话,从作记号的地方继续往下看书。由于一个人不可能同时完成多项任务,因此只好采用中断方法,一件一件地做。[第一段] -AVR C language portal and efficient design practice (5) ATMEAG16L the system even interrupted Mody is "suspended"? As the name suggests is interrupted interruption of a process to deal with some of the work process unrelated or indirectly related to the temporary or , after treatment, to the original process. For example : in your reading, the phone rang, you have the book to be a mark after picking up the telephone, then after the original mark to continue down the reading. For more interruption, priority rules and the suspension characteristics also have nested. For instance : reading, the phone rang, you have the book to be a mark after pick
    2023-05-14 06:10:03下载
    积分:1
  • A Bubble Sort
    A Bubble Sort - This is a sort that can be used on small numbers of records. Bubble Sorts file orig.txt in the application path.-A Bubble Sort- This is a sort that can be used on small numbers of records. Bubble Sorts file orig.txt in the application path.
    2022-03-15 01:40:46下载
    积分:1
  • 单片机与FPGA控制128*64液晶显示程序,用总线方式控制
    单片机与FPGA控制128*64液晶显示程序,用总线方式控制
    2022-10-18 10:40:02下载
    积分:1
  • C language to control single
    C语言控制单片机。里面包含了很多用C语言编写的经典的例子,对初学者入门及提高很有帮助。-C language to control single-chip microcomputer. Which contains a lot of use of C language classic example of entry for beginners and helpful to improve.
    2022-03-13 22:35:10下载
    积分:1
  • avr download the JTAG Debugging production line, pictures, schematics, PCB, etc....
    avr的jtag调试下载线制作,有图片,原理图,pcb等。-avr download the JTAG Debugging production line, pictures, schematics, PCB, etc..
    2022-06-20 20:19:43下载
    积分:1
  • 1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。 3. 支持半双...
    1. 本程序使用一个定时器和任意 2 个 I/O 口模拟一个串行口。 2. 1位起始位,8位数据位,1位停止位。发数据位时先发低位。 3. 支持半双工通讯。收、发波特率相同。 4. 应把定时器中断优先级设置为最高级。 5. 本程序每接收一个字节后就把它放到一个队列缓冲区中(也可使用环行缓冲区), 待缓冲区满后,将缓冲区中的内容原样发回。这是为了测试多字节连续收发的 能力和简化程序。实际应用中应防止缓冲区溢出。 6. 由接收转换到发送时要先调用 soft_send_enable (); 由发送转换到接收时要先调用 soft_receive_enable ()。 7. 发送最后一个字节后如果要立刻转为接收,必须等待最后一个字节后发送完毕 while ( rs_f_TI == 0) // 等待最后一个字节发送完毕-err
    2022-06-19 08:35:11下载
    积分:1
  • 液晶屏显示程序,主要对各按键处理做了很好的处理,可随意改动各按键,通讯采用MODBUS ASCII 可以控制台达变频器的起停及速度控制...
    液晶屏显示程序,主要对各按键处理做了很好的处理,可随意改动各按键,通讯采用MODBUS ASCII 可以控制台达变频器的起停及速度控制-LCD display program, the main keys to deal with a very good, may be arbitrarily changed the keys, communications using MODBUS ASCII converter can console cease and the speed control
    2023-04-07 21:15:03下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载