-
16个按键的 程序, 具体按照扫描的,时间快
16个按键的 程序, 具体按照扫描的,时间快-16 key procedures, specifically in accordance with the scan, time speed
- 2022-07-11 11:55:39下载
- 积分:1
-
写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度...
写一个函数,求一个字符串的长度,在main函数中输入字符串,并输出其长度-Writing a function, and the length of a string, in the main function in the input string and output its length
- 2022-05-29 01:37:52下载
- 积分:1
-
贝贝大厅+数据库脚本
应用背景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
-
51 key matrix scanning procedure, the procedure can be used for multi
51矩阵按键扫描程序,可用于多按键程序检测用-51 key matrix scanning procedure, the procedure can be used for multi-button detection
- 2022-08-22 11:38:19下载
- 积分:1
-
linux驱动开发linux_drive_the_development.rar中文版
linux驱动开发linux_drive_the_development.rar中文版-linux driver development linux_drive_the_development.rar Chinese version
- 2023-02-22 22:05:04下载
- 积分:1
-
IDCT MMX技术的实现
idct mmx technology implement
- 2022-03-25 05:02:22下载
- 积分:1
-
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做...
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电
路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。
本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,依次从引脚RC0
到RC7送出高电平,然后再依次从引脚RC7到RC0送出高电平,并且周而复始,从而
使得与该端口C相连的8只发光二极管LED循环依次点亮,其效果类似于一个简单的霹雳灯。
该程序可用于PIC16F87X(A)所有系列
- 2022-01-26 02:20:23下载
- 积分:1
-
EEPROM记忆类IC的检测,可以设置地址,检测存储器任何地址上的数据,并带数码管显示功能
EEPROM记忆类IC的检测,可以设置地址,检测存储器任何地址上的数据,并带数码管显示功能-EEPROM-type memory IC testing, you can set the address to detect any memory address data, and with digital tube display
- 2022-01-21 23:56:04下载
- 积分:1
-
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMes
如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How
demonstrates uses: CreateWindow, CreateWindowEx, S endMessage and
GetMessage TranslateMessage and DispatchMessage, how does CreateFont
demonstrate uses API to found the Windows window to control
- 2022-11-17 12:00:03下载
- 积分:1
-
This is a simulation of serial IO port, using a program written in assembly code...
这是一个IO口模拟串口,采用51汇编代码编写的程序-This is a simulation of serial IO port, using a program written in assembly code 51
- 2022-03-22 21:55:48下载
- 积分:1