-
自适应最小均方算法,应证实是正确的。可以下载使用
自适应最小均方算法,应证实是正确的。可以下载使用-Adaptive least mean square algorithm, should prove to be correct.
- 2022-02-01 16:02:49下载
- 积分:1
-
BER的VUS
BER of the VUS-MUMIMO-SM Uplink System
- 2022-01-28 12:27:06下载
- 积分:1
-
communication between PCs
VC++ 串口通信工程开发实例导航第一章 串口实现双击互联 源码-communication between PCs
- 2022-03-25 00:04:25下载
- 积分: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
-
matlab教程,详细介绍Matlab的基础、入门及使用指南。
matlab教程,详细介绍Matlab的基础、入门及使用指南。
- 2023-08-11 17:05:06下载
- 积分:1
-
电话防伪伺服系统
电话防伪伺服系统-telephone security servo system
- 2023-04-29 07:45:03下载
- 积分:1
-
linux下serial通信编程,如何用select来进行写程序
linux下serial通信编程,如何用select来进行写程序-serial communication programming under linux, how to select to write procedures
- 2022-06-16 10:37:36下载
- 积分:1
-
PC机与智能仪表通过串口进行通讯的示例,供初学这使用
PC机与智能仪表通过串口进行通讯的示例,供初学这使用
- 2022-11-12 09:45:03下载
- 积分:1
-
Visual C++ 串口通信编程实践 第9章和第10章源码
Visual C++ 串口通信编程实践 第9章和第10章源码
-Visual C++ Serial communication programming practice, Chapter 9 and Chapter 10 source code
- 2022-03-24 03:12:53下载
- 积分:1
-
simulation of BER of orthogonal space time block code over frequency flat Raylei...
simulation of BER of orthogonal space time block code over frequency flat Rayleigh faing channel
- 2023-03-29 23:35:04下载
- 积分:1