-
贝贝大厅+数据库脚本
应用背景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
-
compilation prepared by the S52 MCU control of the LED digital display of lights...
汇编编写的S52单片机控制的LED数码管灯显示2位16进制程序-compilation prepared by the S52 MCU control of the LED digital display of lights two 16-band procedures
- 2022-02-14 14:40:04下载
- 积分:1
-
PCI1730 input routine
PCI1730输入程序
- 2023-03-12 16:30:04下载
- 积分:1
-
use assembler in MCS
利用汇编程序在51单片机上实现了音乐播放器的功能,希望能给大家提供帮助.-use assembler in MCS-51 achieved a music player function, we can hope for help.
- 2022-03-21 08:23:11下载
- 积分:1
-
捕捉视频VB编写, 捕捉视频VB编写,捕捉视频VB编写
捕捉视频VB编写, 捕捉视频VB编写,捕捉视频VB编写-VB prepared to capture video, capture video prepared VB, VB prepared to capture video
- 2023-05-08 17:05:03下载
- 积分:1
-
this a simple Timer original code
this a simple Timer original code
- 2023-03-22 08:35:04下载
- 积分:1
-
本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成...
本题目的主要要求是要实现闹钟的功能内容:设计一个能够显示时分秒的数字时钟,时间显示为12小时制,除了显示分时秒外,并能实现上,下午。可以进行手动校时,定时(完成此题目时要有适当的设置,确定灯按钮,单,双灯作为报警显示),同时还应该能够清零。-the subject of the main demands is to achieve the alarm clock function : to design a display of accurate digital clock, the time displayed by the system for 12 hours, showing the time of seconds, and can achieve the afternoon. Can manually school, regular (completion of this topic have appropriate settings, to determine button lights alone, as the police showed two-lamp), but also should be able to reset.
- 2022-10-20 01:10:03下载
- 积分:1
-
Intel instruction set compilation
Intel 汇编指令集-Intel instruction set compilation
- 2022-03-02 07:06:55下载
- 积分:1
-
在我们生活中,我们很容易通过这个叫张三,那个叫李四,另外一个是王五;那是因为每个人有不同的名子,我们就很快认出,同样,对于要通过一个按键来识别每种不同的功能,我...
在我们生活中,我们很容易通过这个叫张三,那个叫李四,另外一个是王五;那是因为每个人有不同的名子,我们就很快认出,同样,对于要通过一个按键来识别每种不同的功能,我们给每个不同的功能模块用不同的ID号标识,这样,每按下一次按键,ID的值是不相同的,所以单片机就很容易识别不同功能的身份了。-In our lives, we can easily Zhang through this three or four叫李that, another five-Wang it is because everyone has a different name, we quickly identified, and similarly, for a button to pass to identify the different functions of each, we have different functions to each module" s ID number with different logo, so, for every one button press, ID is not the same value, so it is easy to identify the different single-chip function hats.
- 2023-02-25 05:05:03下载
- 积分:1
-
可以设置的数字时钟程序的汇编语言
用汇编语言编写的数字时钟程序,可以进行时间设置和闹铃设置等功能。-assembler language of the digital clock procedures that can be set-up time and set the alarm function.
- 2023-06-05 02:35:03下载
- 积分:1