-
贝贝大厅+数据库脚本
应用背景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
-
霓虹灯同步编辑软件的源代码,图形界面的使用…
霓虹灯花样编辑软件源代码,采用图形化界面编辑霓虹灯花样并自动生成HEX代码-Neon lights synchronized editing software source code, the use of graphical interface to edit and automatically generates the neon lights synchronized HEX code
- 2022-06-03 02:44:41下载
- 积分:1
-
avr 秒节拍程序,采用汇编语言设计编写的通用软件延时子程序...
avr 秒节拍程序,采用汇编语言设计编写的通用软件延时子程序-avr seconds beats procedures, the use of assembly language designed to prepare the common software Delay Subroutine
- 2022-03-07 15:39:48下载
- 积分:1
-
串口的用法,proteus仿真,程序,原理图全套。
串口的用法,proteus仿真,程序,原理图全套。-Serial port usage, proteus simulation, procedures, a full set of schematics.
- 2023-08-27 03:50:04下载
- 积分:1
-
编制课程设计作业的详细说明
详细介绍了编译课程的设计操作
- 2022-04-16 09:31:04下载
- 积分:1
-
CPU:C51,三个按键:上翻、下翻、确定。用于一咖啡机控制系统界面的开发,主体界面基本完成。主体菜单8个,最深4级菜单。用于煮咖啡倒记时菜单一个。...
CPU:C51,三个按键:上翻、下翻、确定。用于一咖啡机控制系统界面的开发,主体界面基本完成。主体菜单8个,最深4级菜单。用于煮咖啡倒记时菜单一个。-CPU: C51, the three buttons: on the turn, the next turn, determine. For one coffee machine interface control system development, the main interface basically completed. 8 the main menu, hit menu 4.倒记时menu for a coffee.
- 2023-03-07 22:30:03下载
- 积分:1
-
汇编语言学习者必备工具! 汇编语言学习者必备工具!
汇编语言学习者必备工具! 汇编语言学习者必备工具!-asdfghjkklqwwrttr
- 2022-03-21 06:52:05下载
- 积分:1
-
通过51控制8155,再将LED和键盘连接到8155上,来实现LED和键盘的正常工作...
通过51控制8155,再将LED和键盘连接到8155上,来实现LED和键盘的正常工作
- 2023-05-05 17:30:03下载
- 积分:1
-
with DSP PN code, assembly language programming,
用DSP实现PN码,用汇编语言编程实现,-with DSP PN code, assembly language programming,
- 2022-11-17 04:10:04下载
- 积分:1
-
HTML是网页主要的组成部分,基本上一个网页都是由HTML语言组成的,所以要学习网站怎样建设,必须从网页的基本语言学起。...
HTML是网页主要的组成部分,基本上一个网页都是由HTML语言组成的,所以要学习网站怎样建设,必须从网页的基本语言学起。-HTML is an integral part of the main page, is basically a Web page is composed by the HTML language, so to learn how to build web site must be from the web site from the basic linguistics.
- 2022-12-30 14:30:12下载
- 积分:1