-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
Borland C++ Builder制作有论证的邮件发送程序,同时还增加了附件功能...
Borland C++ Builder制作有论证的邮件发送程序,同时还增加了附件功能-Borland C Builder has produced proof of mailing procedure, and also increased the attachments
- 2023-02-26 17:00:03下载
- 积分:1
-
codeproject上的网络编程,webxml
codeproject上的网络编程,webxml-codeproject network programming, webxml
- 2022-03-03 07:49:51下载
- 积分:1
-
使用HTTP协议将文件下载到Windows的下载文件临时目录的程序源代码。...
使用HTTP协议将文件下载到Windows的下载文件临时目录的程序源代码。-use HTTP protocol can be downloaded to the Windows temporary directory download the source code.
- 2022-10-17 21:20:03下载
- 积分:1
-
一个用asp.net完成的流行乐坛系统(NET)!
一个用asp.net完成的流行乐坛系统(NET)!-Asp. Net with a complete system of popular music (NET)!
- 2022-12-28 01:35:03下载
- 积分:1
-
获取密码的一个简单代码,虽然简单,但很不错的哦!推荐大家下下来研究研究!...
获取密码的一个简单代码,虽然简单,但很不错的哦!推荐大家下下来研究研究!-Password access to a simple code, though simple, but very good Oh! Recommend you look down under!
- 2022-08-06 09:35:53下载
- 积分:1
-
远端荧幕传输程序,使用GIF_LZW算法,使用有序抖动算法进行色彩量化,传输效率不错!...
远端荧幕传输程序,使用GIF_LZW算法,使用有序抖动算法进行色彩量化,传输效率不错!-Remote screen transmission, the use of GIF_LZW algorithm, the use of orderly color dithering algorithm to quantify the transmission efficiency is true!
- 2022-02-01 08:53:09下载
- 积分: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
-
这是一个可爱的HTTP服务器处理静态HTML页面。这是更容易符合吨。
一个小巧的HTTP静态HTML服务器,你可以通过它稍加修改就可以实现到应用程序的软件接口哦-This is a cute Http server handling static HTML pages. It is easier to conform the application interfaces by little modification of the server.
- 2022-08-17 06:47:15下载
- 积分:1
-
用vc编写的五子棋程序,带网络功能,人机对战等功能
用vc编写的五子棋程序,带网络功能,人机对战等功能-prepared using vc 331 procedures, with network function, the human-machine war, and other functions
- 2022-11-01 06:50:03下载
- 积分:1