-
一个小小而简单的VB通信程序 实现了两端的连接和发送信息, 要知道对方IP和端口...
一个小小而简单的VB通信程序 实现了两端的连接和发送信息, 要知道对方IP和端口-a small and simple VB communication programe which realizes the connection and message between two sides as if get the other one s ip and port
- 2022-12-16 18:35:04下载
- 积分:1
-
贝叶斯滤波的C++类库
贝叶斯滤波如卡尔曼滤波,粒子滤波等,给定一线性或非线性动态系统,用已知的观测数据和动态向量求后验概率。该资源是贝叶斯滤波器的C++类库,里面包括卡尔曼滤波(kalman filter)、粒子滤波(particlefilter)等。希望对想用C++实现滤波算法的同学有所帮助!
- 2023-03-05 01:00:04下载
- 积分:1
-
A simple address book, make their own, and lot of attention, it should be throug...
一个简单的通讯录,自己做的,多多关照,应该能通过审核-A simple address book, make their own, and lot of attention, it should be through the Audit
- 2022-07-18 14:01:33下载
- 积分:1
-
VGA chip AD600 and its RMS (DB) linear measurement circuit
VGA芯片AD600及其在有效值(DB)线性测量电路中的应用-VGA chip AD600 and its RMS (DB) linear measurement circuit
- 2022-05-09 11:05:58下载
- 积分:1
-
瑞利信道中的调制解调、信道估计simulink仿真
可自行转换成源代码
(1) 推导出单径瑞利信道中的BPSK相干解调的理论误码率性能,并画出比特信噪比与误码率的关系曲线。
(2) 在单径瑞利信道中,请设计一种时分的导引辅助的信道估计方法,用Simulink进行仿真,测量BPSK的误码率性能,画出比特信噪比与误码率的关系曲线,并与理论误码率曲线进行对比。
- 2022-05-13 21:22:55下载
- 积分:1
-
一个串口通讯的c语言的例子
一个串口通讯的c语言的例子-A serial communication example of c language
- 2022-03-26 02:30:24下载
- 积分:1
-
本程序RS232通信的一个实验小程序,其中还有rs232和rs485的介绍!
本程序RS232通信的一个实验小程序,其中还有rs232和rs485的介绍!- A this procedure RS232 correspondence experimental script, also
has rs232 and the rs485 introduction!
- 2023-02-02 10:10:04下载
- 积分:1
-
衰落信道的子程序,可结合其他衰落信道进行研究比较,适合OFDM通信
衰落信道的子程序,可结合其他衰落信道进行研究比较,适合OFDM通信-Fading subroutines can be combined with other comparative studies fading for OFDM communications
- 2023-02-23 19:20: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
-
双卡双待带蓝牙功能手机,可以给朋友参考,值得一看
双卡双待带蓝牙功能手机,可以给朋友参考,值得一看-Dual card dual Bluetooth-enabled mobile phones to be with, you can refer to a friend, worth a visit
- 2022-01-25 15:54:35下载
- 积分:1