搜索资源列表
简单tcpip数据交换
- 实际上是两个project--wj&cpp3,wj是服务端程序,cpp3是客户端程序 编译前先在代码内相应位置写服务器地址,在客户端写发送的数据 编译生成两个执行文件wj.exe和cpp3.exe 先运行wj.exe等待连接,然后运行cpp3 -addre-project is actually two -- wjcpp3, wj service software, cpp3 client program is compiled prior to the code to write
TCPsendmessage
- 一个小型的通过TCP协议发信息的程序。 既是服务端也是客户端,在收到信息时能将内容直接弹出屏幕。适合公司内的即时通信。-through a small TCP fat information procedures. Both the server is client, in receipt of the information content can direct pop-up screen. For companies within the instant messaging.
sockettcpip
- WinSocket TCP/IP编程,使用MFC类库实现服务端和客户端。开发环境为VC60-WinSocket TCP / IP programming, MFC use of services and clients. Development Environment for VC60
mediasocket
- 服务端播放视频,客户端实时收看视频播放的网络VC++socket程序-broadcast video server, the client real-time viewing of the video broadcast network socket procedures VC
WSFileTransfer_src
- 实现TCP文件传输功能。分成服务端和客户端两个部分-TCP file transfer function. Divided into server and client in two parts
fuwqi
- 基于tcp连接的服务器端程序,接收从客户端发送的视频进行实时显示,并予以保存。可对保存的视频进行播放和删除操作。-Tcp connections based on server-side program, receiving from the client to send the video in real-time display, and to preserve. Can be saved in video playback and deletion.
TCP
- TCP连接实例,同时包含服务端和客户端,支持Unix和Windows双平台-Examples of TCP connections, both client and client services to support Unix and Windows dual-platform
JAVA-SOCKET
- java tcp/ip的socket 客户端与服务端编程-java tcp/ip socket
UDPTest
- C++的udp客户端 服务端,实例,共参考-C++, udp client server, examples of reference
20093319
- (1) 使用常用的网络工具查看网络情况 (2) 学习子网的规划和划分方法 (3) 熟悉Eclipse 开发环境 (4) 学习HTTP 协议,编写简单的HTTP 1.0 客户端程序,编写简单的HTTP1.0 服务 器程序 (5) 学习多线程,编写多线程HTTP 1.0 服务器程序 (6) 学习RMI,编写简单的RMI 程序-(1) the use of common network tools to view network status (2) learning and
tc
- tcp 协议下的聊天的工具,支持异步,分为客户端和服务端-tcp chat support asynchronous agreement
CLIENT
- 网络编程socket tcp客户端 服务端源码-Network programming socket tcp client server source code
TCP
- 简单实现TCP通信过程,客户端服务端能够互相通信-failed to translate
tcp
- C#同步异步客户端服务端源码 -C# Synchronous Asynchronous Client Server SourceC# Synchronous Asynchronous Client Server Source
TcpDemo3
- 建立一个文本转换器 客户端给服务端发送文本,服务端会将文本转成大写再返回给客户端 而且客户端可以不断的进行文本转换,当客户端输入over时,转换结束-Create a text converter client sends the text to the service, the server will text to uppercase and then returned to the client and the client can continue to text convers
socket
- socket客户端服务端通信源码。方便socket编程初学者参考-socket client server communication source. Convenient socket programming reference for beginners
C# tcp通信 登录 服务器端验证
- c#客户端和服务端进行TCP通信,是个非常好的学习网络编程例子(Client and server programming by TCP)
TCP
- 一个简单的tcp 客户端以及服务端,能够简单实现一对一的聊天(A simple TCP client and serve)
基于TCPIP协议多客户连接的服务端程序实现
- 基于TCPIP协议多客户连接的服务端程序实现(Implementation of service client program based on TCPIP protocol and multi client connection)
server-client
- ServerSocket表示服务器上的套接字,该套接字等待并侦听来自客户端的服务。套接字表示服务器和客户端之间通信的端点。当服务器获得作为服务请求,它创建一个套接字与客户端进行通信,并继续侦听ServerSocket上的其他请求。客户端还创建一个套接字,以便与服务器进行通信。(ServerSocket represents the socket on a server that waits and listens for service from a client. Socket repre