登录
首页 » Others » 单片机实验

单片机实验

于 2020-06-15 发布 文件大小:6KB
0 159
下载积分: 1 下载次数: 0

代码说明:

  适用于51开发板的第一个实现文件,里面有.asm文件。(51 single chip experiment: lighting the first LED lamp experiment.)

文件列表:

单片机实验张雨2017012232, 0 , 2019-08-17
单片机实验张雨2017012232\实验1.hex, 85 , 2019-05-10
单片机实验张雨2017012232\实验2.asm, 1508 , 2019-05-25
单片机实验张雨2017012232\实验2.hex, 497 , 2019-05-25
单片机实验张雨2017012232\实验3.asm, 1054 , 2019-05-31
单片机实验张雨2017012232\实验3.hex, 462 , 2019-05-31
单片机实验张雨2017012232\实验4.1.asm, 349 , 2019-06-10
单片机实验张雨2017012232\实验4.1.hex, 160 , 2019-06-10
单片机实验张雨2017012232\实验4.2.asm, 1277 , 2019-06-14
单片机实验张雨2017012232\实验4.2.hex, 537 , 2019-06-14
单片机实验张雨2017012232\实验5.asm, 960 , 2019-06-21
单片机实验张雨2017012232\实验5.hex, 487 , 2019-06-21
单片机实验张雨2017012232\实验6.1.asm, 527 , 2019-06-21
单片机实验张雨2017012232\实验6.1.hex, 175 , 2019-06-21

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

发表评论

0 个回复

  • 51时钟程序,用于定时,结构简单,小巧实用
    51时钟程序,用于定时,结构简单,小巧实用-51 clock procedures for the regular, simple, compact practical
    2022-07-19 18:26:35下载
    积分:1
  • Encyclopedia
    用win32汇编编写的英汉字典,除了源码,内附编译好的示例程序。(Written in English using a dictionary compiled win32, in addition to source code, containing the compiled sample program.)
    2010-11-22 22:31:14下载
    积分:1
  • compilation audible procedures and the DOS function, and produce EXE document, t...
    汇编发声程序,先在DOS下功能调用,并产生EXE文件,执行可产生-compilation audible procedures and the DOS function, and produce EXE document, the Executive can produce
    2022-06-14 16:40:13下载
    积分:1
  • 设计一种自动洗衣机的程序控制器,在启动后先进水,等到达高水位后,启动洗衣马达转动4min,如在洗衣过程中发现水位低于高水位,则停止洗衣马达转动并报警,并在水位到...
    设计一种自动洗衣机的程序控制器,在启动后先进水,等到达高水位后,启动洗衣马达转动4min,如在洗衣过程中发现水位低于高水位,则停止洗衣马达转动并报警,并在水位到达高水位后再次启动马达。洗衣结束后则启动排水开关,待水位到达低水位后,则启动脱水马达,转动2min。如此重复三次,要求在每一动作之间有2s的间隔。 高水位,低水位为水位传感器,用两个开关模拟,当水位高于高水位或低于低水位时,两个开关的状态分别为0 。启动开关用一个开关表示。进水、排水、洗衣马达、脱水马达及报警分别用一个发光二极管表示。本实验只需用可编程并行接口电路的A口。其硬件接口如下图所示。也可采用可编程逻辑器件进行设计。 -Design of an automatic washing process controller, after commencement of advanced water, and so on to reach the high water mark, start laundry motor rotation 4min, such as in laundry water level lower than that found during the high water mark, then the motor stops rotating laundry and alarm, and the the water level reaches the high water mark again to start the motor. Laundry is started after the end of the drainage switch, when the water level reaches the low water level, then start the dehydration motors, rotating 2min. Repeat three times, each action requires the interval between the 2s. High water, low water level as water level sensors, with two analog switches, when the water
    2023-04-30 10:55:03下载
    积分:1
  • 好的界面
    好的界面-Good interface
    2022-02-01 13:06:47下载
    积分:1
  • Masm50
    一个功能简单的计算器内有详细的说明(A simple calculator function, there are detailed instructions)
    2009-01-02 09:45:22下载
    积分:1
  • 实现学生成绩信息系统
    一个学生的信息包括姓名、班级、学号、成绩,其中成绩需要精确到1位小数。实现以下功能:  (1) 可以录入学生成绩(十进制形式); (2) 可以按要求(如学号或成绩)进行排序显示;  (3) 可以统计不及格成绩、60~70、70~80、80~90、90~100各分数段的人数。
    2022-03-13 05:15:43下载
    积分:1
  • This is the snake game... It s better to set the "step delay" to "0" before runn...
    This the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit. -This is the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit.
    2022-12-02 14:35:03下载
    积分:1
  • 本程序实现标准浮点数除法。 入口参数:被除数在ARGBH1:ARGBL1:EXP1中,除数在ARGBH2:ARGBL2:EXP2中。 出口参数:结果在A...
    本程序实现标准浮点数除法。 入口参数:被除数在ARGBH1:ARGBL1:EXP1中,除数在ARGBH2:ARGBL2:EXP2中。 出口参数:结果在ARGBH1:ARGBL1:EXP1中。-This procedure to achieve the standard floating-point division. Entrance parameters: dividend in ARGBH1: ARGBL1: EXP1, the divisor in ARGBH2: ARGBL2: EXP2 in. Export parameters: the results of ARGBH1: ARGBL1: EXP1 in.
    2022-02-04 10:30:33下载
    积分:1
  • hb00017
    80X86汇编语言教程8 0X86汇编语言教程8 0X86汇编语言教程8 0X86汇编语言教程8 0X86汇编语言教程8 0X86汇编语言教程8 0X86汇编语言教程8 0X86汇编语言教程(80X86 assembly language tutorial 8 0X86 assembly language tutorial 80X 86 assembly language tutorial 80X8 6 assembly language tutorial 80X86 assembly language teaching X86-80 assembly language tutorial 80X86 a ssembly language tutorial 80X86 Meeting Language Guide series 80 X86 assembly language tutorial 80X86 assembly language tutorial 80X86 assembly language tutorial 80 X86 Assembly Language Guide)
    2007-04-04 00:47:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载