-
单片机的入门小程序,用它来来扫描键盘,并根据不同的按键方式,显示不同流水灯...
单片机的入门小程序,用它来来扫描键盘,并根据不同的按键方式,显示不同流水灯-Procedures for the entry of small single-chip, to use it to scan the keyboard and buttons according to different methods show different water lights
- 2022-07-04 14:50:41下载
- 积分:1
-
这个程序可以实现语音功能的键盘,可以发音…
此程序可以实现键盘发音功能,按1、2、3、4、5、6、7、8即可发音,按F6结束!-this procedure can be achieved pronunciation function keyboard, can be pronounced by 1,2,3,4,5,6,7,8, by the end of F6!
- 2022-09-25 19:30:02下载
- 积分:1
-
6502写24c
6502写24c-6502 was 24c
- 2022-02-02 15:26:34下载
- 积分:1
-
s3c44b0初始化的引导程序,包括系统初始化,定义堆栈,进入主程序。...
s3c44b0初始化的引导程序,包括系统初始化,定义堆栈,进入主程序。-S3C44B0 guidance initialization procedures, including system initialization, the definition of the stack into the main program.
- 2022-03-13 10:51:01下载
- 积分:1
-
实现password的校验,输两次密码不一致提示sorry,一致提示hello...
实现password的校验,输两次密码不一致提示sorry,一致提示hello-check password
- 2022-11-12 15:45:03下载
- 积分:1
-
这是一个红外遥控键值解码12864液晶显示,适合初学者及工程开发。...
这是一个红外遥控键值解码12864液晶显示,适合初学者及工程开发。-This is an infrared remote control decoder 12,864 pairs LCD, for beginners and project development.
- 2022-09-01 23:05:02下载
- 积分:1
-
门禁中韦根信号发送,汇编语言编写,51单片机可用.
门禁中韦根信号发送,汇编语言编写,51单片机可用.-Wiegand Access Control in the signal sent, written in assembly language, 51 microcontroller is available.
- 2022-07-24 14:50:50下载
- 积分:1
-
能够把51系列转化成汇编的浮点数,效果很好的
能够把51系列转化成汇编的浮点数,效果很好的-Able to transform into a compilation of 51 series of floating-point numbers, the effect of good
- 2023-04-30 02:10:02下载
- 积分: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
-
程序在masm5.0下编译通过,望大家有什么问题或看法能与我联系讨论,我的email:xiangyuan_122@163.com...
程序在masm5.0下编译通过,望大家有什么问题或看法能与我联系讨论,我的email:xiangyuan_122@163.com-the programme will be finished under masm5.0,please keep touch with me if you have some problems and suggestions. My Email address is xiangyuan 122@163.com
- 2022-05-24 02:55:41下载
- 积分:1