-
该文档描述了ITU
该文档描述了ITU-T建议H.264视频编码标准的RTP负载类型格式;对采用H.264算法进行视频应用很有帮助。-The document describes the ITU-T recommendation H.264 video coding standard RTP load type format algorithm using H.264 video applications helpful.
- 2022-07-19 07:52:04下载
- 积分:1
-
著名的串口构件,很容易自己使用,支持多线程。
著名的串口构件,很容易自己使用,支持多线程。-Famous serial widget, it s very easy for use and sustain several thread.
- 2022-07-11 08:50:51下载
- 积分:1
-
售票系统代码及设计思想。本程序是我的一个课程设计,得到老师的肯定了。请放心,绝对原创!...
售票系统代码及设计思想。本程序是我的一个课程设计,得到老师的肯定了。请放心,绝对原创!-ticketing system code and design ideas. This program was one of my curriculum design, be sure the teacher. Please be assured that absolute originality!
- 2022-07-12 09:43:48下载
- 积分:1
-
完整的短信管理系统.delphi实现.可以支持GSM大多数手机的短信收发,管理....
完整的短信管理系统.delphi实现.可以支持GSM大多数手机的短信收发,管理.-Complete message management system. Delphi realize. Can support the majority of GSM mobile phones to send and receive message, management.
- 2022-05-23 01:15:09下载
- 积分:1
-
qpsk通信系统的MonteCalo仿真程序,得到在Awgn信道条件下的误比特率曲线...
qpsk通信系统的MonteCalo仿真程序,得到在Awgn信道条件下的误比特率曲线-MonteCalo communication system qpsk simulation program, the conditions at Awgn channel bit error rate under the curve
- 2023-05-24 07:45: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
-
MFC下利用CSerialPort编写的串口demo
远程通信常用的业务应用程序,连接不同的网站为了监视存货和交易。例如,我曾经写过一个大的配药方案在许多诊所网站自动接收新订单和更新的药学信息的每个晚上从一个世纪的主机位置。世纪的主机在晚上的时间,每个站点获取库存水平和交易信息。我的很大一部分时间都是花了建设电信例程,发送和接收信息包。在某种程度上,我提供的这个简单的CSerial类在希望它会挽救一个人从串口通信的肮脏的世界,我不得不忍受并将你解放思想集中在问题域。
- 2022-10-24 03:20:03下载
- 积分:1
-
songs for the recording and manual labeling pitch for use in operations behind o...
用于歌曲的录制和人工标注音高,用于其他程序后面的操作,如音高跟踪和旋律识别等。
- 2023-05-02 20:15:02下载
- 积分:1
-
Blind Spectrum Sensing for Cognitive Radio Based on Model Selection
Blind Spectrum Sensing for Cognitive Radio Based on Model Selection
- 2023-01-28 14:55:03下载
- 积分:1
-
can总线通信C++ BUILDER源程序。用于编写can通信协议,以及测试can总线。...
can总线通信C++ BUILDER源程序。用于编写can通信协议,以及测试can总线。-can BUILDER C bus communication source. Can prepare for the communication protocol and can test bus.
- 2022-03-13 14:37:56下载
- 积分:1