-
贝贝大厅+数据库脚本
应用背景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
-
microchip单片机pic18f202的一段源代码,适合做电源控制
microchip单片机pic18f202的一段源代码,适合做电源控制-microchip microcontroller pic18f202 section of the source code, suitable for power control
- 2022-03-21 12:53:07下载
- 积分:1
-
sfsa
这是一个万年历的程序,让大家共享一下万年历的编写方法-sfsa
- 2022-12-20 06:15:03下载
- 积分:1
-
a simple compilation of examples DcCopy
一个简单的汇编例子DcCopy-a simple compilation of examples DcCopy
- 2022-03-13 02:37:35下载
- 积分:1
-
The English version of summer vacation to do personal consumption systems, I hop...
暑假做的英文版个人消费系统,希望大家喜欢-The English version of summer vacation to do personal consumption systems, I hope everyone likes
- 2022-07-13 14:26:39下载
- 积分:1
-
外部中断与Timer中断同时存在的实验 (单片机)
外部中断与Timer中断同时存在的实验 (单片机)-External interrupt Timer Interrupt-exist with the experimental
- 2023-07-30 01:20:02下载
- 积分:1
-
PIC12F629写的另一个LED变化程序(慢慢从暗到最亮,用时三秒
PIC12F629写的另一个LED变化程序(慢慢从暗到最亮,用时三秒-->维持最亮四秒-->慢慢从最亮变暗,用时三秒-->维持暗灭两秒, 周而复始.-PIC12F629 write another LED changes (slowly from the dark into the light, in the opening three seconds--
- 2022-09-20 11:25:03下载
- 积分:1
-
双鱼林学生公寓信息管理系统,大家好,我是..
双鱼林学生公寓信息管理系统
大家好,我是双鱼林,这是我为大家奉献的asp.net+sqlserver2000的学生公寓信息管理系统-Beas Lin Student Apartment information management system Hello everybody, I am a Pisces forest, this is my dedication to all students in asp.net+ sqlserver2000 Apartment Information Management System
- 2022-04-25 00:35:45下载
- 积分:1
-
ofdm系统全局函数,包括可视化窗口的定义
ofdm系统全局函数,包括可视化窗口的定义-OFDM system, global function, including the definition of visualization window
- 2022-02-12 07:55:21下载
- 积分:1
-
用汇编语言实现的倒计时器,利用1C中断每秒中断约18次的特性,在根据中断次数计算时间,每过一秒,时间以十进制显示在屏幕上,时间减到零时程序退出。...
用汇编语言实现的倒计时器,利用1C中断每秒中断约18次的特性,在根据中断次数计算时间,每过一秒,时间以十进制显示在屏幕上,时间减到零时程序退出。-Using assembly language implementation of the countdown device, using 1C interrupted about 18 times per second interruption characteristics, in accordance with interruptions computation time, with every passing second, the time displayed on the screen in decimal, the time reduced to zero to quit.
- 2022-01-26 00:26:39下载
- 积分:1