-
演示进程同步和通信的例子(141KB)
演示进程同步和通信的例子(141KB)
-demonstration process of synchronization and communication examples (141KB)
- 2022-02-01 06:44:38下载
- 积分: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
-
BCB环境下实现的FTP多线程下载。该程序采用了多线程技术和断点续传技术。...
BCB环境下实现的FTP多线程下载。该程序采用了多线程技术和断点续传技术。-BCB environment to achieve multi-threaded FTP download. The program uses multi-threading technology and HTTP technologies.
- 2022-04-17 17:18:02下载
- 积分:1
-
套接字io的封装类
套接字io的封装类-socket io packaging category
- 2023-04-28 06:45:03下载
- 积分:1
-
一个基于TCP/IP的网络聊天室,支持群聊和私聊.用了winsock
一个基于TCP/IP的网络聊天室,支持群聊和私聊.用了winsock-One based on TCP/IP-network chat rooms, support group chat and private chat. Used winsock
- 2022-08-11 05:29:37下载
- 积分:1
-
一包WinPcap层
一个封装了Winpcap中二层函数的类-a package of Winpcap Layer-2 function category
- 2023-04-25 20:05:04下载
- 积分:1
-
ping 测试代码
ping 测试代码-ping test code
- 2022-07-21 06:33:54下载
- 积分:1
-
利用vc6.0开发,可以监控网络实时监控网络流量,同时利用图像分析显示网络流量大小。值得参考。
利用vc6.0开发,可以监控网络实时监控网络流量,同时利用图像分析显示网络流量大小。值得参考。-Vc6.0 use development, the network can monitor real-time monitoring of network traffic, while the use of image analysis showed that the size of network traffic. Worth considering.
- 2022-09-19 14:55:03下载
- 积分:1
-
串口通信
串口通信-Serial Communication
- 2022-06-19 13:22:39下载
- 积分:1
-
IFO is an acronym for First In, First Out, an abstraction in ways of organizing...
IFO is an acronym for First In, First Out, an abstraction in ways of organizing and manipulation of data relative to time and prioritization. This expression describes the principle of a queue processing technique or servicing conflicting demands by ordering process by first-come, first-served (FCFS) behaviour: what comes in first is handled first, what comes in next waits until the first is finished, etc.
- 2022-01-24 18:39:18下载
- 积分:1