搜索资源列表
labwindows-tcp-Server
- 自写的用labwindows/CVI实现的TCP服务器端程序-since written by labwindows / CVI to achieve TCP server applications
Java-TCP服务器】
- 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
TCPServer基于TCP协议的服务器端程序
- 基于TCP协议的服务器端程序,包含启动、停止监听 接收、发送信息等基本功能-TCP-based server-side program, including start, stop listening to receive, send messages and other basic functions
TCP.rar
- 一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译,WINDOWS操作系统,A simple TCP client and server-side code, server-side data and return to receive, VC compiler, WINDOWS OS
TCP-Chat
- C#TCP聊天室,包括完整的服务器端和客户端-C# TCP chat rooms, including a complete server and client
基于TCP-IP协议的网络编程练习
- 基于TCP-IP的网络编程,里面有客户端和服务器端的程序,客户端发送请求,服务器端应答,并发回应答消息-based on TCP-IP network programming, which has client and server-side procedures, a client sends the request, the server-side response, with response to the news FOR
TCP
- TCP程序,包括服务器端程序和客户端程序,能实现基本的通信-TCP processes, including server-side program and client program that can realize the basic communication
javachat
- 一个简单的java聊天程序,有客户端和服务器端。建立在TCP/IP的通信基础上-a simple chat project write by java ,base on TCP/IP protocol
socket
- TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理-TCP client and server-side, very easy for beginners to figure out the principles of TCP
TCP-WINSOCK
- 此源码是您学习Windows网络编程的很好的程序。有两个程序,分为TCP客户端和TCP服务器端,让您能全面了解网络编程的实质。另外里面对代码有详细的注释,不下载会后悔哦-You learn from this source is a good Windows network programming procedures. There are two procedures, divided into TCP client and TCP server-side, so that you can f
TCPSRV
- 基于C的winsock网络编程,TCP服务器端程序,对于学习网路编程的初学者的这是第一步。-C based on the winsock network programming, TCP server-side procedures, network programming for beginners to learn this is the first step.
tcp-server-client
- 一个用socket实现服务器客户端的建立例子(tcp)-A socket server with the establishment of client examples (tcp)
tcpsample
- TCP服务器/客户端实例程序 适合初学者学习使用,高手就不用看了-TCP server/client example program
TCP
- TCP 收发数据编程 C语言版 包括客户端和服务器端-TCP send and receive data programming C language version of both client and server side
LINUX
- 数据的发送与接收recv, send, write, read,TCP服务器, TCP客户端-Send and receive data, recv, send, write, read, TCP server, TCP client
TCPsever
- TCP服务器端的代码,后面还有客户端的代码-TCP server-side code, client code and there are
基于网络的Tcp通讯Server服务器端和Client客户端
- Windows编程基于Tcp通讯的 Server服务器端和 Client客户端,使用一台电脑启动 Server端,另一台电脑启动Client客户端 两端能够互相发送消息并能接收看到(Windows programming, based on Tcp communication Server server and Client client, using a computer to start the Server side, another computer starts Client clie
TCP服务器端 2
- vs2015C#通信服务器端源程序,实现与客服端的通信,编通信程序时可以参考,非常好用,谢谢(Vs2015C# communications server side source)
TCP服务器端和客户端程序
- 使用C++ builder的TCP组件开发的服务器端和客户端程序,可以进行二进制形式的通信(The server - side and client - side programs developed using the TCP component of C++ builder can communicate in binary form)
TCP通信
- tcp实现服务器端和客户端简单聊天通信,利用c++和MFC实现(TCP implementation of server - side and client - side chat communication)