-
基于ARM的码激励线性预测编解码系统的实现
基于ARM的码激励线性预测编解码系统的实现-ARM-based code excited linear prediction codec system
- 2022-06-16 03:45:14下载
- 积分:1
-
7无线通信
delphi7的无线通信
- 2022-03-15 19:39:19下载
- 积分:1
-
Real
Real-Time Executive (REX) User Guide
- 2022-03-30 23:28:42下载
- 积分:1
-
System will automatically delete the directory
System will automatically delete the directory
- 2022-02-25 11:28:22下载
- 积分:1
-
一种关于可信平台下身份认证技术的方案,直接匿名证明方案(DAA),该方案可实现匿名性。...
一种关于可信平台下身份认证技术的方案,直接匿名证明方案(DAA),该方案可实现匿名性。-A credible platform on authentication technologies, direct proof of the program Anonymous (DAA), the program can achieve anonymity.
- 2022-02-21 22:59:52下载
- 积分: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
-
A book describe RTP protocol over the internet. It offers readers detailed techn...
A book describe RTP protocol over the internet. It offers readers detailed technical guidance for designing, implementing, and managing any RTP-based system
- 2022-10-28 21:45:03下载
- 积分:1
-
A URN Namespace of Object Identifiers
对象标识符的URN命名空间
- 2022-12-23 02:30:03下载
- 积分:1
-
中间件ICE的运用示例,对快速学习ICE有帮助
中间件ICE的运用示例,对快速学习ICE有帮助-ICE middleware application example, the fast-track learning ICE helpful
- 2022-08-08 17:50:09下载
- 积分:1
-
overlap addition for input sequence long
overlap addition for input sequence long
- 2023-02-08 09:15:04下载
- 积分:1