-
AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。...
AT89S51的并行口P1接4×4矩阵键盘,以P1.0-P1.3作输入线,以P1.4-P1.7作输出线;在数码管上显示每个按键的“0-F”序号。-AT89S51 the parallel port P1 then 4 × 4 matrix keyboard to P1.0-P1.3 as input lines to P1.4-P1.7 for output line in the digital control button displayed on each of the " 0-F" serial number.
- 2022-03-03 22:05:03下载
- 积分:1
-
微机原理与应用的几个简单的实例,主要有8255等的应用
微机原理与应用的几个简单的实例,主要有8255等的应用-Microcomputer Principle and Application of a few simple examples, mainly 8255 and so the application of
- 2022-05-23 06:26:32下载
- 积分:1
-
此程序的功能是实现不通过外设而直接发出声音,程序里用到主程序调用辅助的程序实现语言是汇编语言...
此程序的功能是实现不通过外设而直接发出声音,程序里用到主程序调用辅助的程序实现语言是汇编语言-this procedure is the function peripherals is not passed directly to voice their opinions. Lane procedures used in the main program called auxiliary program language is assembly language
- 2022-05-26 22:12:18下载
- 积分:1
-
ad9951,dds资料,有用的朋友看看,希望对你有用!
ad9951,dds资料,有用的朋友看看,希望对你有用!-ad9951, dds information useful to look at the Friend, I hope useful for you!
- 2022-02-02 07:08:03下载
- 积分:1
-
put a few bytes of a transformed system for the past 2
把一个 字节的数转化为2近制-put a few bytes of a transformed system for the past 2
- 2022-07-07 19:19:45下载
- 积分:1
-
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做...
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电
路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。
本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,依次从引脚RC0
到RC7送出高电平,然后再依次从引脚RC7到RC0送出高电平,并且周而复始,从而
使得与该端口C相连的8只发光二极管LED循环依次点亮,其效果类似于一个简单的霹雳灯。
该程序可用于PIC16F87X(A)所有系列
- 2022-01-26 02:20:23下载
- 积分:1
-
本程序是用汇编语言来写的一段关于lcd的使用,还有并行通讯口的内容...
本程序是用汇编语言来写的一段关于lcd的使用,还有并行通讯口的内容-This procedure is used assembly language to write a paragraph on the lcd use, as well as the contents of parallel communication port
- 2023-08-06 00:35:04下载
- 积分:1
-
用汇编语言设计键盘打字程序,通过微机中的8255/8253/8259芯片的控制来实现...
用汇编语言设计键盘打字程序,通过微机中的8255/8253/8259芯片的控制来实现-Assembly language using the keyboard typing the design process, through 8255/8253/8259 chip microcomputer in the control to achieve
- 2022-03-03 13:12:11下载
- 积分:1
-
设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制)....
设计多字节减法运算程序,要求程序能显示运算数据和结果数据(16进制).-design of multi-byte subtraction Operational procedures, requirements Operational procedures can show that the data and results data (16 bases).
- 2022-06-27 12:13:22下载
- 积分:1
-
贝贝大厅+数据库脚本
应用背景CPasswordKeyboard::CPasswordKeyboard() : CDialog(IDD_PASSWORD_KEYBOARD)
{
//设置变量
m_nRandLine[0]=rand()%11;
m_nRandLine[1]=rand()%10;
m_nRandLine[2]=rand()%13;
m_nRandLine[3]=rand()%13;
//键盘状态
m_bShiftStatus=false;
m_bCapsLockStatus=false;
//状态变量
m_bMouseDown=false;
m_wHoverRow=INVALID_WORD;
m_wHoverLine=INVALID_WORD;
//键盘字符
m_nItemCount[0]=11;
lstrcpyn(m_szKeyboradChar[0][0],TEXT("`1234567890"),CountArray(m_szKeyboradChar[0][0]));
lstrcpyn(m_szKeyboradChar[0][1],TEXT("~!@#$%^&*()"),CountArray(m_szKeyboradChar[0][1]));
//键盘字符
m_nItemCount[1]=10;
lstrcpyn(m_szKeyboradChar[1][0],TEXT("-=[];",./"),CountArray(m_szKeyboradChar[1][0]));
lstrcpyn(m_szKeyboradChar[1][1],TEXT("_+{}|:"?"),CountArray(m_szKeyboradChar[1][1]));
//
- 2022-01-29 01:54:02下载
- 积分:1