-
AN2120,连接M68HC08系列单片机的一个互联网服务提供…
AN2120, Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the Point-to-Point Protocol (PPP).
- 2022-07-12 12:17:41下载
- 积分:1
-
智能卡研发技术与工程实践
智能卡研发技术与工程实践 --------------------文件内容说明------------------------- Calg_SHA1.h : SHA1算法头文件 Calg_SHA1.CPP : SHA1算法代码文件 MD5.h : MD5算法头文件 MD5.CPP : MD5算法代码文件 Calg_DES.H : DES算法头文件 Calg_DES.CPP : DES算法代码文件-smart card technology research and engineering practice-------------------- Note contents of the documents----- Calg_SHA1.h : SHA1 algorithm headers Calg_SHA1.CPP : SHA1 algorithm code document MD5.h : MD5 algorithm headers MD5.CPP : MD5 algorithm code Calg_DES.H document : DES algorithm headers Calg _DES.CPP : DES algorithm code documents
- 2022-03-21 20:49:34下载
- 积分: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
-
MD5源代码,简洁易用
MD5源代码,简洁易用-MD5 source code, to be user-friendly
- 2022-01-25 16:22:50下载
- 积分:1
-
伪随机序列在扩频通信、流密码、信道编码等领域有着十分广泛的应用。文通过对伪随机m序列的编码和译码算法进行的MatLab语言仿真,验证了伪随机序列码的编码和译码算...
伪随机序列在扩频通信、流密码、信道编码等领域有着十分广泛的应用。文通过对伪随机m序列的编码和译码算法进行的MatLab语言仿真,验证了伪随机序列码的编码和译码算法,丰富了伪随机序列的实现方法,并提供了源代码。-Pseudo-random sequence in the spread spectrum communication, stream cipher, in areas such as channel coding has a very wide range of applications. Through the pseudo-random sequence m of encoding and decoding algorithm for the MatLab language simulation code pseudo-random sequence of coding and decoding algorithm, has enriched the realization of pseudo-random sequence method, and provides the source code.
- 2022-01-25 19:23:04下载
- 积分:1
-
LoadRunner访问视频服务器测试脚本
测试脚本是自动化测试的核心,数据驱动自动化测试框架的脚本开发过程是以模块化和数据驱动为基础,本代码结合实际视频服务器访问过程为指导,结合QTP的专家视图开发环境来编写实现了数据驱动自动化测试框架的脚本。
- 2023-06-28 04:15:03下载
- 积分:1
-
Multi
多用户检测(cdma系统),大家可以学习一下-Multi-User Detection (cdma system), everyone can learn about
- 2022-06-28 18:11:38下载
- 积分:1
-
codec, the implemention on the galois extension field.
编码、通信中扩域实现-codec, the implemention on the galois extension field.
- 2022-03-28 18:17:42下载
- 积分:1
-
a GSM 06.10 RPELTP coder and decoder in C
a GSM 06.10 RPELTP coder and decoder in C
- 2022-12-27 15:05:03下载
- 积分:1
-
串行口手机通信模块
串行口手机通信模块-phone serial port communication module
- 2022-08-13 11:51:10下载
- 积分:1