-
通道传感
Python代码是认知无线电网络的信道利用率估算相关。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-12-03 19:10:03下载
- 积分:1
-
一个4*8天线数的mimo仿真程序,采用16QAM调制解调,在平坦衰落环境下的误码率情况...
一个4*8天线数的mimo仿真程序,采用16QAM调制解调,在平坦衰落环境下的误码率情况-a 4* 8 the number of MIMO antenna simulation program using 16QAM modulation and demodulation, the decline in flat environment of the BER
- 2022-07-25 20:30:40下载
- 积分: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
-
常用晶体管资料大全
常用晶体管资料大全-transistors commonly used information Daquan
- 2022-01-26 06:56:22下载
- 积分:1
-
通信mccdma和ofdm的一些相关的资料。
通信mccdma和ofdm的一些相关的资料。-OFDM communication mccdma and some relevant information.
- 2022-03-03 06:13:20下载
- 积分:1
-
Product No. PUP19 show the source code ReadPUPData19
显示PUP19号产品的源代码
ReadPUPData19-Product No. PUP19 show the source code ReadPUPData19
- 2022-03-14 16:46:36下载
- 积分:1
-
中国移动通信CMPP3.0短消息网关开发接口使用手册,给开发短信平台的朋友...
中国移动通信CMPP3.0短消息网关开发接口使用手册,给开发短信平台的朋友-CMPP3.0 China Mobile Communications Development of Short Message Gateway Interface user manual for the development of the SMS platform friend
- 2022-08-05 13:26:08下载
- 积分:1
-
本程序包括聊天室的客户端和服务器端,使用CSocket
本程序包括聊天室的客户端和服务器端,使用CSocket-the procedures include chat rooms client and server side, use CSocket
- 2022-03-22 16:09:20下载
- 积分:1
-
MT6268 Virtual Serial Driver
MT6268 Virtual Serial Driver
- 2022-10-29 06:55:03下载
- 积分:1
-
一个简单的C语言做的通讯录管理系统,用链表实现的,可以实现简单的通讯录管理功能...
一个简单的C语言做的通讯录管理系统,用链表实现的,可以实现简单的通讯录管理功能-a simple C language correspondence management system, with the realization Chain, can achieve a simple directory management capabilities
- 2022-02-13 21:22:21下载
- 积分:1