-
RFC1088
RFC1088——通过NetBIOS网络传输IP数据报的标准
- 2022-05-23 22:45:37下载
- 积分:1
-
this code used to illustrate the different problems in delta modulation techniqu...
this code used to illustrate the different problems in delta modulation technique also variable slope delta modulation also the bit error rate versus signal to noise ratio for ook and prk
- 2022-06-20 06:31:03下载
- 积分:1
-
libsmi的使用手册及网站,著名的德国MIB读取软件,非常好用
libsmi的使用手册及网站,著名的德国MIB读取软件,非常好用-libsmi the use of manuals and websites, a prominent German MIB read software, very easy to use
- 2022-02-01 06:58:14下载
- 积分:1
-
小数时延滤波器
小数时延滤波器,传统的方法实现小数时延,一般采用插值、滤波、抽样的方法来实现小数时延。该方法需要高的系统处理速率和大的存储空间。而小数时延滤波器,非常方便、简单,能够提高系统的性能。该程序包含各种小数时延滤波器,非常有用。
- 2022-08-06 23:10:32下载
- 积分:1
-
VMware使用dynamips搭建广域网络测试环境
使用 VMware 和
Dynamips
搭建广域网测试环境-VMware and use Dynamips to build wide area network test environment
- 2022-11-14 08:50:04下载
- 积分:1
-
实时的DTMF解码,采用Goertzel算法,通过监测信号…
DTMF实时解码,采用goertzel算法,通过监测信号中的两个主要频率从而得出DTMF值-DTMF decoder in real time, using goertzel algorithm, by monitoring the signal so as to arrive at the two main frequency DTMF value
- 2022-12-09 20:00:02下载
- 积分:1
-
CDMA系统的仿真程序,在此基础上研究了下CDMA系统等。
cdma系统的仿真程序,可以在此基础上研究cdma系统的各种环境下的性能,改程序已经验证过-cdma system simulation program, in this study based on the CDMA system under various environmental performance, change procedures have been tested
- 2022-03-15 22:28:10下载
- 积分:1
-
Assumed the use of Jakes model, used to generate the channel
使用Jakes所假设的模型,用来产生信道抽头延迟线模型中的抽头增益过程所需的多普勒频谱成形滤波器有多种实现方法。时域FIR滤波器是最常用的一种实现方法。-Assumed the use of Jakes model, used to generate the channel-tap-tap delay line model of the process gain the necessary Doppler spectrum shaping filter has a variety of implementations. Time domain FIR filter is an implementation of the most commonly used method.
- 2022-05-07 01:17:11下载
- 积分: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
-
基于JJE电子商务网关开发包
基于JJE电子商务网关开发包-Political Sciences based e-commerce Gateway Development Kit
- 2023-04-29 18:10:03下载
- 积分:1