-
最近两年出版的一本网络编程书籍的源码,其中很多代码非常有用,包括IOCP、P2P等,强烈推荐,也是不错的Visual C++的学习代码。...
最近两年出版的一本网络编程书籍的源码,其中很多代码非常有用,包括IOCP、P2P等,强烈推荐,也是不错的Visual C++的学习代码。-Published in the past two years, a network programming book source, many of which are very useful code, including the IOCP, P2P, etc., strongly recommend, is also a good Visual C++ Learning code.
- 2022-01-22 10:56:04下载
- 积分:1
-
用Java实现的网络蚂蚁,功能强大,方便上传下载,断点续传等操作...
用Java实现的网络蚂蚁,功能强大,方便上传下载,断点续传等操作-using Java network ants, powerful, easy uploading and downloading, HTTP, etc
- 2022-09-21 17:35:03下载
- 积分:1
-
ping 命令工作原理详细解析
ping 命令工作原理详细解析-ping command detailed analytical work principle
- 2022-08-25 17:35:40下载
- 积分: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
-
simple client
简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
- 2022-05-16 17:53:12下载
- 积分:1
-
用MFC实现局域网内点对点的大文件传输
用MFC实现局域网内点对点的大文件传输-LAN with MFC within the point-to-point file transfer
- 2022-12-26 12:20:04下载
- 积分:1
-
linux下的文件传输系统,有客户端和服务器端
linux下的文件传输系统,有客户端和服务器端-Under linux file transfer system, a client-side and server-side
- 2022-02-12 02:09:03下载
- 积分:1
-
这个程序是用DELPHI编写的,主要用于与BORLAND服务器进行聊天的客户端工具....
这个程序是用DELPHI编写的,主要用于与BORLAND服务器进行聊天的客户端工具.-the procedure is used in the preparation of Delphi, mainly for servers with BORLAND Chat client tools.
- 2022-05-06 17:29:15下载
- 积分:1
-
处理RFC822格式信件
处理RFC822格式信件-RFC822 format handling letters
- 2022-06-12 17:26:20下载
- 积分:1
-
通过本程序,我们可以访问局域网内的其他计算机的文件资源。通过学习,应学会如何使用CSocket类来对制定端口进行扫描。...
通过本程序,我们可以访问局域网内的其他计算机的文件资源。通过学习,应学会如何使用CSocket类来对制定端口进行扫描。-Through this process, we can access other computers on the LAN of file resources. Through the study, should learn how to use the CSocket class to the development of port scan.
- 2022-03-19 19:36:32下载
- 积分:1