-
十六位按键功能的读写程序,包括汇编原代码,可烧录文件,熟悉按键检测功能的使用方法...
十六位按键功能的读写程序,包括汇编原代码,可烧录文件,熟悉按键检测功能的使用方法-16 button functions to read and write procedures, including the compilation of the original code, recordable documents, familiar with the use of key detection method
- 2022-06-03 04:42:34下载
- 积分:1
-
很经典的汇编程序,用DEBUG运行
很经典的汇编程序,用DEBUG运行-classic compilation procedures, operating with DEBUG
- 2022-06-12 21:34:42下载
- 积分:1
-
16F877 achieve a stopwatch function of time
一个16F877实现计时秒表功能-16F877 achieve a stopwatch function of time
- 2022-03-21 20:03:17下载
- 积分:1
-
IC卡购电软件实现,可以参考代码的源程序
IC卡购电软件实现,可以参考代码的源程序-IC card software realize the purchase of electricity, you can reference the source code
- 2022-08-03 11:19:13下载
- 积分:1
-
TMS320VC5416的8个LED测试程序,简洁,运行稳定.5410上与些类似.
TMS320VC5416的8个LED测试程序,简洁,运行稳定.5410上与些类似.-TMS320VC5416 of eight LED testing procedures, simple, stable operation .5410 with more similar.
- 2022-08-22 05:27:23下载
- 积分:1
-
将存于DAT1开始的1个8字节BCD相加,结果放在SUM.考虑溢出.
将存于DAT1开始的1个8字节BCD相加,结果放在SUM.考虑溢出.-will be stored in the DAT1 began an eight-byte BCD together, the results on SUM. Consider spills.
- 2023-01-15 03:05:04下载
- 积分:1
-
8051 procedures first set mileage value, and can show that the set value, in the...
8051程序 要先设定里程值,并能显示设定值,在开始按钮按下去后,里程值转换成记数初值,并开始计算里程-8051 procedures first set mileage value, and can show that the set value, in the beginning by this button, mileage converted into preliminary count, and began calculating mileage
- 2022-02-06 06:22:05下载
- 积分:1
-
USE DS18B20 IN P16F877A
USE DS18B20 IN P16F877A
- 2022-01-25 22:03:56下载
- 积分:1
-
录音机控制51源程序
录音机控制51源程序-recorders source control 51
- 2022-05-27 01:36:10下载
- 积分: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