登录
首页 » 汇编语言 » 8031直接驱动LED的电路 以下是利用8031的I/O口直接驱动LED的电路原理图。电路通过8031的P0、P2口连接一片74LS373和一片27128构...

8031直接驱动LED的电路 以下是利用8031的I/O口直接驱动LED的电路原理图。电路通过8031的P0、P2口连接一片74LS373和一片27128构...

于 2022-01-25 发布 文件大小:58.56 kB
0 209
下载积分: 2 下载次数: 1

代码说明:

8031直接驱动LED的电路 以下是利用8031的I/O口直接驱动LED的电路原理图。电路通过8031的P0、P2口连接一片74LS373和一片27128构成外拓存储器,通过P1口直接连接LED,驱动显示器,通过P3.0、P3.1、P3.2、P3.3连接电平开关S1、S2、S3、S4作为逻辑输入控制。-8031 direct-drive LED circuit is the use of 8031 following the I/O port directly drive LED circuit schematic. Circuit through the 8031

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

发表评论

0 个回复

  • can, debug, link still class of the source, a member of the useful
    masm,debug,link还有上课时的源程序,希望对大家有用-can, debug, link still class of the source, a member of the useful
    2022-01-25 16:02:29下载
    积分:1
  • 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为...
    学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutorial to learn is often water lights, digital control, keyboard and so on. These routines are mainly familiar with the nature of microcontroller port, the program algorithm is generally relatively simple. Rare combination of microcontroller I/O ports, the internal memory and computing skills integrated exercises. Super-simple MCU learning materials in the 16X16 set of Chinese characters dot-matrix module provides a new learning platform. Can only display one character at a dot-matrix, only the use of internal resources to achieve Atmega48 few characters of the movement, not only to clear the physical properties of dot-matrix, to know how to send data also understand the MCU resources available, and programmed to exchange data using internal m
    2022-03-25 02:44:30下载
    积分:1
  • 实现的一个打字练习程序,程序一个..
    利用汇编语言实现的一个打字练习程序,程序界面为典型的Dos窗口,当字符从窗口顶端掉下来后,如果按键与该字符相同,字符变为红色,在打字结束后,给出打字的统计结果,在打字过程中按ESC可退出程序-The use of assembly language to achieve a typing practice program, the program interface for the typical Dos window, when the characters fall from the top window, if the button with the same characters, the character turns red, in the typing after the end of typing results is given , in the typing process by pressing ESC to exit
    2022-02-13 01:56:11下载
    积分:1
  • 是金桑子的平衡功放,很详细的电路图
    是金桑子的平衡功放,很详细的电路图-Is part of the balance Kuwako amplifier, it is a detailed circuit diagram
    2022-03-24 06:28:15下载
    积分:1
  • 我搜索了这个网站,见提供的CD player都是 c++,delphi源程序的;我就提供一个用win32写的CD player。功能跟界面绝对不输于用上...
    我搜索了这个网站,见提供的CD player都是 c++,delphi源程序的;我就提供一个用win32汇编写的CD player。功能跟界面绝对不输于用上面软件编写的,具体功能如下: 1. CD loop. 2. Track loop. 3. Random track play. 4. Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. CD Speaker volume controls. 9. Multiple CD drive support. -search of this site, see the CD player are c, delphi source; I will provide a written using win32 compilation CD player. Functional interface with absolutely no losers in the software used to prepare the above, the specific functions as follows : 1. CD loop. 2. Track loop. 3. Random track play. 4 . Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. Speaker volume CD con trols. 9. Multiple CD drive support.
    2022-04-29 07:28:54下载
    积分:1
  • CRC的8位校验,使用写的程序.可以用来做通信数据的校验
    CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验-CRC checksum of eight, was compiled using the procedure. Can be used for the calibration data communications
    2022-04-14 20:25:35下载
    积分:1
  • 通过C51程序,用户可以使用ATMEL T89C51CC01建
    通过C51程序,用户可以使用ATMEL T89C51CC01内置的模数转换功能,提高学习效率
    2022-04-25 11:27:15下载
    积分:1
  • 温 度 传 感 器 控 制 源 码
    温 度 传 感 器 控 制 源 码 -Temperature sensors to control source
    2023-05-25 23:25:03下载
    积分:1
  • //float abnormal control
    //浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*---------------------------------------------------------- 打开指定的浮点异常 关闭指定的浮点异常-//float abnormal control-# define FPUEM_INVALIDOP 0x01# define FPUEM_DENORMALOP 0x02# define FPUEM_ZERODIVIDE 0x04# define FPUEM_OVERFLOW 0x08# define FPUEM_UNDERFLOW 0x10# define FPUEM_PRECISON 0x20# define __FORCE_INLINE __ __inline /*---------------------------------------------------------- designated open abnormal closure of the floating-point designated float anomalies
    2023-05-15 01:00:03下载
    积分:1
  • 是关于交通灯的实验报告.对初学都很有帮助 .支持吧
    是关于交通灯的实验报告.对初学都很有帮助 .支持吧-Traffic lights are about the report of the experiment. Are very helpful for the beginner. Support it
    2023-08-11 03:25:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载