登录
首页 » 汇编语言 » 数码管显示交流稳压器,使用9454单片机编写,汇编言语

数码管显示交流稳压器,使用9454单片机编写,汇编言语

于 2023-07-10 发布 文件大小:9.01 kB
0 243
下载积分: 2 下载次数: 1

代码说明:

数码管显示交流稳压器,使用9454单片机编写,汇编言语-Digital display AC voltage stabilizer, the use of 9454 single-chip preparation, compilation of words

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

发表评论

0 个回复

  • AT89C51 through the serial port communication, able to read the series of digita...
    通过AT89C51的串行口通讯,能够读取Escort_95系列的数字式表头的电压和电流等信号.-AT89C51 through the serial port communication, able to read the series of digital Escort_95 table headers, such as voltage and current signals.
    2022-02-21 15:44:47下载
    积分:1
  • ST套件产生汽车防盗器报警声,本实例的目的是让大家学会用单片机产生声音的方法,学会计算程序所用时间 本实例的功能是能用16F84产生汽车防盗器的报警声,频率分两...
    ST套件产生汽车防盗器报警声,本实例的目的是让大家学会用单片机产生声音的方法,学会计算程序所用时间 本实例的功能是能用16F84产生汽车防盗器的报警声,频率分两个0.1s第一个 0.1S频率从1.8K-3.5K匀速增加第二个0.1S频率从3.5K-1.8K匀速减少, 程序复位后,按S2喇叭叫两声,按S3喇叭叫15秒,中途可按S5停止. PIC单片机 烧写时应注意:配置位已经在程序中写明,加载HEX文件时会自动加载,烧写时不用再手动设置配置位。 实验时请注意套件跳线选择;-pic
    2023-08-29 13:20:02下载
    积分:1
  • 我在课上完成的一些作业(上机常见习题)和课本上的几个例题,常用的输入输出模块,如: 把压缩存放的BCD码,转换为对应十进制数字ASCII码的程序;...
    我在汇编课上完成的一些作业(上机常见习题)和汇编课本上的几个例题,常用的输入输出模块,如: 把压缩存放的BCD码,转换为对应十进制数字ASCII码的程序;编写从键盘键入0至9中任一自然数x,求其立方值;内存中以BUFFER为首地址的缓冲区有10个非压缩型BCD码形式存放的十进制数,它们的值可能是0~9中的任意一个,将这些十进制数顺序显示在屏幕上等等,-I completed classes in the compilation of a number of operations (on the machine common exercises) and the compilation of textbooks on a few examples of commonly used input and output modules, such as: the compressed storage of BCD code, converted to decimal ASCII code corresponding to the procedure prepared from the keyboard type 0-9 in any natural number x, for the cubic value memory to buffer BUFFER headed Address has 10 non-compression type BCD code stored in the form of a decimal number, their value may be 0 ~ 9 any one of these decimal number sequence displayed on the screen, etc.
    2023-08-11 06:25:03下载
    积分:1
  • 用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用...
    用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所编,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用-use of the transfer matrix method one-dimensional photonic crystal with the structure of the program, prepared by Matlab. unpacks the files, procedures written in word document, together with the painting under Matlab plans, I feel very useful
    2022-03-10 03:15:02下载
    积分:1
  • 代码实现一个圆形的先入先出(FIFO)缓冲器…
    To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. This code serves as an assembly program template. For detailed information, refer to the PIC18F452 datasheet, MPLAB IDE user guide, as well as MPASM user guide on the course web page.
    2023-03-23 22:05:04下载
    积分:1
  • 微机接口课程设计:8255控制交通灯
    微机接口课程设计:8255控制交通灯-Computer Interface Design Course : 8255 11111111111111 control traffic lights
    2022-02-11 10:39:24下载
    积分:1
  • Input 8 bit binary number and print out its decimal equivalent.
    Input 8 bit binary number and print out its decimal equivalent.
    2022-10-28 10:25:04下载
    积分:1
  • 硬件端口发声程序
    硬件端口发声程序-hardware audible port procedures
    2022-08-21 13:23:13下载
    积分:1
  • 1,消除按键的抖动问题 因为按键在闭合或断开过程中出现一段抖动期,主要由于按键的不稳定性引起的,这时会呈现一串页脉冲,时间的长短和开关的机械特性有关。一般在5m...
    1,消除按键的抖动问题 因为按键在闭合或断开过程中出现一段抖动期,主要由于按键的不稳定性引起的,这时会呈现一串页脉冲,时间的长短和开关的机械特性有关。一般在5ms~10ms之间。为保证CPU对键的一次闭合作一次处理,必须去抖动。在键的稳定闭合或断开时读键的状态。 2,据EICE51原理图编写并调试一个键输入子程序,其功能为判断键盘上有无键输入,若有键入,作去抖动处理后,计算输入键的键号送累加器A。-eliminate jitter button issues as keys or disconnect the closure process for some jitter period, mainly due to the instability of the keys to the cause, then it will result in a bunch of pages pulse, the duration and switches on the mechanical properties. General ~ 10ms between 5ms. To ensure that the CPU in a pair of keys a close cooperation, must go jitter. The key to the stability closed or disconnected when reading the key state. 2, EICE51 schematics prepared and debug a key input subroutine, and its function of determining whether keys on the keyboard input, if typing for to handle jitter, the admission of Bond, Bond sent accumulator A.
    2022-05-06 22:58:19下载
    积分:1
  • 万年历程序 从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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载