搜索资源列表
A Simple .NET TCP Socket Component
- 一个打包好的.NET环境下的TCP插口组件-a good package.NET environment TCP socket components
windows socket编程
- 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
socket
- 跨平台C++ 功能全面的Socket类库,支持TCP,UDP,限速-Cross-platform C++ full-featured Socket library, support TCP, UDP, speed limits, etc.
TCPServer1
- VC 2008网络编程的例子,TCP socket Server例子之一。-VC 2008 example of network programming, TCP socket Server examples.
socket
- TCP/IP网络通讯,包括客户端和服务端-TCP/IP network communications, including client and server
Socket
- C#语言编写,socket网络编程(tcp协议编写),含客户端,服务端,界面华丽,.net平台-C# Languages, socket network programming (tcp protocol preparation), including client, server, interface gorgeous,. Net platform
socket
- 运用socket的客户端与服务端通信,通过抓包工具可以分析Tcp服务。-The use of socket client and server communications, through the capture tool Tcp services can be analyzed.
socket
- TCP 客户端和服务器端,非常的简单,适合初学者搞清楚TCP的原理-TCP client and server-side, very easy for beginners to figure out the principles of TCP
TCP_Socket
- Tcp Socket 源码程序 TCP/IP socket Class 源码程序 -TCP/IP socket Class Source Code
Socket
- 用socket编程接口开发面向连接的网络应用程序(TCP/IP协议)-socket
socket
- 基于控制台的socket通信实例: 包括1.基于控制台socket通信 2.基于控制台的聊天程序-tcp 3.基于控制台的聊天程序-udp 注意:上传的为源代码基于控制台socket通信 使用时为每个文件新建一个工程先运行Srv再运行Client-Console-based socket communication examples include: 1. Console-based socket communication 2. Console-based chat pr
Socket
- TCP通信的示例程序 使用异步socket, 包括服务器端和客户端-The example of the TCP Socket Communication
TCP
- 开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
TCP_Socket_1.5
- A Universal TCP Socket Class for Non-blocking Server/Clients - codeproject.com by ElmuSoft company
TCP.Socket
- TCP Socket编程,实现简单的TCP协议,由于两台机器通过网线的通信,功能简单-TCP Socket programming, a simple TCP protocol, since the two machines through the wire communication, a simple function
CS-TCP
- Visual C sharp TCP socket 编程-Visual C sharp TCP socket
TCP-Socket-1.5
- 一个老外写的TCP Socket编程的实例。很经典-A example about TCP-Socket
linux-socket-c
- linux网络编程实例,讲解了一些udp tcp的socket编程,有select的例子-linux network programming examples to explain some of the udp tcp socket programming, there are select examples of
tcp-socket(4files)
- tcp,udp的c/s程序,包含了linux,window的socket-tcp and udp
Socket TCP
- 使用C#编写TCP Socket,包括客户端和服务端,可同时运行进行测试(TCP Socket Demo By C#)