-
ModBus通讯协议分为RTU协议和ASCII协议,下面就ModBus RTU协议简要介绍如下:...
ModBus通讯协议分为RTU协议和ASCII协议,下面就ModBus RTU协议简要介绍如下:-ModBus RTU communication protocol into ASCII protocols and agreements, the following agreement on ModBus RTU briefed as follows :
- 2022-02-13 21:36:22下载
- 积分:1
-
AODV代码
该仿真平台使用OPNET软件仿真实现,各个模块已经调通,实现了AODV的功能,可以参照该代码进行学习AODV和OPNET软件。OPNET simulation platform running on the aodv routing protocol model .
- 2022-10-17 20:55:03下载
- 积分:1
-
包括iir,fir,功率谱,复倒谱等
包括iir,fir,功率谱,复倒谱等-including IIR, fir, power spectrum, such as Cepstrum
- 2022-02-03 14:52:05下载
- 积分:1
-
描述了以VB.NET 为矸发平台,利用System.Web.Mail命名空间的三个类.来沟造电子邮件发送程
序的设计过程,并对邮件发送的啄理― ―SMTP的...
描述了以VB.NET 为矸发平台,利用System.Web.Mail命名空间的三个类.来沟造电子邮件发送程
序的设计过程,并对邮件发送的啄理― ―SMTP的通信流程进行了比较深入的讨论。-Description of the VB.NET platform for rock hair, use System. Web. Mail named the three categories of space. Groove to create Email this procedure the design process, as well as mail sent pecked Jimmy-- SMTP communication process for the more in-depth discussion.
- 2023-07-15 03:45:03下载
- 积分:1
-
自适应最小均方算法,应证实是正确的。可以下载使用
自适应最小均方算法,应证实是正确的。可以下载使用-Adaptive least mean square algorithm, should prove to be correct.
- 2022-02-01 16:02:49下载
- 积分:1
-
降低OFDM系统PAPR的PTS算法的源程序,matlab成功后…
降低OFDM系统峰均比的PTS算法源码,经过MATLAB仿真成功-Reduce the PAPR of OFDM system PTS algorithm source, after the success of MATLAB simulation
- 2022-09-08 05:25:02下载
- 积分:1
-
语音即时通信源码(非UDP打洞),协议TCP.
语音即时通信源码(非UDP打洞),协议TCP.-Voice-source instant messaging (non-UDP holes), protocol TCP.
- 2023-04-02 10:30:03下载
- 积分:1
-
qpsk调制在awgn/rayleigh信道下的误码性能比较,以及信号的功率谱和星座图...
qpsk调制在awgn/rayleigh信道下的误码性能比较,以及信号的功率谱和星座图-QPSK modulation in awgn/Rayleigh Channel Performance Comparison of error, and the signal power spectrum and constellation
- 2022-08-13 05:49:45下载
- 积分:1
-
两台电脑简单通信
很简单的源码,通过C++实现两台电脑的简单通信,希望对大家有帮助,#include
#include
#pragma comment(lib,"ws2_32.lib")
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );//请求1.1版本的winsock库
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
return;
}
if ( LOBYTE( wsaData.wVersion ) != 1 ||
HIBYTE( wsaData.wVersion ) != 1 ) {
WSACleanup( );
return;
}
&n
- 2022-03-20 09:13:36下载
- 积分:1
-
Diskriminator
8051 控制器与 ADC 和串行通信在 EXCEL 的窗口-鉴别符
它是一个简单的示例如何将模拟转换为数字和可视化处理的新的应用程序
- 2022-07-20 02:50:43下载
- 积分:1