-
手机PDA程序设计入门
手机PDA程序设计入门-Game API入门
书籍语言: 简体中文
书籍类型: 程序设计
授权方式: 免费软件
书籍大小: 391 KB
书籍等级:
整理时间: 2005-8-10 6:34:55
-phone PDA Design entry-Game API entry books Language : English books categories : program design license : free software books Size : 391 KB books Grade : collate Time : 2005-8-10 6:34:
- 2022-07-05 10:25:28下载
- 积分:1
-
Rayleigh Fading
Rayleigh fading channel是一种无线电信号传播环境的统计模型。这种模型假设信号通过无线信道之后,其信号幅度是随机的“衰落”,并且其包络服从瑞利分布。
- 2022-04-06 15:18:35下载
- 积分:1
-
himself wrote for modbusrtu communications, can be connected to various types of...
自己写的用于modbusrtu的通讯,可以连接各类变频器温控仪等,而且是完整的工程文件,可以修改做他用-himself wrote for modbusrtu communications, can be connected to various types of converter temperature control instrument, but it is a complete engineering documents can be amended so he
- 2022-01-26 05:30:50下载
- 积分:1
-
Text of article
"draft
Text of article
"draft-josefsson-pppext-eap-tls-eap-05.txt"
- 2022-01-24 08:47:58下载
- 积分: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
-
详细介绍了 当前流行的openet软件的应用 t通过学习 可以对无线协议进行仿真...
详细介绍了 当前流行的openet软件的应用 t通过学习 可以对无线协议进行仿真 -Detailed introduction of the current popular software applications Openet t Through the study of wireless protocols can be simulated
- 2022-05-10 15:10:39下载
- 积分:1
-
IOCP完成端口
IOCP(I/O Completion Port,I/O完成端口)是性能最好的一种I/O模型。delhi下的IOCP实现,一些代码和测试。
- 2023-01-05 08:15:04下载
- 积分:1
-
文章研究了一种在OFDM系统信道估计频域插值算法
文章研究了一种在OFDM系统信道估计频域插值算法-Research article An OFDM system in frequency domain channel estimation interpolation algorithm
- 2022-01-26 01:29:26下载
- 积分:1
-
FX232通信通信
FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信FX232通信通信
- 2022-04-11 13:39:42下载
- 积分:1
-
在局域网和广域网传输DNP V3.00。
Transporting DNP V3.00 over Local and Wide Area Network.
1 Overview
1.1 Purpose
DNP V3.00 (hereafter referred to simply as DNP) was designed for serial point-to-point communication (e.g. RS-232) with limited support for half duplex serial networks (e.g. RS-485). In order for devices to exchange DNP messages in a local (LAN) and/or wide area network (WAN), one must either augment the protocol to support a network environment or use an existing network transport mechanism. This document takes the latter approach specifically, to define how to transport DNP traffic on the internet protocol suite.
-Transporting DNP V3.00 over Local and Wide Area Network.
1 Overview
1.1 Purpose
DNP V3.00 (hereafter referred to simply as DNP) was designed for serial point-to-point communication (e.g. RS-232) with limited support for half duplex serial networks (e.g. RS-485). In order for devices to exchange DNP messages in a local (LAN) and/or wide area network (WAN), one must either aug
- 2023-06-06 00:50:03下载
- 积分:1