-
这是一个关于嵌入试开发的简单例子,大家可以参考一下,为以后的学习打基础...
这是一个关于嵌入试开发的简单例子,大家可以参考一下,为以后的学习打基础-This is a test of embedded development simple example, we can take a look to the future to build up the foundation of learning
- 2022-05-07 06:53:39下载
- 积分:1
-
小动画心
动画显示提示信息"按任意键进入",
然后就没有任何反映了,
不知道该怎么办了?...
小动画心
动画显示提示信息"按任意键进入",
然后就没有任何反映了,
不知道该怎么办了?-small animation heart animation shows a message "by Anykey enter," and then there would be no point to the fact that I do not know how the Office
- 2023-01-21 02:15:04下载
- 积分:1
-
这是汇编器的源代码
这是汇编器的源代码- This is the assembly source code
- 2022-06-17 05:52:04下载
- 积分:1
-
assembly language
汇编语言超浓缩教程-assembly language-enrichment Guide
- 2022-02-04 05:01:00下载
- 积分:1
-
at892051模拟串行通讯程序
at892051模拟串行通讯程序-at892051 simulated serial communication program
- 2022-01-31 19:49:14下载
- 积分:1
-
这是一个关于89c51,max7219,93c46组成的计数器程序,编译能同过,但可能程序本身有些问题,需要修改。...
这是一个关于89c51,max7219,93c46组成的计数器程序,编译能同过,但可能程序本身有些问题,需要修改。-This is a study on 89c51, max7219, 93c46 counter composed of procedures, the compiler can be the same, but the process itself may be some problems, needs to be revised.
- 2022-08-14 07:31:27下载
- 积分:1
-
TC1320 drive the process to achieve the realization of DA conversion. Entrance p...
本程序实现驱动TC1320实现DA转换。
入口参数:待转换的数据在SOU中。
出口参数:无。-TC1320 drive the process to achieve the realization of DA conversion. Entrance parameters: the data to be converted in the SOU. Export parameters: None.
- 2022-01-25 16:18:25下载
- 积分:1
-
电子密码锁程序,用ASM编写,键盘6位密码,有开锁报警子程序
电子密码锁程序,用ASM编写,键盘6位密码,有开锁报警子程序-Electronic code lock procedure, prepared by ASM, keyboard 6 password, have become disengaged alarm subroutine
- 2022-03-21 15:18:35下载
- 积分:1
-
PIC16位乘除法
PIC16位乘除法-PIC16- multiplication and division
- 2022-01-27 11:41:59下载
- 积分: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