搜索资源列表
tcp
- 此代码为tcp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。
TCPClientTest
- 一个TCP客户端程序,可以进行服务器端测试用,支持16进制和文本输入。
TCP
- 用labview编写的基于TCP/IP协议的服务器与客户端通信程序。
tcp
- 用java程序实现基于TCP的网络通信。(一个服务器端和多个客户端之间的通信)
TCP
- 该程序是基于vc++对话框模式下的tcp通信协议,分为客户端和服务器能够在局域网内部实现通信-The program is based on the vc++ Dialog mode tcp communication protocol is divided into client and server to the internal LAN communications
Chatlwm
- mfc下的基于tcp/ip协议的聊天程序的客户端源代码- the client of tcp/ip talking programming in mfc
tcp
- Tcp通讯,客户端监听,server发消息client接收消息-Tcp communication, the client monitored, hair news server client receive news
TCP
- 网络编程windows sockets TCP的客户端和服务器端程序-Network programming windows sockets TCP client and server-side program
w5100net
- w5100上位机调试程序,tcp客户端服务端可选;硬件协议栈芯片-w5100 host computer debugger the tcp client service end optional hardware protocol stack chips
TCP-chart
- 实现TCP文字聊天,基于MFC的对话框的客户端服务器的-To realize the TCP chat text
tcp
- 一个实现tcp通信的程序,使用C++,有服务器和客户端通信-A realization tcp communication procedures the server and client communication C++
design-tcp
- 支持多个客户端的连接,在服务器和多个客户端之间进行数据传输; 接收客户端发送的消息,并显示在一个列表框中;-Supports multiple client connections between the server and multiple clients for data transmission receiving a message sent by the client and displayed in a list box
SocketClientSimulator
- 一个简单的TCP 客户端,使用QTcpSocket连接服务器,发送和接受信息-A simple TCP client, use QTcpSocket connection server, sending and receiving information
CSocketDemo
- 使用CSocket类进行网络通讯,可设置为UDP,TCP客户端或者TCP服务器端。-Use the CSocket class for network communications, can be set to UDP, TCP client or TCP server.
ysing
- 一个简单的TCP客户端程序流程 1,使用WSAStartup()初始化WinSock库-A simple TCP client program flow 1, using WSAStartup () to initialize WinSock library
hpbfhy
- 一个简单的TCP客户端程序流程 1,使用WSAStartup()初始化WinSock库-A simple TCP client program flow 1, using WSAStartup () to initialize WinSock library
kjvi
- 一个简单的TCP客户端程序流程 1,使用WSAStartup()初始化WinSock库(A simple TCP client program flow 1, using WSAStartup () to initialize WinSock library)
uzzls
- WINDOWS编程,一个有实用价值的TCP客户端程序,用于聊天,极为实用(WINDOWS programming, a practical value of TCP client program, used to chat, very practical)
TCP—chat
- 使用Qt-Creator编写的基于TCP协议的网络聊天程序,包含服务器端和客户端,自己写的,经过测试能够正常使用。(The web chat program based on the TCP protocol written by Qt-Creator includes the server side and the client side, and writes it by itself. After testing, it can be used normally.)
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。