-
The program is HDB3 code between code and message conversion, and in some conver...
该程序是将HDB3码与消息码相互转换,在某些转换方面的东西做的不是很好,求高人改进-The program is HDB3 code between code and message conversion, and in some conversion to do something not very good, seeking to improve Gao Ren
- 2022-08-09 01:06:42下载
- 积分:1
-
Nokia手机AT指令集说明
Nokia手机AT指令集说明-Nokia the handset AT instruction collection explained
- 2022-01-21 06:25:19下载
- 积分:1
-
mobileRPG
mobileRPG
- 2023-01-01 14:45:03下载
- 积分:1
-
vb写得传真服务器软件,只能在2000下面运行。
vb写得传真服务器软件,只能在2000下面运行。-vb writes fax server software, only can move under 2000.
- 2022-05-15 20:13:12下载
- 积分:1
-
将串口编程技术和ODBC技术相结合,实现串口数据实时在数据源文件中的存放和读取....
将串口编程技术和ODBC技术相结合,实现串口数据实时在数据源文件中的存放和读取.-The serial programming technology and ODBC technology, to achieve real-time serial data source file in the data storage and reading.
- 2023-01-08 16:55:03下载
- 积分:1
-
VT100终端程序
VT100终端程序 -VT100 terminal
- 2022-02-05 21:16:33下载
- 积分:1
-
WCDMA物理层详解,对下行物理信道结构,上行物理信道结构以及信道间定时关系作了非常详细的描述....
WCDMA物理层详解,对下行物理信道结构,上行物理信道结构以及信道间定时关系作了非常详细的描述.-Detailed WCDMA physical layer of the downlink physical channel structure, uplink physical channel structure as well as the timing relationship between channels given a very detailed description.
- 2022-05-19 08:37:14下载
- 积分:1
-
无线通信中的协作分集
包括爱丁堡大学的一篇essay——Cooperative Diversity in Wireless Networks以及对应的matlab源程序,有利于对无线通信中协作分集的理解。
论文和代码结合学习会加深对相关技术的掌握,可以再源代码基础上进行修改以达到自己需要的结果。
论文对AF、DF协作方式,ERC、FRC、SNRC、MRC等合并方式都进行了仿真对比分析,信道采用瑞利衰落信道。
- 2022-07-20 08:22: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
-
AODV NS2实现
AODV 是即席需求网络路由协议。它是基本的反应式路由协议在无线 adhoc 网络中。此 tcl 脚本文件是可执行的 ns 文件。它是由 12 个移动节点。
- 2022-01-24 17:04:58下载
- 积分:1