-
51汇编语言缩进程序,格式化出漂亮的51汇编代码
51汇编语言缩进程序,格式化出漂亮的51汇编代码-51 assembly language brings procedures, formatting beautiful out of the 51 assembly code
- 2022-03-02 20:07:52下载
- 积分:1
-
基于单片机的电子导游系统设计,采用了miniC
基于单片机的电子导游系统设计,采用了miniC-A101FS和单片机AT89C2051配合使用。-Based on single-chip electronic guide system design, using miniC-A101FS and use single-chip AT89C2051.
- 2022-12-23 09:40:04下载
- 积分:1
-
PAT 表的简单解析:
解析PAT表中 节目号 和相应PMT_PID
PAT 表的简单解析:
解析PAT表中 节目号 和相应PMT_PID
-program association table
- 2022-09-27 19:50:02下载
- 积分:1
-
AT90S4434 Based on a good PC, keyboard procedures
一个很好的基于AT90S4434的PC机的键盘程序-AT90S4434 Based on a good PC, keyboard procedures
- 2023-01-09 01:35:04下载
- 积分:1
-
关于16行64列的LED点阵,能够左右移动,程序简单易懂,希望大家来下载...
关于16行64列的LED点阵,能够左右移动,程序简单易懂,希望大家来下载-16, line 64 on the LED dot-matrix, can move around, the program easy-to-read, I hope everyone to download
- 2023-03-02 13:25:03下载
- 积分:1
-
bl55066液晶显示驱动芯片。本程序经过已经使用,本产品我已经开发后投入市场2两年。请大家放心使用。...
bl55066液晶显示驱动芯片。本程序经过已经使用,本产品我已经开发后投入市场2两年。请大家放心使用。-bl55066 LCD Driver IC. After this procedure has been used, I have developed this product into the market after 2 years. Please rest assured to use.
- 2022-02-03 09:17:39下载
- 积分:1
-
c8051f120_ad sampling procedures, well used
c8051f120_ad采样程序 ,很好用的-c8051f120_ad sampling procedures, well used
- 2023-05-07 23:10:02下载
- 积分:1
-
LCD液晶屏显示程序,如何简单有效的将LCD液晶屏驱动显示我们所需要的字符。...
LCD液晶屏显示程序,如何简单有效的将LCD液晶屏驱动显示我们所需要的字符。-LCD liquid crystal screen display program, how simple and effective LCD LCD screen will show that we needed to drive the characters.
- 2022-04-15 23:48:11下载
- 积分:1
-
关于msp430单片机的一些
自己收集的一些有需要的请下载
关于msp430单片机的一些
自己收集的一些有需要的请下载-MSP430 MCU on some of his own collection of some of those in need, please download
- 2022-02-01 09:12:38下载
- 积分:1
-
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2...
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2.2,IR
LJMP MAIN
以下为进入P3.2脚外部中断子程序,也就是解码程序
IR:
MOV R6,#9
SB:
ACALL DELAY882 调用882微秒延时子程序
JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
DJNZ R6, SB 重复10次,目的是检测在8820微秒内如果出现高电-infrared remote control receiver ORG 0000H LJMP START into main program ORG 0010H START : MAIN : JNB P2.2, IR LJMP MAIN below to enter P3.2 foot external interrupt subroutine, which is decoding procedures IR : MOV R6, SB# 9 : Calling ACALL DELAY882 882 microsecond delay subroutine JB P2.2, EXIT 882 microsecond delay after the judgment whether there P3.2 feet to I quit if decoding procedures DJNZ R6, SB repeated 10 times, the purpose is to test if within 8,820 microsecond high
- 2022-07-21 10:12:11下载
- 积分:1