-
(3,1,4)卷积码的viterbi硬判决的源代码,通过高斯信道的误码率...
(3,1,4)卷积码的viterbi硬判决的源代码,通过高斯信道的误码率-(3,1,4) Convolutional Codes Viterbi hard decisions source code, the Gauss channel BER
- 2022-07-14 03:21:53下载
- 积分:1
-
关于高速电路板设计 的一些设计资料,适合于初学者.
关于高速电路板设计 的一些设计资料,适合于初学者.-on the design of high-speed circuit board design of some information, suitable for beginners.
- 2022-09-24 19:05:03下载
- 积分:1
-
windows 平台程序,网络程序代码,vc++6.0
windows 平台程序,网络程序代码,vc++6.0-windows platform program, the network code, vc++ 6.0
- 2022-12-24 20:15:03下载
- 积分:1
-
this is a code which measures freuency occuring at outside
this is a code which measures freuency occuring at outside
- 2022-10-15 09:40:02下载
- 积分:1
-
MAX3100串口通信代码是一个典型的
max3100串口通讯代码 很经典-MAX3100 serial communication code is a classic
- 2022-06-11 15:56:50下载
- 积分:1
-
FSK signal demodulation, FSK demodulation signal fc for the 15MHz IF
FSK信号的解调,FSK信号的解调中频fc为15MHz-FSK signal demodulation, FSK demodulation signal fc for the 15MHz IF
- 2022-07-23 12:21:07下载
- 积分:1
-
循环运动规约模拟程序(简单)可简单要信遥测实现主站的模拟,实现与子站的联系...
循环运动规约模拟程序(简单)可简单要信遥测实现主站的模拟,实现与子站的联系-Statute of the simulation program cycle exercise (easy) to the letter easy to achieve the main station telemetry simulation, implementation of contact with the sub-station
- 2022-06-30 23:53:25下载
- 积分:1
-
LTE technical white paper details the origins of this technology, development, a...
LTE技术白皮书详细介绍了这项技术的起源、发展以及一些特殊功能、应用
- 2023-02-28 19:50:03下载
- 积分: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
-
SGIP SERVER
SGIP模拟网关,可以本地测试短信测试发送的情况-SGIP SERVER
- 2022-10-15 17:10:03下载
- 积分:1