-
汇编,将内存的自定地址开始的1m空间的内容显示出来
汇编,将内存的自定地址开始的1m空间的内容显示出来-compilation, will set the memory address space 1m beginning of the contents of the show
- 2022-12-15 11:15:03下载
- 积分:1
-
Realize single
实现单片机模拟iic,从而使单片机控制iic芯片
-Realize single-chip analog iic, thereby enabling single-chip microcomputer control chip IIC
- 2022-11-18 11:55:03下载
- 积分:1
-
。 。 。 。 。 。 。。 。
。 。 。 。 。 。 。。 。 -。 。 。 。 。 。 。。 。 。 。 。 。 。 。 。
- 2023-06-13 18:35:04下载
- 积分:1
-
random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码...
random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码-random.zip random number generator to compile the source code of a text editor cmdsrc.zip compilation of source code
- 2022-05-17 05:30:42下载
- 积分:1
-
S1板AT89C51 12m加法器结晶实验(52h + FCH = 01001110b)在P1一..
S1实验板 AT89C51 12M晶振
加法实验(52H+FCH=01001110B)在P1口显示 -S1 board AT89C51 12M Adder crystal experiment (52H+ FCH = 01001110B) in the P1 I show
- 2022-03-24 20:11:08下载
- 积分:1
-
Traffic lights control the source, including the phase, multiple programs can be...
交通灯控制源程序,包括各相位、可保存多种方案在E2ROM,可根据需要调整方案。-Traffic lights control the source, including the phase, multiple programs can be stored in E2ROM, may need to be adjusted in accordance with the program.
- 2022-01-26 08:22:08下载
- 积分:1
-
再汇编开发环境下利用简单的按键扫描方式实现音响系统简单的频道转换。...
再汇编开发环境下利用简单的按键扫描方式实现音响系统简单的频道转换。-Re-compilation development environment with a simple keystroke scan mode to achieve a simple sound system channel switching.
- 2022-07-12 07:19:09下载
- 积分:1
-
8251A实现异步串行接口模式双
用8251a实现串行口异步方式双机通信,波特率1200bps,采用查询方式发送,中断方式接收。双方平时处在查询键盘、等待中断接收状态,并显示相关提示-8251a achieved using an asynchronous serial interface mode dual-machine communication, baud rate 1200bps, using queries sent, interrupt reception. Look at the two sides usually the keyboard, waiting for interrupt reception status, and display-related tips
- 2022-02-24 23:24:07下载
- 积分: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
-
MSP430单片机的USART实验程序使用IAR嵌入式软件开发workbenc H…
msp430usart实验程序采用IAR嵌入式工作台软件开发
- 2022-03-20 14:01:10下载
- 积分:1