-
本程序是一个代有带纠错码的串行通信子程序 功能:发送方将数据连发三此,接受方按位进行最大概率纠错。程序返回时,若标志位ERR返回为1,则表示
通信失败;否...
本程序是一个代有带纠错码的串行通信子程序 功能:发送方将数据连发三此,接受方按位进行最大概率纠错。程序返回时,若标志位ERR返回为1,则表示
通信失败;否则。接收结果放在A寄存器中。
很简单很经典的例子。有资源大家共享哦-This procedure is an error-correcting code generation has to bring the serial communication subroutine functions: sender data Lianfa three of this, the recipient in accordance with the maximum probability of bit error correction. Procedures for the return, if the flag ERR return for one, it means that communications failed otherwise. Receive the results on the A register. Very simple classic example. U.S. has resources to share, oh
- 2023-03-08 01:40:04下载
- 积分:1
-
汇编移位操作,asm文件演示如何进行移位操作
汇编移位操作,asm文件演示如何进行移位操作-Compilation shift operation, asm files demonstrate how to carry out shift operation
- 2022-01-31 14:32:18下载
- 积分:1
-
学习汇编语言编制的程序,非常参考价值,我认为汇编比较难。...
学习汇编语言编制的程序,非常参考价值,我认为汇编比较难。-Learning assembly language produced by the procedure, very useful, I think more difficult to compile.
- 2022-02-25 14:50:33下载
- 积分:1
-
Multisim的瑞利杂波模型
锐利分布的杂波的生成 运用于杂波模拟当中-rayli model clutter mulitisim
- 2022-01-24 09:14:57下载
- 积分:1
-
德文 (工业串行触摸屏) 屏幕编程
DWIN,工业串行触摸屏幕 — — 这是德文屏幕编程,上载更多的数据向管制局的一次从 DWIN 触摸屏
- 2022-01-31 20:54:20下载
- 积分:1
-
利用DS18B20温度传感器+AT89C51控制直流电机转速,
利用DS18B20温度传感器+AT89C51控制直流电机转速,-The use of DS18B20 temperature sensor+ AT89C51 control DC motor speed,
- 2022-01-26 00:18:10下载
- 积分:1
-
由8051/8096/8099/8048单片机汇编工具、
汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单片机汇编语言、do
由8051/8096/8099/8048单片机汇编工具、
汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、
创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是汇编语言的知识宝库!-Compiled by the 8051/8096/8099/8048 SCM tools, assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 microcontroller assembly language, dos not open secret, windows process control, graphics programming, innovative development of 32-bit sound, video examples, etc. many elements, rich in content, is definitely assembly language of knowledge!
- 2023-03-23 18:50:03下载
- 积分:1
-
i2c protocol, this program to 8951 hardware systems
i2c protocol,this program to 8951 hardware systems-i2c protocol, this program to 8951 hardware systems
- 2022-07-10 01:24:37下载
- 积分:1
-
求一堆数里面的最大值
求一堆数里面的最大值-heap for the maximum number of inside! !
- 2023-05-31 17:35:03下载
- 积分: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