登录
首页 » 汇编语言 » 一个简单的小闹钟程序

一个简单的小闹钟程序

于 2022-07-09 发布 文件大小:61.18 kB
0 255
下载积分: 2 下载次数: 1

代码说明:

一个简单的小闹钟程序-a small alarm clock simple procedures

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

发表评论

0 个回复

  • 万年历程序 从1302中读出的数据放在67H(高两位年)66H(低两位年)65H(月)64H(星期)63H(日) 62H(小时)61H(分钟)60H(...
    万年历程序 从1302中读出的数据放在67H(高两位年)66H(低两位年)65H(月)64H(星期)63H(日) 62H(小时)61H(分钟)60H(秒)57H(农历月)56H(农历日) 显示缓冲单元7CH-7BH(4CH-4BH)(年低位),7AH-79H(4AH-49H)月,78H(48H)星期, 77H-76H(47H-46H)日,75H-74H(45H-44H)小时,73H-72H(43H-42H)分钟,71H-70H(41H-40H)秒 5EH-5DH(55H-54H)农历年,5CH-5BH(53H-52H)农历月,5AH-59H(51H-50H)农历日 闰月标志为F0,定时器T1为调整时候闪烁用。 1302在设置调整时间后,要改为禁止写入状态,否则在上电复位的时候就发生误写入,使时间值加1分钟 次程序中的段码表只适用于该特殊的硬件,具体的段码表由具体的硬件决定 -Calendar program read from the 1302 data on the 67H (two-year high) 66H (two-year low) 65H (month) 64H (Week) 63H (date) 62H (hours) 61H (minutes) 60H (second) 57H (Lunar Month) 56H (Lunar date) shows a buffer unit 7CH-7BH (4CH-4BH) (year low), 7AH-79H (4AH-49H) month, 78H (48H) Week, 77H-76H (47H-46H) Day , 75H-74H (45H-44H) hours, 73H-72H (43H-42H) minutes, 71H-70H (41H-40H) second 5EH-5DH (55H-54H) Lunar New Year, 5CH-5BH (53H-52H) Lunar month, 5AH-59H (51H-50H) Lunar Leap Day logo for F0, adjust the timer T1 is used when flashing. 1302 adjust at set time, the status should be cha
    2022-08-09 16:37:13下载
    积分:1
  • 由8051/8096/8099/8048单片机工具、 、摩托罗拉m68HC11、m680x0系列、inter8051单片机、do
    由8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是汇编语言的知识宝库!-Compiled by the 8051/8096/8099/8048 SCM tools, assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 microcontroller assembly language, dos not open secret, windows process control, graphics programming, innovative development of 32-bit sound, video examples, etc. many elements, rich in content, is definitely assembly language of knowledge!
    2023-03-23 18:50:03下载
    积分:1
  • easmedit
    EASMEdit
    2022-01-21 21:45:59下载
    积分:1
  • 传感器DS18B20的测量温度的显示源程序代码
    传感器DS18B20的测量温度的显示源程序代码-Measurement of the temperature sensor DS18B20 display of source code
    2022-03-01 21:02:07下载
    积分:1
  • C多种求最优的程序源代码,方便实用 对程有很大帮助...
    C语言多种求最优的程序源代码,方便实用 对编程有很大帮助-C language for a variety of optimal source code, useful for programming will be of great help
    2022-06-28 12:27:09下载
    积分:1
  • 一个由asm写的程序,程序用于自动产生若干个随机数
    一个由asm编写的程序,程序用于自动产生若干个随机数-Asm prepared by a procedure, the procedure used to automatically generate a number of random numbers
    2023-08-03 19:45:02下载
    积分:1
  • Multi
    多功能太阳能定时器程序(液晶),对产品开发有很好的参考价值。-Multi-function solar timer program (LCD), for product development has a very good reference value.
    2022-07-03 13:20:51下载
    积分:1
  • 该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指...
    该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指示灯,开关门要有声响提示 每层楼高度为0.30米,楼层全高1.5米-the contents of this document is to design a five-storey building in the lift control device on each floor under the requirements necessary to control the upper and lower control buttons located buttons and lights, all floors can provide a current show floor elevator door keys internal switches on each floor of buttons and lights, switches doors have audible alert signal height of each floor 0.30 meters, the entire floor 1.5 meters high
    2022-02-02 12:09:15下载
    积分:1
  • 如何写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMes
    如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How demonstrates uses: CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, how does CreateFont demonstrate uses API to found the Windows window to control
    2022-11-17 12:00:03下载
    积分:1
  • 里面有c和单片机的程序,可以找到延时,lcd显示,树脂转换,键盘扫描等...
    里面有c和单片机的程序,可以找到延时,lcd显示,树脂转换,键盘扫描等-There are c and SCM procedures, can be found delay, lcd display, resin conversion, keyboard scanning, etc.
    2022-03-11 12:43:25下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载