-
这是一篇关于分布式会议的实现的文章,你可以通过sip的扩展功能来实现会议功能,还有P2P协议的参与...
这是一篇关于分布式会议的实现的文章,你可以通过sip的扩展功能来实现会议功能,还有P2P协议的参与-This is a conference on Distributed on the realization of the article, you can sip through the extensions to the realization, but also the participation agreement P2P
- 2022-03-22 00:13:42下载
- 积分:1
-
Multi
多线程,多接收模式串口类 LsComm 之二相关文档
多线程,多接收模式串口类LsComm 作者:Liu_sir
所以参照Delphi中的SpComm设计了一个类CComPort,对CSerialPort进行了2次封装,主要目的是简化串口的使用.使其用简单的代码就可以完成串口通讯的过程.并提供了一个Demo程序演示了CComPort的使用
多线程,多接收模式串口类 LsComm 之二 作者:liu_sir
实现了一个简洁易用的多线程串行通讯接口,可以切换查询和自动接收模式,进行对串口数据收发-Multi-threaded, multi-category serial receive mode LsComm documentation bis multi-threaded, multi-category serial receive mode LsComm Author: Liu_sir Therefore, in light of Delphi SPComm designed a category CComPort, on a 2 times CSerialPort package The main purpose is to simplify the use of serial port. its simple code to complete the process of serial communication. and provided a Demo program CComPort demonstrated the use of multi-threaded, multi-mode receiver serial-type bis LsComm Author: liu_sir implements a simple-to-use multi-threaded serial communication interface, you can switch query and automatically receive mode and proceed to the serial data transceiver
- 2022-05-24 04:36:25下载
- 积分: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
-
在发送和接收短信(短消息服务)消息的命令。
AT commands for sending and receiving SMS (Short Messages Service) messages.
- 2023-04-13 06:35:04下载
- 积分:1
-
through serial transmission of documents and mouse control.
通过串口传送文件和鼠标控制.-through serial transmission of documents and mouse control.
- 2022-03-03 23:47:46下载
- 积分:1
-
三菱FX系列PLC编程口通讯和VB源程序
三菱FX系列PLC编程口通讯和VB源程序,适用于串口通讯,可以使PLC控制更合理,可以自由改动的VB源程序,使用VB6.0编写。
- 2022-04-28 09:06:26下载
- 积分:1
-
Serial data acquisition in real
串口数据采集实时显示程序。本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。-Serial data acquisition in real-time display program. This procedure using VC6.0 Universal Serial control MsComm32.ocx to sent to the serial port data acquisition and processing.
- 2022-02-25 22:22:32下载
- 积分:1
-
Facebook 聊天系统
它是一个像 Facebook 这样的在线聊天系统,它允许人或来自不同地方的用户沟通实时响应。用户甚至可以搜索正在使用系统的人。用户还可以创建群组聊天,取最大值的每个组的 200 多人。所有功能都遵循 Facebook......做它只是 facebook 的图像。zip 文件包含关于如何安装和运行此应用程序的指示,尤其是以屏幕上的注释大小......正在版本 2 上的此应用程序,使其满足 (即,工作在不同的屏幕大小)
- 2022-11-16 02:05:04下载
- 积分:1
-
Compressed packet is based on the c++ programming of the 485 procedures, includi...
压缩包内是基于c++编程的485通讯的程序,包括电路原理图和源程序代码-Compressed packet is based on the c++ programming of the 485 procedures, including circuit schematics and source code
- 2022-04-12 20:17:10下载
- 积分:1
-
华为的内部有关3G的资料!很全面,很基础!
华为的内部有关3G的资料!很全面,很基础!-Huawei
- 2022-05-08 21:28:05下载
- 积分:1