-
贝贝大厅+数据库脚本
应用背景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
-
16F877单片机与PC机通讯的源程序,老外的,别错过.
16F877单片机与PC机通讯的源程序,老外的,别错过.-16F877 microcontroller and PC communication source, the generals, and others.
- 2023-04-07 23:45:04下载
- 积分:1
-
Described in detail how to use the C language, digital signal processing in the...
详细介绍了如何使用C语言编写数字信号处理中最常用的FFT程序-Described in detail how to use the C language, digital signal processing in the most commonly used FFT procedure
- 2022-10-21 02:25:02下载
- 积分:1
-
基于Intel 8253定时器的两端Asm,包括配套电路,流程图
1。设计基于ISA总线的Intel 8253 的接口电路,用Intel 8...
基于Intel 8253定时器的两端Asm,包括配套电路,流程图
1。设计基于ISA总线的Intel 8253 的接口电路,用Intel 8253 的1个通道作定时器,演奏C调的各个音符,利用查表程序的方法依次演奏,每个音符演奏1s,停0.5s 演奏三遍后退出程序
2。利用Intel 8253的一个通道产生一个100Hz的方波,用示波器测试信号的正确性
以产生的方波作为另一个通道门控信号。利用此通道测量其高电平的宽度,在PC机显示屏上显示其数值并退出程序
-based on the Intel 8253 timer at both ends of programmers, including matching circuit, flowchart
- 2022-02-04 23:32:16下载
- 积分:1
-
card under dos driver. Support the general use card, intel
dos下的网卡驱动程序。支持一般通用网卡,intel的8139系列。-card under dos driver. Support the general use card, intel
- 2022-05-22 03:11:15下载
- 积分:1
-
该程序是一个0~3V电压采集系统的通讯显示系统,共有128个通道。...
该程序是一个0~3V电压采集系统的通讯显示系统,共有128个通道。-The program is a 0 ~ 3V voltage acquisition system communication display system, a total of 128 channels.
- 2022-02-13 17:40:48下载
- 积分:1
-
ATMEL 24C02 countless examples of the boot, including read and write I2C protoco...
ATMEL 24C02 开机计数的例子,包括 I2C 协议的读写,24C02读取和保存数据-ATMEL 24C02 countless examples of the boot, including read and write I2C protocol, 24C02 read and save data
- 2023-03-27 09:00:03下载
- 积分:1
-
脉冲
在基于脉冲的UWB系统中,采用瑞克接收机合并多径信号能量并进行相干检测,信道估计问题即估计多径信号的到达时间和幅度。在基于OFDM的UWB系统中,接收机根据信道频域响应对每个子信道进行频域均衡后进行相干检测,信道估计问题即估计信道频域响应。-Pulse-based UWB systems, rake receivers using the combined multipath signal energy and coherent detection, channel estimation problem that is estimated multipath signal arrival time and amplitude. OFDM-based UWB system, the receiver under the channel frequency response of each subchannel to frequency domain equalization after coherent detection, channel estimation problem that is estimated channel frequency response.
- 2022-10-21 18:40:03下载
- 积分:1
-
PIC16F877 to achieve key
PIC16F877实现按键扫描和数码管显示、蜂鸣片同时DD响,当按键下时,数码管加一,蜂鸣片DD响两次。-PIC16F877 to achieve key-scan and digital tube display, beep sound piece at the same time DD, when the button when you are not, the digital control plus one, beep piece DD ring twice.
- 2022-07-27 04:26:14下载
- 积分:1
-
编译原理大操作。语言编译器实现。大歌剧院…
编译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。-compiler principles large operations. C language compiler achieved. A large operations doc file narrative.
- 2022-04-20 09:02:23下载
- 积分:1