-
语音即时通信源码(非UDP打洞),协议TCP.
语音即时通信源码(非UDP打洞),协议TCP.-Voice-source instant messaging (non-UDP holes), protocol TCP.
- 2023-04-02 10:30:03下载
- 积分:1
-
文件为Delphi下的.pas源文件,该文件为一个串口通讯的封装类....
文件为Delphi下的.pas源文件,该文件为一个串口通讯的封装类.-document for the Delphi. Pas source document, which for a serial communications package category.
- 2022-07-21 06:13:10下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
一个用C++ builder6.0做的UDP通信测试程序,不太完整,各位修改就可以了...
一个用C++ builder6.0做的UDP通信测试程序,不太完整,各位修改就可以了-One with C++ Builder6.0 make the UDP communication test procedures, not complete, you can modify the
- 2022-05-19 16:49:19下载
- 积分:1
-
BER的VUS
BER of the VUS-MUMIMO-SM Uplink System
- 2022-01-28 12:27:06下载
- 积分:1
-
MSP430 single chip register when the serial communication program
MSP430单片机串口通信时寄存器的计算程序-MSP430 single chip register when the serial communication program
- 2022-04-12 01:52:42下载
- 积分:1
-
M3DEA (Mobile 3D Engine API) 手机3D引擎API
M3DEA (Mobile 3D Engine API) 手机3D引擎API-M3DEA (Mobile 3D Engine API) mobile 3D engine API
- 2022-08-02 16:52:27下载
- 积分:1
-
STM32F205串口通信程序
STM32F205串口通信程序
STM32F205串口通信程序
- 2022-01-25 16:10:36下载
- 积分:1
-
使用串口控制的一个VC源程序,不使用控件进行通讯。直接使用API调用...
使用串口控制的一个VC源程序,不使用控件进行通讯。直接使用API调用-use of a serial control VC source, the non-use controls communication. Direct use of API calls
- 2022-05-09 08:25:18下载
- 积分:1
-
CameraLink说明文档,一种在视觉检测领域应用很广泛的总线的规范文档。...
CameraLink说明文档,一种在视觉检测领域应用很广泛的总线的规范文档。-CameraLink documentation, a visual inspection in the field of application of a very wide range of bus specification document.
- 2022-07-11 02:09:17下载
- 积分:1