搜索资源列表
Tcp通讯
- 基于winsocket 编程,包含客户端与服务端-winsocket-based programming, including client and server
socket
- 运用socket的客户端与服务端通信,通过抓包工具可以分析Tcp服务。-The use of socket client and server communications, through the capture tool Tcp services can be analyzed.
TCP
- java代码轻松演示计算机网络客户端与服务端数据传送-TCP-java code easily demo computer network client and server-side data transmission-TCP
2244555
- TCP/IP协议分析及实现,客户端与服务端的建立连接-TCP/IP protocol analysis and implementation, the client side and services to establish a connection
JAVA-SOCKET
- java tcp/ip的socket 客户端与服务端编程-java tcp/ip socket
wince-tcp
- wince tcp客户端与服务端源代码,适合wince tcp开发直接使用-wince tcp client and server sourcecode
450Mbps
- 分别创建TCP客户端与服务端,客户端模拟发送450M数据每秒-Create a TCP client and server, the client the simulated send 450M data per second
TCP
- socket的客户端与服务端,通过开多线程与通信-client and service side of the socket, open multi-threaded communication
tcp
- 在linux环境下,实现客户端与服务端通信,采用tcp模式。-Linux environment, the client and server communication using tcp mode。
TCP
- 与网络有关的小例子, 是tcp 的客户端与服务端-Network-related small example, tcp client and server. . . .
TCP
- 一个简单的TCP网络通讯程序,实现客户端与服务端之间的数据传递-A simple TCP network communication procedures to achieve the data transfer between client and server
myTCP
- tcp客户端与服务端测试程序,内附接收以及发送线程(TCP client and server test procedure, enclosed receiving and sending thread)
TcpProxy
- 使用 C++ 编写的TCP 客户端与服务端通讯,实现数据处理和转发功能(C++ prepared using TCP client and server communication, data processing and forwarding)
tcp套接字
- tcp套接字 node.js 源代码示例 通信端口 客户端与服务端,实例为客户端接收服务端大小写转换(tcp socket Node.js source code example For example the client receives the server case conversion)
TCP SOCKET
- 实现客户端与服务端基于tcp协议通讯,服务端为机器人,客户端为客户,机器人词库通过读取txt文件来实现,方便增添和修改(Chat robot Realize client and server communication based on TCP protocol)
TCP
- 简单的tcp协议 客户端与服务端之间的socket连接通信(The socket connection communication between the client and the server of a simple TCP protocol)
C#通过TCP传输文件
- C#通过TCP传输文件,包含服务端与客户端(C# transfers files through TCP, including the server side and the client)
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。
Tcp
- 通过TCP传输数据,实现模拟客户端与服务端的QT界面系统(Transmit data through TCP, realize QT interface system of simulation client and server)
QT-TCP通信测试
- QT实现的TCP客户端与服务端通信测试例程,是还不错的学习资料