-
LNS LonWorks应用示例
Sample LNS LonWorks Application
- 2022-06-30 02:55:33下载
- 积分:1
-
modem拨号、收发数据
modem拨号、收发数据-modem dialing, sending and receiving data
- 2022-02-03 08:43:44下载
- 积分:1
-
一个modem通信程序
一个modem通信程序-a modem communication program
- 2022-07-25 15:51:01下载
- 积分:1
-
一个安全的入侵检测系统进行引导
A secure Intrusion detection system opnet guide
- 2022-01-27 13:26:55下载
- 积分:1
-
内置 ;支持MP3、AAC 、AAC+、WAV等格式的音频文件,不能播放320 Kbps的MP3文件,最高只能支持224Kbps,支持新建播放列表和自动重复播放...
内置 ;支持MP3、AAC 、AAC+、WAV等格式的音频文件,不能播放320 Kbps的MP3文件,最高只能支持224Kbps,支持新建播放列表和自动重复播放不具备均衡器调节,支持低音增强模式,并且具备7个低音增强级别供用户选择,让用户在欣赏不同风格歌曲时选择合适的低音级别供用户选择,让用户在欣赏不同风格歌曲时选择合适的低音级别,支持环绕立体声(SRS) -built; MP3, AAC, AAC, WAV format audio files, 320 Kbps not play MP3 files, can only support a maximum 224Kbps, the new playlist support and automatic repeat players do not have EQ adjustment, bass enhancement-mode support, and with seven bass enhancement levels for users to select, to allow users to enjoy the songs of different styles to choose a suitable level of bass for users to select, to allow users to enjoy the songs of different styles to choose a suitable bass-level support surround sound (SRS)
- 2022-03-19 11:48:15下载
- 积分:1
-
MIMO
MIMO-OFDM信道估计,用于最小二乘法和线性最小均方估计方法的性能比较-MIMO-OFDM channel estimation for the linear least squares method and the least square method estimates Performance Comparison
- 2022-03-05 04:42:22下载
- 积分: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
-
CDMA型参考系统
CDMA TYPE REFFERENCE SYSTEMS
- INTRODUCTION
- IS-95 system
- THIRD GENERATION SYSTEMS
- 2022-12-21 09:15:03下载
- 积分:1
-
信号编码设计,并绘出波形。 可以实现通信的信源信道编码,并给出试实验的仿真结果。...
信号编码设计,并绘出波形。 可以实现通信的信源信道编码,并给出试实验的仿真结果。-signal coding design, and draws the waveform. Communication can be achieved Source-channel coding, and gives test results of the simulation experiments.
- 2022-10-12 03:15:03下载
- 积分:1
-
这是一个串口调试器的源代码。
这是一个串口调试器的源代码。-This is a serial debugger source code.
- 2022-10-07 20:40:03下载
- 积分:1