-
贝贝大厅+数据库脚本
应用背景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
-
接口8255A编程
汇编语言实现的接口8255A编程 一个很好用的代码 上课实验时写的
- 2022-05-13 15:02:08下载
- 积分:1
-
Realize this procedure a simple simulation of traffic light control, simple stru...
此程序实现简单红绿灯的模拟控制,结构简单、易懂,可以在学校实验室试验箱上模拟练习!-Realize this procedure a simple simulation of traffic light control, simple structure, easy to understand, you can in the school laboratory chamber simulated exercises!
- 2022-07-02 15:13:18下载
- 积分:1
-
学生信息管理系统
一个学生的信息包括姓名、班级、学号、成绩,其中成绩需要精确到1位小数。试编写程序实现以下功能:(1) 可以录入学生成绩(十进制形式);(2) 可以按要求(如学号或成绩)进行排序显示;(3) 可以统计平均成绩;可以统计不及格、60~70、70~80、80~90、90~100各分数段的人数。
- 2022-02-03 18:39:10下载
- 积分:1
-
8 LED simulated binary addition operations. Asm 8 months LED simulated binary ad...
8个发光管模拟二进制加法运算.asm 8个发光管模拟二进制加法运算.asm-8 LED simulated binary addition operations. Asm 8 months LED simulated binary addition operations. Asm
- 2022-10-07 01:05:03下载
- 积分:1
-
can, debug, link still class of the source, a member of the useful
masm,debug,link还有上课时的源程序,希望对大家有用-can, debug, link still class of the source, a member of the useful
- 2022-01-25 16:02:29下载
- 积分:1
-
we do Interface Technology Experiment 8255, on the need to download it
我们接口技术做的实验8255,有需要的就下载吧-we do Interface Technology Experiment 8255, on the need to download it
- 2023-06-17 05:15:03下载
- 积分:1
-
描述用8051驱动lcd显示屏显示的全部程序及解释。
描述用8051驱动lcd显示屏显示的全部程序及解释。-Described using 8051 driver lcd screen shows all the procedures and interpretation.
- 2022-03-26 05:42:23下载
- 积分:1
-
各种不同排序方法的比较
各种不同排序方法的比较-various methods of sorting
- 2022-01-26 04:21:30下载
- 积分:1
-
yourself writing exercises procedures, it is very basic, and achieving the Engli...
自己写的习题程序,可以说是很基本的,实现了英文查询月份输出简写。-yourself writing exercises procedures, it is very basic, and achieving the English abbreviation for the month of output.
- 2022-08-10 13:47:28下载
- 积分:1