-
一个由台湾人编写的课程设计
一个由台湾人编写的课程设计---IP多播 流媒体影音传输,涉及到视频采集,编码(directshow),传输(jrtplib),解码,播放。我做毕业设计时参考过。
其中包括整个程序的框架说明ppt,相信对大家非常有用,其中注释为繁体中文,可用ue阅读源文件,不过不是很多。-The people of Taiwan to prepare a curriculum design--- IP multicast streaming media audio and video transmission, related to video capture, encoding (directshow), transmission (jrtplib), decoding, playing. I have graduated from the design reference. Including the framework that the entire process ppt, believe that very useful for all of us, including the Notes, Traditional Chinese, ue can be used to read the source file, but not many.
- 2022-03-21 02:15:17下载
- 积分:1
-
如何检查手机的听筒
我不是程序设计师,但我是个技术员,这张图片展示如何检查手机的听筒。
- 2023-05-10 09:40:03下载
- 积分:1
-
This is a dial
这是一个用MODEM拔号的C语言源代码范例-This is a dial-up modem using the C language source code examples
- 2022-07-09 22:39:07下载
- 积分:1
-
RF-链接-STM32-103
与 2.4 g h z 传输链路,单独发射机接收机项目,与 nRF24L01 发射机射频。欢迎大家下载、试用。谢谢大家的支持!
- 2023-04-15 20:35:04下载
- 积分:1
-
汽车ECU诊断协议j1979是比较重要的协议之一,开发通讯协议工程师可参考...
汽车ECU诊断协议j1979是比较重要的协议之一,开发通讯协议工程师可参考-Auto ECU diagnosis j1979 agreement is one of the more important agreements, the development of communication protocol may refer to Engineer
- 2022-08-10 00:34:43下载
- 积分:1
-
串口调试VB源代码.可以实现串口接收,串口参数设置,并能保存相关信息,特别适合于对串口通讯有兴趣的程序员....
串口调试VB源代码.可以实现串口接收,串口参数设置,并能保存相关信息,特别适合于对串口通讯有兴趣的程序员.-Serial debug VB source code. Can be achieved to receive serial port, serial parameter setting, and to preserve relevant information, especially suitable for serial communication to interested programmers.
- 2022-01-25 15:33:23下载
- 积分: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
-
VGA chip AD600 and its RMS (DB) linear measurement circuit
VGA芯片AD600及其在有效值(DB)线性测量电路中的应用-VGA chip AD600 and its RMS (DB) linear measurement circuit
- 2022-05-09 11:05:58下载
- 积分:1
-
串口通信,MSCOMM控件的应用,串口通信问题
串口通信,MSCOMM控件的应用,串口通信问题-Serial Communication,MSCOMM Control Application,the question of Serial Communication
- 2022-03-24 02:51:30下载
- 积分:1
-
101-2002规约,解析说明。自由下载
101-2002规约,解析说明。自由下载-GBIEC101_2002.pdf
- 2022-10-14 20:20:03下载
- 积分:1