搜索资源列表
client_server
- Linux 环境下用QT编写的客户端与服务器端通过TCP/IP网络连接通信的简单示例.-Linux server/client
client_server
- 基于客户端|服务器模式的socket编程-Based on the c/s mode of socket programming
client_server
- (1)实现下载功能 server()为服务端主程序,该程序主要是用来实现服务端的建立,首先要启动Winsock,然后需要建立服务端的套接字,然后进行与客户端的连接,当客户端去人响应后就对客户端发送文件,客户端接受文件。 client()为客户端程序,该程序主要是用来实现客户端的建立,首先要启动Winsock,然后需要建立客户端的套接字,然后进行与服务端的连接,当与服务端连接上以后,客户端接受文件。 (2)实现上传功能 在实现了下载功能之后,还要求能实现上传功能,也就是说,能够将客
client_server
- socket开发的客户端,所实现的功能是发送小写字母,从服务器返回大些字母。-the client part of the socket programing.
Client_Server
- client server application
client_server.tar
- server端程序用于接收client端发送的信息并原样反回给client端,一个简单的小程序.-server-side program to receive client information and sends back to the client-side anti-AS, a simple small program.
Client_Server
- tcp/ip协议,vc,在局域网或广域网可实现客户端/服务器端远程控制.-tcp/ip protocol, vc, in the local area network or wide area network can be realized client/server-side remote control.
client_server
- 客户端与服务器进行通信,使用socket-the client communicate with the server
client_server
- introduction to Client server . Client and server types with diagram -introduction to Client server . Client and server types with diagram
Client_server
- C++编写的工业通讯网络收发程序,包括client端口与Server两部分。-C++ the preparation of industrial communication network transceiver program, including the client port and server two parts.
tcp-Client_Server
- visual studio 2005下运行成功,包括client和server两部分-include client and server,successful
Client_Server
- 简单的Client和Server,通过http协议交互,服务器端有两种实现。-a simple client/server program which interact through http
TCP-Client_Server-VC
- PC机实现TCP客户端和服务器的源码程序,功能实现有点类似TCP/UDP测试工具。-PC machine to achieve TCP client and server source code procedures, functions somewhat similar to TCP/UDP test tools.
chat2-client_server
- client server chat program with visual C#
Client_Server
- 本程序实现了基于UDP的socket网络通信客户端的功能,它可以向服务器端发送数据并可以接收服务器发送回来的数据并显示。-The program implements a UDP-based network communications client socket function, it can send data to the server and the receiving server can send data back and displayed.
Client_Server
- C++ SOCKET程序,可以运行。对于学习MFC,socket朋友很有帮助-C++ SOCKET
ACE-client_server-Sample
- An ACE network client sample source code.
client_server-20170330T071303Z-001
- A implementation of a Client Server architecture using POSIX C.