-
modbus 源代码,功能 0x03,实施 0x10
modbus 源代码,功能 0x03,0x10 实施 ;
- 2022-08-16 05:30:27下载
- 积分:1
-
mimo toolbox pdf reference. this file wish you so goo work!
mimo toolbox pdf reference. this file wish you so goo work!
- 2023-02-05 02:25:03下载
- 积分:1
-
rotatescreen
M8 SKD 重力感应旋屏例子-rotatescreen
- 2022-02-16 02:16:07下载
- 积分:1
-
这是一个简单的串口通讯程序,将组态软件intouch中的数据,通过DDE联接,然后通讯过串口发送给模拟屏...
这是一个简单的串口通讯程序,将组态软件intouch中的数据,通过DDE联接,然后通讯过串口发送给模拟屏-This is a simple serial communications procedures, configuration software intouch the data through DDE link, and then over serial communication sent to the simulation screen
- 2022-05-16 19:08:35下载
- 积分:1
-
MIMO LTE 实现,包括下行的过程
MIMO 在 LTE 的实现,利用 matlab 软件,其中包括下行的过程。欢迎下载。谢谢你的支持。
- 2022-01-25 14:39:38下载
- 积分:1
-
数字通信好书!! 伯克利教材
数字通信好书!! 伯克利教材-Digital communications books! ! ! ! Berkeley Teaching Materials
- 2022-04-16 01:51:53下载
- 积分:1
-
zigbee无线点灯主程
TI CC2530 无线点灯程序,通过按键来无线控制台灯的开关。此程序是为主程。覆盖TI原文件即可轻松使用
- 2022-01-25 23:49:06下载
- 积分:1
-
克隆选择
Clonal Selection-Theory-and-CLONALG-The-Clonal-Selection-Classification-Algorithm
- 2023-03-13 02:15:03下载
- 积分:1
-
通信协议的解析和分析,主要是看它的校验码。
通信协议的解析和分析,主要是看它的校验码。-Analysis of communication protocols and analysis, mainly to look at its validation code.
- 2022-11-17 05:30:03下载
- 积分:1
-
MFC写的串口测试工具源码
CSerialPort:: CSerialPort(){单独监禁= FALSE;m_hComm= NULL;//初始化重叠结构成员为零m_ov.Offset= 0;m_ov.OffsetHigh= 0;//创建活动m_ov.hEvent= NULL;m_hWriteEvent= NULL;m_hShutdownEvent= NULL;m_hErrorEvent= NULL;m_hSendCompleteEvent= NULL;m_bThreadAlive= FALSE;m_bSendNotify= FALSE;m_SendList.clear();//初始化关键部分:: InitializeCriticalSection(m_csCommunicationSync);:: InitializeCriticalSection(m_csSendList);}////删除动态内存//CSerialPort::〜CSerialPort(){ReleasePort();:: DeleteCriticalSection(m_csCommunicationSync);:: DeleteCriticalSection(m_csSendList);}无效CSerialPort:: ReleasePort(){而(m_bThreadAlive){而::休眠(1)(m_SendList.empty()!); //2012-09-27zhaoz修复停止仪器采集后数据报文发送不出去问题SetEvent的(m_hShutdownEvent);睡眠(1);}
- 2022-02-25 01:02:02下载
- 积分:1