-
通讯视频语音,聊天,vc,csocket类,udp连接
通讯视频语音,聊天,vc,csocket类,udp连接-Communications video voice, chat, vc, csocket category, udp connections
- 2022-01-25 16:22:33下载
- 积分:1
-
定位开发参考资料,进行联通定位之星开发的兄弟有福气啦。...
定位开发参考资料,进行联通定位之星开发的兄弟有福气啦。-Targeting the development of reference materials for the development of China Unicom
- 2022-05-15 21:49:08下载
- 积分:1
-
DHCP用户类选项
DHCP的用户类选项
- 2022-02-15 04:11:20下载
- 积分:1
-
PIC有关C语言编程方面的参考设计,对学习PIC C语言编程的有很大的帮助。...
PIC有关C语言编程方面的参考设计,对学习PIC C语言编程的有很大的帮助。-PIC on the C language programming reference design, to learning PIC C language programming of great help.
- 2022-11-27 03:30:03下载
- 积分:1
-
降低OFDM系统PAPR的PTS算法的源程序,matlab成功后…
降低OFDM系统峰均比的PTS算法源码,经过MATLAB仿真成功-Reduce the PAPR of OFDM system PTS algorithm source, after the success of MATLAB simulation
- 2022-09-08 05:25:02下载
- 积分:1
-
procedures and the company AB SLC500 series PLC communications, can RSLINX cards...
本程序是和AB公司的SLC500系列PLC进行通讯,可以和RSLINX卡进行OPC方式的通讯.-procedures and the company AB SLC500 series PLC communications, can RSLINX cards OPC way communications.
- 2022-08-18 06:18:30下载
- 积分:1
-
VB连接S7 200 PLC的PC ACCESS服务器的OPC源码,很详细
VB连接S7 200 PLC的PC ACCESS服务器的OPC源码,很详细-VB to connect the S7 200 PLC
- 2022-04-15 07:51:30下载
- 积分:1
-
香港大学的李教授IDMA源。C.
香港城市大学李平教授IDMA的源代码。C。-City University of Hong Kong professor Li IDMA source. C.
- 2022-08-10 02:13:18下载
- 积分:1
-
VisualC++通信编程工程实例精解
Chapter 2
Example 1 MSCOMM控件编程实例
Example 2 基于Windows...
VisualC++通信编程工程实例精解
Chapter 2
Example 1 MSCOMM控件编程实例
Example 2 基于Windows API的虚拟终端实现
Example 3 基于CSerialPort的串口多线程通信框架
调试工具串口调试助手-VisualC Communication Programming examples of precision engineering solutions Chapter 2 Example 1 M SCOMM control programming examples Example 2 based on the Windows API Virtual Terminal Example 3 CSerialPort based on the multithreaded Serial Communication Framework Debugging Tools Serial transfer Ban Help
- 2022-03-29 19:17:41下载
- 积分:1
-
MODBUS-51参考程序
资源描述#include
#include "modbus.h"
/**********************
单片机晶振:11059200HZ 波特率9600
485控制脚: P3^7; 根据自己的板子修改modbus.h
***************************************/
void main()
{
initProg();
while(1)
{
timeProc();
checkComm0Modbus();
}
}
- 2022-01-26 03:36:16下载
- 积分:1