-
udp发送程序
该程序没有窗体,没有界面,点击即可运行,向指定的ip地址的端口发送udp协议的数据,且数据的类型不是文件,只是字符串。
- 2023-06-25 20:40:03下载
- 积分:1
-
adsp fft the standard source code, support adsp 211XX, series, high efficiency
adsp的fft标准源代码,支持adsp 211XX,系列,效率很高-adsp fft the standard source code, support adsp 211XX, series, high efficiency
- 2022-03-13 05:10:18下载
- 积分:1
-
实现VB下的自己编写ping代码,绝对不容错过!
实现VB下的自己编写ping代码,绝对不容错过!-under their preparation ping code, you can not miss!
- 2022-02-16 10:02:07下载
- 积分:1
-
viterbi constraint length 7 of the simulation, applicable to DAB decoding such a...
viterbi 约束长度为7的仿真,适用于DAB等卷积编码译码的仿真-viterbi constraint length 7 of the simulation, applicable to DAB decoding such as convolutional coding simulation
- 2022-03-18 23:00:16下载
- 积分: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
-
FreeBSD 开发者手册(pdf),全面的系统级编程指南,热爱BSD unix的朋友不可错过。也可在其官方镜像下载其他格式。...
FreeBSD 开发者手册(pdf),全面的系统级编程指南,热爱BSD unix的朋友不可错过。也可在其官方镜像下载其他格式。-FreeBSD developers manual (pdf), a comprehensive guide to system-level programming, love BSD unix friends not to be missed. Also available on its official download the image format.
- 2022-06-17 08:04:17下载
- 积分:1
-
it is an efficient method to calculate the Multi User Detection in MC
it is an efficient method to calculate the Multi User Detection in MC-CDMA
- 2022-03-03 17:30:57下载
- 积分:1
-
七号信令原理讲解,大公司出的培训教材,好!
七号信令原理讲解,大公司出的培训教材,好!-Teaching materials about theory of ss7 from a big company.
- 2022-03-07 17:19:16下载
- 积分:1
-
通达信波段密码公式
通达信波段密码主图指标公式, 信号可靠好用,可以进行自己编辑和修改,构建自己的交易系统用。正所谓波段是金,短线是银,读者可以根据自己的操盘风格修改代码,以形成自己的交易风格。
- 2022-06-28 00:45:38下载
- 积分:1
-
ppp link protocol realize operating software, hope to be able to learn network p...
ppp协议的链路操作软件实现,希望能够给正在学习网路协议编程的同志提供帮助-ppp link protocol realize operating software, hope to be able to learn network protocol is programmed to help comrades
- 2022-10-26 12:40:04下载
- 积分:1