-
基于WINSOCK的信息交互
通过serverSocket.Accept()来接收客户Socket的连接请求,在这里用循环可以实现该线程实时侦听,而不是只侦听一次。当程序运行serverSocket.Accept()时,会等待,直到有客户端Socket发起连接请求时,获取该客户Socket,如上面的clientSocket。在这里我用多线程来实现与多个客户端Socket的连接和通信,一旦接收到一个连接后,就新建一个线程,执行ReceiveData功能来实现信息的发送和接收
- 2022-03-19 00:10:54下载
- 积分:1
-
C程序设计语言
纯 C 语言用 Win32 API + Socket 编写的端口扫描器 是控制台下的。-C Program Language
write Port Scan
- 2022-03-17 15:43:04下载
- 积分:1
-
用VC编写的ftp客户程序,运行在客户端,包括建立整个项目的过程和有关原理。...
用VC编写的ftp客户程序,运行在客户端,包括建立整个项目的过程和有关原理。-VC prepared by the ftp client, running on the client, including the creation of the entire project process and the principle.
- 2022-03-23 18:36:05下载
- 积分:1
-
在别人基础上实现了身份验证的邮件发送,即支持esmtp规范,除了例子还有静态库,方便使用。...
在别人基础上实现了身份验证的邮件发送,即支持esmtp规范,除了例子还有静态库,方便使用。-others on the basis of the identity of the senders, which is to support ESMTP norms, in addition to examples include static libraries, user-friendly.
- 2023-03-01 06:35:03下载
- 积分:1
-
开发LDAP客户端的SDK,对资深开发人员很有帮助哦
开发LDAP客户端的SDK,对资深开发人员很有帮助哦-development LDAP client SDK, the senior development staff helpful oh
- 2022-02-25 09:20:52下载
- 积分:1
-
Prepared to use java chat program, can register a chat account and dialogue.
用java编写的聊天程序,可以注册账号与对话聊天。-Prepared to use java chat program, can register a chat account and dialogue.
- 2022-01-22 07:09:01下载
- 积分:1
-
RMI通讯,可以远程访问服务器端获取消息,给客户端应用在广域网....
RMI通讯,可以远程访问服务器端获取消息,给客户端应用在广域网.-RMI communications, can be remote access server-side access to news, to the client applications in wide area network.
- 2023-08-13 03:45:02下载
- 积分:1
-
MFC,使用socket写的客户端聊天工具,可以多人同时聊天
MFC,使用socket写的客户端聊天工具,可以多人同时聊天-MFC, use the socket to write client-side chat tool, you can chat with people at the same time
- 2022-07-21 16:53:54下载
- 积分:1
-
采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。...
采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。-completed using sockets for port operations. Elementary explanation, detailed analysis, and coding steps, the other with detailed explanatory note attached to the source code (in order to take care of most friends, and I are all for the MFC source).
- 2022-02-14 10:13:18下载
- 积分:1
-
windows socket编程详细讲解。自己整理的 ,网上不可能有的。
windows socket编程详细讲解。自己整理的 ,网上不可能有的。-explain in detail the windows socket programming. Finishing their own, on-line can not.
- 2022-03-03 17:58:24下载
- 积分:1