-
PPPoE在Linux上的源代码
PPPoE在Linux上的源代码-PPPoE on Linux source code
- 2022-01-25 15:33:48下载
- 积分:1
-
Line Code: polar unpolar
Line Code: polar unpolar
- 2022-08-18 09:15:48下载
- 积分:1
-
Print VB tree controls the detailed descriptions of documents
VB打印树控件文档的详细说明
- 2022-02-05 17:42:42下载
- 积分:1
-
这是一个服务器端的程序,用的是VC平台,刚上传了客户端,希望大家会喜欢,对大家有帮助...
这是一个服务器端的程序,用的是VC平台,刚上传了客户端,希望大家会喜欢,对大家有帮助-This is a server-side procedures, using the VC platform, just upload the client, I hope you will like to help you
- 2022-05-24 18:56:08下载
- 积分:1
-
WCF心跳判断服务端及客户端是否掉线并实现重连接
若掉线时服务器或客户端又在线时将实现自动重连;将通过WCF的双工知识以及相应的心跳包来实现此功能;
首先了解一下本实例的一个分层架构图;相信了解WCF对这个分层法肯定都很了解;其中Client为客户端,Interface为契约层,Service则是实现契约的服务层;
- 2022-03-16 18:24:12下载
- 积分:1
-
this is a tcl example for ns2!
这是一个ns2环境下写的一个有关无线网络的脚本程序。-this is a tcl example for ns2!
- 2023-04-11 16:45: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
-
华容道游戏J2ME实现_Java手机游戏
华容道游戏J2ME实现_Java手机游戏-Puzzle achieve _Java J2ME mobile games
- 2022-11-05 20:35:04下载
- 积分:1
-
NS2入门书籍,安装过程,学习方法,仿真过程介绍
NS2入门书籍,安装过程,学习方法,仿真过程介绍-NS2 entry books, the installation process, learning methods, the simulation description
- 2022-05-31 06:56:20下载
- 积分:1
-
Research article based on the pilot of the OFDM system channel estimation interp...
文章研究了基于导频的OFDM系统信道估计插值算法-Research article based on the pilot of the OFDM system channel estimation interpolation algorithm
- 2022-03-22 21:28:23下载
- 积分:1