-
Siemens Gprs module installed and the data transceiver
西门子的Gprs模块的设置与数据收发的方法-Siemens Gprs module installed and the data transceiver
- 2022-05-22 23:13:47下载
- 积分:1
-
FIR、IIR数字滤波器的Matlab仿真程序
FIR、IIR数字滤波器的Matlab仿真程序-FIR, IIR digital filter of the Matlab simulation program
- 2023-04-04 07:55:04下载
- 积分:1
-
培训文件,文件的RAR文件
中国移动3.14SP培训文档,文件为rar文件-training documents, paper documents rar
- 2023-08-24 18:10:03下载
- 积分:1
-
Several of the radar target recognition of outstanding paper (based on nonlinear...
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part9-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part9
- 2022-03-19 03:39:46下载
- 积分:1
-
一个开发实时数据信号处理的元老级的库函数,intel的,不可多得,难得一见,一见钟情,情难以忍!...
一个开发实时数据信号处理的元老级的库函数,intel的,不可多得,难得一见,一见钟情,情难以忍!-A development deal with real-time data signal of the senior class library, intel, and a rare, rare, love at first sight, difficult to tolerate the situation!
- 2023-05-22 07:45:04下载
- 积分:1
-
无线传感器网络模型
这是的 LAR 与路由选择协议的 routingSeveral 的 50nodes 方案程序已提出为 ad hoc 网络。本文提出的办法利用位置信息 (例如,获得使用全球定位系统) 来提高 ad hoc 网络的路由协议的性能。通过使用位置信息,拟议的 Location-Aided 路由 (LAR) 协议限制搜索的一个小"请求区"的 ad hoc 网络的新途径。这将导致在路由邮件的数量大为减少。我们目前两种算法来确定请求区,和也建议潜在的优化我们的算法。
- 2022-07-27 00:30:19下载
- 积分:1
-
c# plc modibus 通信
c# 串口 以太网通信 modibus 连接 plc
从文本框输入负数 -2 补码=反+1=进位+原数
Vb 清除输入缓冲区 输出缓冲区 c#用不用清除??哪个函数??
//發送二進制數據 ??????????????
private void SendBytesData(SerialPort serialPort)
{ ////从 文本框取得数据 如果负数 -2 怎么办????
byte[] bytesSend = Encoding.Default.GetBytes(txtSend.Text);
spcom.Write(bytesSend, 0, bytesSend.Length);
}
通过MODBUS TCP读写PLC源码
功能模块一:读写PLC主模块
using System;
using System.Net;
using System.Net.Sockets;
public static void WriteWord(int mwAddress,int mwValue)
{写字到以太网
if (init_plc() == 0)
{
try
{
hi = mwAddress / 256;
low = mwAddress - hi * 256;
hi1 = mwValue / 256; ///////////16bit
low1 = mwValue - hi * 256;
sendBuf[7] = 6;
sendBuf[8] = (byte)hi;
sendBuf[9] = (byte)low;
sendBuf[10]
- 2022-07-10 15:42:30下载
- 积分:1
-
RFC3030:SMTP Service Extensions for Transmission of Large and Binary MIME Messag...
RFC3030:用于传输大型和二进制MIME消息的SMTP服务扩展
- 2022-05-29 18:26:48下载
- 积分:1
-
OMNeT++网络编码基础
Omnet++的基本网络。这是一个无线网络的代码。该网络可以作为进行其他网络模拟的模板。
- 2022-08-06 17:38:48下载
- 积分:1
-
本文是一篇经典的基于离散余弦变化的信道估计论文,摘自IEEE的文章,对初学者有帮助。...
本文是一篇经典的基于离散余弦变化的信道估计论文,摘自IEEE的文章,对初学者有帮助。-This article is a classic change based on the discrete cosine channel estimation papers, taken from the IEEE article, for beginners helpful.
- 2022-12-08 06:40:03下载
- 积分:1