搜索资源列表
SocketComm
- Socket类,有UDP和TCP协议,可以再包装一层。-Socket class, UDP and TCP, can be packed layer.
CreatingClientServerWinsock_vb
- 這是一個client/server multi-threaded socket class.這個源代碼可利用TCP/IP或是UDP進行資料的交握-This is a client/server multi-threaded socket class. The source code can make use of TCP/IP or UDP data of Handshake
TCP_Socket
- Tcp Socket 源码程序 TCP/IP socket Class 源码程序 -TCP/IP socket Class Source Code
fndSck327
- 一套Socket编程的控件,可以支持 Socket5和 httptunnle-FUNDAMENTALS is a collection of Delphi code libraries. FUNDAMENTALS SOCKETS contains: Sockets cWinSock.pas WinSock functions cSocks.pas SOCKS4/5 functions
netstream
- netstream:简单易用的socket封装,同时支持client和server。-a tcp socket wrapper class for used on both client and server side.
TCP_Socket_1.5
- A Universal TCP Socket Class for Non-blocking Server/Clients - codeproject.com by ElmuSoft company
EchoServer2
- A new tcp socket cla-A new tcp socket class
Socket
- Tcp/IP协议编程中socket类的编程。简洁可靠,欢迎下载。-Tcp/IP protocol socket programming class programming. Simple and reliable, are welcome to download.
EMTASS2.1[Socket-Framework]
- 在C#中使用异步Socket编程实现TCP网络服务的C/S的通讯构架----基础类库-In C# Socket Programming using asynchronous TCP network service C/S communication architecture---- Foundation Class Library
CSock
- 使用socket基于TCP协议的MFC类库编程,源码和文档-TCP-based protocol using socket programming MFC class library, source code and documentation
network-program-base
- 网络编程基础,TCP、UPD介绍及其编程基础,网络编程常用类InetAddress及Socket使用方法。-network program base,TCP、UDP program base,class InetAddress and Socket program ways。
TCP
- 做为测试所用的tcp服务端及客户端源码,其中的SOCKET类是对基础API的封闭,源码是对SOCKET类的运用。-As the test used by the TCP server and client source code, which is based on SOCKET class API closed, source code is on the SOCKET application.
TCPScoket
- 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端-This source USES asynchronous Socket way realization TCP network communication, can, through their own correspondin
NetMsg
- 基于 TCP/IP(UDP)协议,模仿飞秋实现局域网内的用户之间的通信,其中独自封装了Socket类-TCP/IP (UDP)-based protocol, to imitate the fly autumn communication between users within a LAN, in which alone the Socket class
socket
- 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Win
RTclient
- UDP编程有两种技术,一种是直接使用Socket类,另一种是使用UdpClient类。UdpClient类对基础Socket进行了封装。 与TCP有TcpListener类和TcpClient类不同,UDP只有UdpClient类。 -UDP programming technology using the Socket class, another UdpClient class. The UdpClient class of the underlying Socket packa
TCPClient
- 用tcp socket所建立的客户端,应用了CSocket的类,初学者适合-Created using tcp socket client, the application of CSocket class, suitable for beginners
tcp-class
- 源码封装了socket的相关操作,tcp的客户端及服务器端已经在项目中使用。-the source including the class of socket.
TCP_Socket_1.6
- 这个程序是一个非常干净的代码,由有经验的程序员编写,使用C ++类cSocket,在C ++平台上编写,并且附带一个MFC演示应用程序。 cSocket类很容易使用,即使是初学者也没有问题。(Event driven (non blocking, asynchronous) Winsock programming is a very complex topic. It is definitely NOT for beginners! I needed such code and searched
TcpClientRecive
- 基于TCP/ip协议的socket通信,此代码为自己写的一个类,只要传入服务端的地址和端口就可以,此为异步通信方式(TCP/ip protocol based on the socket communication, this code for yourself to write a class, as long as the incoming server address and port can be, this is asynchronous communication mode)