CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - socket tcp class

搜索资源列表

  1. SocketComm

    0下载:
  2. Socket类,有UDP和TCP协议,可以再包装一层。-Socket class, UDP and TCP, can be packed layer.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:8749
    • 提供者:张王子
  1. CreatingClientServerWinsock_vb

    0下载:
  2. 這是一個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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:100121
    • 提供者:周小豪
  1. TCP_Socket

    1下载:
  2. Tcp Socket 源码程序 TCP/IP socket Class 源码程序 -TCP/IP socket Class Source Code
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:608202
    • 提供者:JerryJiang
  1. fndSck327

    0下载:
  2. 一套Socket编程的控件,可以支持 Socket5和 httptunnle-FUNDAMENTALS is a collection of Delphi code libraries. FUNDAMENTALS SOCKETS contains: Sockets cWinSock.pas WinSock functions cSocks.pas SOCKS4/5 functions
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:474476
    • 提供者:sail2000
  1. netstream

    0下载:
  2. netstream:简单易用的socket封装,同时支持client和server。-a tcp socket wrapper class for used on both client and server side.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:8465
    • 提供者:ajie0112
  1. TCP_Socket_1.5

    0下载:
  2. A Universal TCP Socket Class for Non-blocking Server/Clients - codeproject.com by ElmuSoft company
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-06-09
    • 文件大小:16658342
    • 提供者:long
  1. EchoServer2

    0下载:
  2. A new tcp socket cla-A new tcp socket class
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:209753
    • 提供者:ddf fadfd
  1. Socket

    0下载:
  2. Tcp/IP协议编程中socket类的编程。简洁可靠,欢迎下载。-Tcp/IP protocol socket programming class programming. Simple and reliable, are welcome to download.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-20
    • 文件大小:6138135
    • 提供者:江南
  1. EMTASS2.1[Socket-Framework]

    0下载:
  2. 在C#中使用异步Socket编程实现TCP网络服务的C/S的通讯构架----基础类库-In C# Socket Programming using asynchronous TCP network service C/S communication architecture---- Foundation Class Library
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:422388
    • 提供者:先后
  1. CSock

    0下载:
  2. 使用socket基于TCP协议的MFC类库编程,源码和文档-TCP-based protocol using socket programming MFC class library, source code and documentation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:140237
    • 提供者:孙乔
  1. network-program-base

    0下载:
  2. 网络编程基础,TCP、UPD介绍及其编程基础,网络编程常用类InetAddress及Socket使用方法。-network program base,TCP、UDP program base,class InetAddress and Socket program ways。
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:154135
    • 提供者:张雷
  1. TCP

    0下载:
  2. 做为测试所用的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.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:105413
    • 提供者:gjb
  1. TCPScoket

    0下载:
  2. 该源码使用异步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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-28
    • 文件大小:178774
    • 提供者:sarawudan
  1. NetMsg

    0下载:
  2. 基于 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:61931
    • 提供者:
  1. socket

    0下载:
  2. 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
  3. 所属分类:P2P

    • 发布日期:2017-11-08
    • 文件大小:42308
    • 提供者:chenrui
  1. RTclient

    0下载:
  2. 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
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-24
    • 文件大小:42750
    • 提供者:jake
  1. TCPClient

    0下载:
  2. 用tcp socket所建立的客户端,应用了CSocket的类,初学者适合-Created using tcp socket client, the application of CSocket class, suitable for beginners
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:34031
    • 提供者:zl
  1. tcp-class

    0下载:
  2. 源码封装了socket的相关操作,tcp的客户端及服务器端已经在项目中使用。-the source including the class of socket.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:16401
    • 提供者:Francis Fan
  1. TCP_Socket_1.6

    0下载:
  2. 这个程序是一个非常干净的代码,由有经验的程序员编写,使用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
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-20
    • 文件大小:627712
    • 提供者:ElectroMaster
  1. TcpClientRecive

    0下载:
  2. 基于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)
  3. 所属分类:TCP/IP协议栈

« 12 »
搜珍网 www.dssz.com