-
双程序在窗口下使用套接字。
Two programs using Sockets under Windows. -Two programs using Sockets under Windows.
- 2022-06-19 17:10:08下载
- 积分:1
-
一个客户端一个服务器端
服务器端可以和多个客户端进行连接进行文件的传输,还可以进行对话...
一个客户端一个服务器端
服务器端可以和多个客户端进行连接进行文件的传输,还可以进行对话-A client of a server-side and server-side can connect to multiple clients for document transmission, but also to engage in dialogue
- 2022-07-12 18:41:00下载
- 积分:1
-
此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载
此程序为外部升级程序(需要主程序的调用),具体代码这里就不罗列了,还是自己看源代码吧.此程序主要的思路是通过读取服务器文件获得升级版本及升级地址,有新版本则下载 如果想做成内部升级程序(在主程序内部自动检测及自动升级),只需要在主程序启动时相关的代码即可,大家不仿试试,主要的思路与这个是差不多的,不同之处是怎么处理主程序的自动关闭与启动问题.-This program is an external upgrade (requires the main program call), the specific code is not listed here, or to look up the source code for it. The main idea of this procedure is obtained by reading the file server upgrade and update address, a new version If you want to get inside is to download the upgrade process (in the main program within the auto-detection and auto-upgrade), just start in the main program code can be related, we do not try to imitate, the main idea and this is about the same, different The Department is how to deal with the main program automatically shut down and startup problems.
- 2022-06-17 12:40:28下载
- 积分:1
-
一个通过邮件槽来进行通信的例子
一个通过邮件槽来进行通信的例子-One through the mail slot to communicate examples of
- 2022-07-17 22:55:36下载
- 积分:1
-
VB源代码 / 网络编程该系统可以实现网络通话功能!
VB源代码 / 网络编程该系统可以实现网络通话功能! -VB source code/network programming of the system can achieve network calls!
- 2022-12-17 20:30:03下载
- 积分:1
-
delphi的socket编程
delphi的socket编程-socket programming
- 2022-01-26 07:49:08下载
- 积分:1
-
一个简单的IOCP网络模型,VC6编译通过
一个简单的IOCP网络模型,VC6编译通过-A simple IOCP network model, VC6 compiled by
- 2023-01-10 13:55:03下载
- 积分:1
-
一个 完成端口的例子。 结构明晰, 可用在服务端
一个 完成端口的例子。 结构明晰, 可用在服务端-a complete port example. Clarity structure, available on the server
- 2022-08-24 15:27:27下载
- 积分:1
-
P2P 之 UDP穿透NAT的原理与实现源代码 和文档 设计协议的格式
P2P 之 UDP穿透NAT的原理与实现源代码 和文档 设计协议的格式-P2P penetrate NAT of UDP Principle and realization of the source code and document format design agreement
- 2023-04-14 11:15:03下载
- 积分:1
-
实现客户端、服务器聊天程序
完成了登录、群聊、私聊、退出房间、查看房间成员的功能。1.创建套接字,与服务器建立连接;2.用户在客户端登录,服务器添加成员到聊天室内;3.进入聊天室后,客户端创建多线程A,房间成员可以选择群聊、私聊、查看房间成员、退出聊天室等功能,客户端将选择标志发送到服务器,服务器根据标志返回相应信息到客户端接收的线程;4.客户端再创建一个多线程B,不断刷新显示服务器发送过来的内容。
- 2022-04-21 13:39:44下载
- 积分:1