-
Design and Realization of Digital Filter and Its Application
System Based on T...
Design and Realization of Digital Filter and Its Application
System Based on TMS320C5402 Chip
-Design and Realization of a Digital Filter nd Its Application System Based on TMS320C5402 Chip
- 2022-05-31 19:56:36下载
- 积分:1
-
微软亚洲研究院论文:可扩展视频中预编码OFDM与自适应向量信道分配
微软亚洲研究院论文:可扩展视频中预编码OFDM与自适应向量信道分配 -Microsoft Asia Research Institute Papers : scalable video coding Pre-OFDM and adaptive vector Channel Allocation
- 2022-06-01 22:49:01下载
- 积分:1
-
this a book that learning serial programming
this a book that learning serial programming-this is a book that learning serial programming
- 2022-05-10 14:51:51下载
- 积分:1
-
混沌单用户csk调制仿真程序,计算了混沌调制的误码率性能
混沌单用户csk调制仿真程序,计算了混沌调制的误码率性能-csk modulated single-user simulation program, the chaos modulation BER performance
- 2022-10-10 03:15:02下载
- 积分:1
-
串行通信(还是与移动的GPRS有关,只是界面比较美观)
串行通信(还是与移动的GPRS有关,只是界面比较美观)-serial communications (or with the GPRS mobile, but more attractive interface)
- 2022-07-24 07:02:17下载
- 积分:1
-
微软亚洲研究院论文:3G网络视频传输中服务质量自适应的资源分配
微软亚洲研究院论文:3G网络视频传输中服务质量自适应的资源分配-papers Microsoft Research Asia : 3G network video transmission service quality adaptive distribution of resources
- 2022-10-24 20:50:03下载
- 积分:1
-
RTL8139是目前最流行的卡,它与# 39;便宜,功能还…
RTL8139 可能是目前最受欢迎的网卡,它的价格便宜,功能上也还能接受。本文介绍了Windows环境下RTL8139网卡的驱动编程技术,其中主要对网卡驱动中最重要的收发包过程进行了深入分析。-RTL8139 is currently the most popular card, it"s cheap, functional but still acceptable. This paper introduces the Windows environment RTL8139 Ethernet technology driven programming, which mainly driven right card the most important packet transceiver process of in-depth analysis.
- 2022-05-15 03:37:05下载
- 积分: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
-
维特比译码器的asic设计的相关论文
维特比译码器的asic设计的相关论文-Viterbi Decoder asic design related articles
- 2022-06-16 23:56:47下载
- 积分:1
-
Spatial Channel Model for system and link simulations.
Spatial Channel Model for system and link simulations.
- 2022-01-30 12:28:27下载
- 积分:1