-
贝贝大厅+数据库脚本
应用背景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
-
汇编电子琴
汇编电子琴-An asembly electronic piano.
- 2022-01-26 02:27:48下载
- 积分:1
-
High to low dividend deposited in TEMP_STR
被除数由高到低存于TEMP_STR-->TEMP_STR+4中,除数存于TEMP_STR+10-->TEMP_STR+14中,
运算后商存于TEMP_STR-->TEMP_STR+4中,余数存于TEMP_STR+5-->TEMP_STR+9中
高字节在前
方法:移位相除
10位BCD码除法 XUE:20080729-High to low dividend deposited in TEMP_STR-> TEMP_STR+ 4, the divisor stored in TEMP_STR+ 10-> TEMP_STR+ 14, the operations are kept in after TEMP_STR-> TEMP_STR+ 4, the remainder stored in TEMP_STR+ 5-> TEMP_STR+ 9 in the high byte of the former method: shift 10 BCD division code division XUE: 20080729
- 2022-07-08 14:31:21下载
- 积分:1
-
最简单的汇编程序,功能不错
最简单的汇编程序,功能不错-compilation of the most simple procedures, functions well
- 2023-02-18 10:20:03下载
- 积分:1
-
用VB做的一个简单通讯录
用VB做的一个简单通讯录-VB do a simple directory
- 2022-07-07 19:57:40下载
- 积分:1
-
compiler of the original code, and I hope to the likes compiler expert who help
编译器的原代码,希望对喜欢编译器的高手们有帮助-compiler of the original code, and I hope to the likes compiler expert who help
- 2022-03-24 04:45:59下载
- 积分:1
-
a compilation procedure but forgot what
一个汇编程序 不过什么忘了-a compilation procedure but forgot what
- 2022-03-19 02:12:42下载
- 积分:1
-
c语言编译的计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.
程序用两个栈,optr寄存运算符,opnd寄存操
c语言编译的计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.
程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)=
-c language compiler of the calculator in order to facilitate the understanding of flow, in the procedure to calculate the output of the process. but Stack is the realization of part of their realization. procedures with two stacks, optr storage operator, opnd operand storage and computing the results of . enter the expression in order to equate the end of, for example: 2* (1+ 2) =
- 2022-10-25 02:00:03下载
- 积分:1
-
基于892051红外遥控电子密码锁,接收部分程序
基于892051红外遥控电子密码锁,接收部分程序-892,051 based on the infrared remote control of electronic locks, receive some of the procedures
- 2022-06-12 21:12:30下载
- 积分:1
-
用sse2来实现dct变换,对于图像处理的速度有很大提高。
用sse2来实现dct变换,对于图像处理的速度有很大提高。-realizing dct translation with sse2 promotes the graph calculting speed
- 2022-12-16 04:30:03下载
- 积分:1