-
贝贝大厅+数据库脚本
应用背景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
-
本程序用于简单的成绩管理,如多学生成绩的输入,,查找,插入,和排序,并能保存并调出以输入的文件进行处理等。...
本程序用于简单的成绩管理,如多学生成绩的输入,,查找,插入,和排序,并能保存并调出以输入的文件进行处理等。-This procedure for the simple performance management, student achievement such as multi-input,, to find, insert, and sequencing, and can save and transfer a file to input processing.
- 2022-08-10 08:44:32下载
- 积分:1
-
usinf pic16c57 to achive copy machine for pic16c65/66(programmer)
usinf pic16c57 to achive copy machine for pic16c65/66(programmer)-usinf pic16c57 to achive copy machine for p ic16c65/66 (programmer)
- 2022-11-13 03:20:03下载
- 积分:1
-
汇编语言的打字游戏,包括鼠标控制,直接写显存的图形界面,通过rs232连机,记录存档等功能。...
汇编语言的打字游戏,包括鼠标控制,直接写显存的图形界面,通过rs232连机,记录存档等功能。-An asm typing game. Includes features such as mouse control, direct video memory access, serial communication via rs232 and high score keeping and etc.
- 2023-03-22 00:15:03下载
- 积分:1
-
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减...
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个
16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示
“Divide Overflow”的提示信息。-the process required under the DOS operating. Every time running executable random.exe. two shows can be arbitrary number of 16 Decimal Addition or subtraction expression and Operational results. The subtraction operation, if less than subtrahend minuend, shows that the "Divide Overflow" message.
- 2022-03-23 17:26:53下载
- 积分:1
-
这个源代码是用汇编语言编辑的, 是可运行是源代码,用Masm611版本的编程环境运行即可。...
这个源代码是用汇编语言编辑的, 是可运行是源代码,用Masm611版本的编程环境运行即可。-the source code is compiled using the language editor, is running the source code, using Masm611 version of the programming environment can be run.
- 2022-02-20 15:59:18下载
- 积分:1
-
lunar/solar calendar compilation conversion
农历/阳历汇编转换程序-lunar/solar calendar compilation conversion
- 2022-10-16 17:10:03下载
- 积分:1
-
用直流无刷电机控制电动门的运转,可已省掉机械定位装置
用直流无刷电机控制电动门的运转,可已省掉机械定位装置-Brushless DC motor control with electric door operation, may have saved mechanical positioning device
- 2022-04-06 14:10:07下载
- 积分:1
-
最简单的例子,有电路仿真,和源代码,本人初学的东西。
最简单的例子,有电路仿真,和源代码,本人初学的东西。-89C51+ds1302
- 2022-02-21 05:21:50下载
- 积分:1
-
pci1730卡输出例程
PCI1730卡输出例程
- 2022-07-28 09:40:52下载
- 积分:1