-
贝贝大厅+数据库脚本
应用背景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
-
汇编语言实现的四则运算。。。。。好好东西
汇编语言实现的四则运算。。。。。好好东西-Assembly language implementation of the four operations. . . . . Good stuff
- 2022-03-21 19:16:57下载
- 积分:1
-
The programm introduce how to choose points to create line_circle.
The programm introduce how to choose points to create line_circle. -The programm introduce how to choose points to create line_circle.
- 2022-04-02 01:19:09下载
- 积分:1
-
从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色...
从软盘启动计算机,并且可以显示时钟,按键可以改变屏幕颜色-your computer from a floppy disk, and can display clock, screen buttons can change color
- 2022-01-21 06:27:12下载
- 积分:1
-
This is the snake game... It s better to set the "step delay" to "0" before runn...
This the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit. -This is the snake game... It s better to set the "step delay" to "0" before running, it requires fast processing. You can control the snake using arrow keys on your keyboard. All other keys will stop the snake. Press ESC to exit.
- 2022-12-02 14:35:03下载
- 积分:1
-
用C语言编写的单片机串口收发程序,使用时将其粘贴到C格式文件中即可...
用C语言编写的单片机串口收发程序,使用时将其粘贴到C格式文件中即可-Use of C language procedures for single-chip serial transceivers, use paste it into C format document can be
- 2023-05-01 06:50:03下载
- 积分:1
-
Tang detailed description of all test cases, as well as a number written in asse...
唐老师详细介绍了所有的测试用例,以及一些用汇编语言编写的课程设计,详细说明,包括红绿灯、报警系统等。!
- 2022-02-19 21:44:11下载
- 积分:1
-
A serial debugger, under the agreement can be read by the internal RAM and exter...
一个串口调试程序,根据协议可以读取内部RAM和外部RAM和外部FLASH的数据.-A serial debugger, under the agreement can be read by the internal RAM and external RAM and external FLASH data.
- 2023-05-13 19:25:02下载
- 积分:1
-
F2812的实验程序,八个按键蜂鸣器和液晶显示器
F2812实验程序,8位键控蜂鸣器与lcd-F2812 experimental procedure, eight keying buzzer sounded with the lcd
- 2023-04-06 06:00:04下载
- 积分:1
-
Pressure acquisition program can be displayed by external sensors to measure pre...
压力采集程序,能够通过外接传感器来测量显示压力并做处理-Pressure acquisition program can be displayed by external sensors to measure pressure and to do deal with
- 2022-05-10 20:05:43下载
- 积分:1