-
TPLINK路由器修改MAC+重启
一键重启路由器,一键修改路由WAN口MAC地址,无需登录。目前只支持TPLINK路由器,但是可以参考里面的封包。
- 2022-06-27 07:00:36下载
- 积分:1
-
这片是写的数据信号处理可查那个设计的报告,报告包括卷积演示程序、演示采样定理、模拟滤波器设计演示―从模拟低通滤波器到模拟高通、带通、带阻的幅度
特性对比演示...
这片是写的数据信号处理可查那个设计的报告,报告包括卷积演示程序、演示采样定理、模拟滤波器设计演示―从模拟低通滤波器到模拟高通、带通、带阻的幅度
特性对比演示、切比雪夫I型低通滤波器、利用凯塞窗设计高通滤波器、使用双线性变换法设计巴特沃斯低通数字滤波器 这几个部分..........用matlab实现
-this piece is written data signal processing design can be found that the report, including the convolution Demonstration Program, Presentations sampling theorem, Analog Filter Design demo-from analog low-pass filter to simulate high-pass, band-pass, with the rate of resistance properties compared demo, I Chebyshev low-pass filter, the use of Kaiser window design high-pass filter, use bilinear transform design Butterworth low-pass digital filter these parts .......... used mat Implementation lab
- 2022-12-23 11:55:03下载
- 积分:1
-
- 2022-11-01 12:15:03下载
- 积分:1
-
LEACH代码
就是一个很厉害的大神弄出来的吧,实现的是一种未改进的LEACH协议,是最基本的吧,对于无奈要写论文的来说应该是有用的吧。。。如果要改进什么的还要再这个基础上改一改。
- 2023-07-17 06:45:02下载
- 积分:1
-
这是有关锁相环的一些必用知识.希望能对大家有所帮助哈
这是有关锁相环的一些必用知识.希望能对大家有所帮助哈-This is some of the PLL will use that knowledge. We want to help Kazakhstan
- 2022-03-22 13:32:34下载
- 积分:1
-
关于mb
关于mb-ofdm uwb的MATLAB源程序代码,超宽带是当前通信研究领域的热门,多频超宽带逐渐成为通信新宠儿。-on mb- ofdm uwb MATLAB source code, UWB is currently the communications field of study popular, multi-frequency UWB gradually become the new darling of communication.
- 2023-05-25 23: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
-
从国外的网站上找到的DELPHI的通信源码1,给大家学习
从国外的网站上找到的DELPHI的通信源码1,给大家学习-from abroad found on the website of the DELPHI a source of communication for everyone to learn
- 2022-03-28 11:24:43下载
- 积分:1
-
Modbus协议规范,非常详细的文档,对编写协议软件有帮助
Modbus协议规范,非常详细的文档,对编写协议软件有帮助-Modbus
- 2023-02-11 04:50:03下载
- 积分:1
-
ssl加密通信的客户端和服务端程序,包括安全证书的认证(linux)...
ssl加密通信的客户端和服务端程序,包括安全证书的认证(linux)-ssl encrypted communications client and server-side procedures, including safety certificate authentication (linux)
- 2022-04-29 09:26:26下载
- 积分:1