-
C Builder Chat (TCP) example
用C++ Builder进行聊天(TCP)的示例-C Builder Chat (TCP) example
- 2023-01-06 14:35:04下载
- 积分:1
-
做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信...
做多客户端与服务器端的双向通信,采用QLocalSocket/QLocalServer实现起来简单,但通信效率太低,客户端发数据,服务器端的readyRead信号延时约100ms(看QT源码,发现里面用的是100ms定时器来检测信号),后来自己照着QLocalSocket的思路封装了windows的命名管道,采用多线程来接收数据,在本机上测试通过,通信效率有明显改善。-To do more client and server-side two-way communication, using QLocalSocket/QLocalServer to achieve them simple, but the communication efficiency is too low, the client made the data, the server-side readyRead the signal delay of about 100ms (see QT source code found inside using a 100ms timer device to detect the signal), and later their shining QLocalSocket encapsulates the idea of windows named pipes, using multiple threads to receive data, tested on this machine, the communication efficiency has clearly improved.
- 2022-05-28 11:28:15下载
- 积分:1
-
视频源码 视频源码 视频源码
视频源码 视频源码 视频源码-Video source video source video source video source video source
- 2023-07-17 05:30:03下载
- 积分:1
-
vc++可视化编程,包括压缩、网络编程部分
vc++可视化编程,包括网络编程部分,压缩包里面的是源代码,可直接运行。-vc++ visual programming, including network programming part of the compressed packet inside the source code can be directly run.
- 2022-03-16 05:35:22下载
- 积分:1
-
本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响...
本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it"s best to download a mandate to create a thread, otherwise they will be unable to respond led interface user input. As running interface map shows that the first request in response to the first progress of the download.
- 2022-07-01 16:18:29下载
- 积分:1
-
网络控件源码 用于客户端 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)...
网络控件源码 用于客户端 在这个空间的帮助下 可以用access作为网络服务器的数据库(大家都知道 access一般只用于单机版)-ctrol (client)sorce code for extend the access to the network server database management software
- 2022-07-16 23:31:33下载
- 积分:1
-
RAS的包装基于C
RAS Wrapper based on C
- 2023-06-17 16:20:04下载
- 积分:1
-
简单的UDP隧道的实现源代码,即UDP转发
简单的UDP隧道的实现源代码,即UDP转发-simple UDP tunnel to achieve source code, that is, UDP transponders
- 2022-10-14 20:15:02下载
- 积分:1
-
achieved a socket based asynchronous communication model code, can good learning...
实现了一个基于socket异步通讯模式的代码,可以很好的学习VC中socket通讯的处理机制。-achieved a socket based asynchronous communication model code, can good learning VC socket communication mechanism.
- 2022-01-23 10:54:20下载
- 积分:1
-
do for myself a simple chat client software market .. we can as a reference. Par...
自己做的一个简单的聊天市客户端软件..大家可以作为参考.特别适合一个刚学习C++的新手...感谢大家的支持-do for myself a simple chat client software market .. we can as a reference. Particularly suitable for a just learning Xi C newbie ... thank you for your support
- 2022-03-02 14:19:34下载
- 积分:1