-
水下扩频系统研究,本系统采用直接扩频序列方式,在有多径水声信道和无多径的水声信道进行研究比较...
水下扩频系统研究,本系统采用直接扩频序列方式,在有多径水声信道和无多径的水声信道进行研究比较-Underwater spread spectrum system, the system uses direct sequence spread-spectrum approach, in a number of Acoustic Channel Drive and non-multi-path acoustic channel for the study of comparative
- 2022-01-26 00:36:14下载
- 积分:1
-
Visual Basic 自动化系统监控源代码 第四章
Visual Basic 自动化系统监控源代码 第四章-Visual Basic Automation System to monitor the source code of Chapter IV
- 2023-04-13 01:50:03下载
- 积分:1
-
Zigbee2006入门源代码,包括了Zigbee的入门介绍,和源代码
Zigbee2006入门源代码,包括了Zigbee的入门介绍,和源代码-Introduction to source code Zigbee2006
- 2022-12-11 02:20:03下载
- 积分:1
-
cp2101 -232 与usb 转换芯片的详细资料,需要的马上下载吧
cp2101 -232 与usb 转换芯片的详细资料,需要的马上下载吧-cp2101 with usb-232 chip for the conversion of detailed information needed to download it immediately
- 2023-08-01 17:40:03下载
- 积分:1
-
单片机控制步进电机,单片机开发的朋友主义了
单片机控制步进电机,单片机开发的朋友主义了-SCM stepper motor control, microcontroller development of the doctrine of friends
- 2023-06-11 00:35:04下载
- 积分:1
-
Visual C++ Serial communication programming practice, Chapter 3 and Chapter 4 So...
Visual C++ 串口通信编程实践 第3章和第4章源码-Visual C++ Serial communication programming practice, Chapter 3 and Chapter 4 Source
- 2022-08-12 19:46:12下载
- 积分:1
-
SS7消息的格式和代码是ITU四部分
ITU SS7 AIF message format and codes part 4
- 2022-06-21 02:00:49下载
- 积分: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
-
cfarNakagami
它是中神恒虚警率的代码。一个可用于模拟的恒虚警检测算法在雷达信号处理与建模中神函数中的混乱
- 2023-04-05 00:20:04下载
- 积分:1
-
这是一款利用GENESYS CTI 的 .NET控件开发的一个典型的Web Phone,具有很好的参考价值!...
这是一款利用GENESYS CTI 的 .NET控件开发的一个典型的Web Phone,具有很好的参考价值!-This is a use of GENESYS CTI
- 2022-06-15 07:16:08下载
- 积分:1