-
A highly optimized DSP architecture for WCDMA baseband processing.pdf
A highly optimized DSP architecture for WCDMA baseband processing.pdf
- 2023-03-14 04:35: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
-
a documentation/introduction about how to make multi
a documentation/introduction about how to make multi-interface/radio/channel for ns2.
- 2022-08-04 10:46:42下载
- 积分:1
-
提供了一些ADSP
提供了一些ADSP-217x或ADSP-218x DSP芯片的编程事例,运行在uC/OS-II平台下。-It offered some programme cases of DSP ADSP-217x or ADSP-218x, which running on uC/OS-II.
- 2022-10-18 11:45:02下载
- 积分:1
-
液晶的C语言驱动程序
AVR单片机的程序
液晶的C语言驱动程序
AVR单片机的程序
-the C language LCD driver AVR procedures
- 2022-03-24 14:31:45下载
- 积分:1
-
使用 tc35i 与pc 机进行通信,包括硬件电路如以及相关的说明
使用 tc35i 与pc 机进行通信,包括硬件电路如以及相关的说明-TC35i machines use to communicate with the pc, including the hardware and associated circuitry, such as description of
- 2022-04-11 22:46:24下载
- 积分:1
-
通过Modem拨打网上传呼
通过Modem拨打网上传呼 -Using modem to dial internet ca
- 2022-02-25 21:19:57下载
- 积分:1
-
规模程序QT
应用背景#包括“SettingsDialog。”#包括“ui_settingsdialog。”#包括
- 2023-05-24 18:20:03下载
- 积分:1
-
nmea0183识别程序
nmea0183识别程序-nmea0183 identification procedures
- 2022-01-25 19:08:56下载
- 积分:1
-
vc6d / MFC中的各种信号处理生成相应的源代码…
在VC6D/mfc下生成各种信号的程序,给出了相应的源代码,还附加了所需的一些源数据.-VC6D/mfc generated in a variety of signal process, the corresponding source code, but also needed some additional source data.
- 2022-03-24 11:44:15下载
- 积分:1