搜索资源列表
henclib263
- 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
ChatApplication
- 支持mfc的控制台聊天室程序。使用mysql数据库保存聊天记录。包含客户端和服务端,基于C/S结构。-A console chat program supporting mfc. Use the mysql database to save chat history. Contains the client and server based on C/S structure.
SocketCommunicat
- C++ socket通信,包含客户端和服务端。 简单的通信代码。-C++ Socket communication
WSDownFile
- 用Gsoap实现文件传输的功能,包括客户端和服务端的代码-Gsoap file transfer functionality
Remote-Control-System
- 远程控制系统由一个Client(客户端)和一个Server(服务端)组成,由Client端对远程主机(Server)进行各种基本的控制。客户端用于实现对联网计算机的监控操作,服务器端对于接收到的数据进行分析,解释并执行。设计中使用WinSock 控件与远程计算机建立连接及选择TCP/UDP协议实现远程控制。-Remote control system consists of a Client terminal and a Server terminal. The client terminal
udpnat
- 根据udp协议进行网络穿透的例子,包括了服务端的程序和客户端口的程序, 有利于加深理解穿透原理。-Examples of network penetration under the udp protocol, including the server and client programs ports conducive to penetrate deeper understanding of the principles.
sock
- 使用win32编程,聊天QQ小程序,有服务端和客户端-Use win32 programming, QQ chat applet, there are service and client