-
Ftp protocol
基于ftp协议的网络传输小程序,分服务器端,客户端两部分-Ftp protocol-based network transport small programs, sub-server side, client-side two-part
- 2023-02-24 02:20:04下载
- 积分:1
-
better communication API source code
比较好SOCKET API通讯程序源代码-better communication API source code
- 2022-03-05 03:27:21下载
- 积分:1
-
在同一个线程中实现异步套接字的聊天程序,用以音视频…
在同一个线程中使用异步套接字实现聊天室程序,避免了不读数据时出现阻塞-In the same thread realize the use of Asynchronous Sockets Chat procedures to avoid non-blocking when reading data
- 2022-01-22 02:10:31下载
- 积分:1
-
Detect Windows own firewall whether to activate the category. Use COM, study ref...
检测Windows自带的防火墙是否启动类。用到COM,学习参考用-Detect Windows own firewall whether to activate the category. Use COM, study reference
- 2022-01-28 00:14:18下载
- 积分:1
-
聊天器
通过Socket编程,应用单线程传递参数,实现局域网聊天功能,...
聊天器
通过Socket编程,应用单线程传递参数,实现局域网聊天功能,-Socket programming device through the chat, application single-threaded pass parameters to achieve LAN chat,
- 2022-06-20 00:23:39下载
- 积分:1
-
以工作区的形式有效的管理工程的所有数据,是现行的比较主要的一种管理方式,尤其对大型工程很有效!...
以工作区的形式有效的管理工程的所有数据,是现行的比较主要的一种管理方式,尤其对大型工程很有效!-Work area to form effective management of all project data, is present mainly as a comparison of management methods, especially for large-scale projects very effective!
- 2022-07-03 15:47:45下载
- 积分:1
-
聊天程序基于winsocket,包括客户端和服务器端。在VC++6.0下编译通过...
聊天程序基于winsocket,包括客户端和服务器端。在VC++6.0下编译通过-winsocket based chat program, including the client and server side. The VC 6.0 compiler through
- 2022-02-07 23:25:30下载
- 积分:1
-
Windows+TDI过滤驱动开发,非常好的代码,欢迎下载
Windows+TDI过滤驱动开发,非常好的代码,欢迎下载-Windows+ TDI filter driver development
- 2022-06-27 12:39:09下载
- 积分:1
-
异步http请求。 不用通常的线程模型。使用者可以放心使用,不用担心资源冲突。...
异步http请求。 不用通常的线程模型。使用者可以放心使用,不用担心资源冲突。-asynchronous http requests. Not usually the thread model. Users can be assured use without fear of resource conflicts.
- 2022-01-25 14:59:13下载
- 积分:1
-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1