CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 TCP/IP协议栈 搜索资源 - socket 数据传输

搜索资源列表

  1. SocketExample

    0下载:
  2. 一个基于MFC对话框的Socket应用程序,包括UDP/TCP/FTP协议的实现,及字符串和数据流两种传输模式。 -an MFC dialog based on the Socket applications, including UDP / TCP / FTP protocol implemented, and string, and the data flow both transmission modes.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2014-01-15
    • 文件大小:78079
    • 提供者:就是恶
  1. TT62_GPRS_DTU

    0下载:
  2. TT62嵌入式GPRS DTU模块用户手册 3.0 TT6X GPRS DTU(简称DTU),是一款使用GPRS进行无线数据传输的设备。支持PPP、TCP、UDP、DNS等众多复杂网络协议和SOCKET插口标准,为用户提供全透明数据传输和用户自定义协议传输两种模式。 同时支持点对点、点对多点、设备间、设备与中心间等各种不同的通讯模式。 用户不用关心复杂的网络通信协议、通过串行口,就可以进行无线数据收发,让你的设备随时随地接入Internet。 本DTU产品支持TCP和UDP两种
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1040323
    • 提供者:姜飞
  1. Udpsimplelibrary

    0下载:
  2. 一个用socket封装的简单网络传输接口,函数信息也包含在里面。可以传输任何类型的数据,没有防丢包功能。-A package with a simple socket network interface, information is also included in the function inside. Can be any type of data transmission, there is no packet loss prevention functions.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-17
    • 文件大小:10326
    • 提供者:卓科
  1. CTPDemo_src

    0下载:
  2. 一个功能强大的大容量数据传输协议CTP ,基于socket,多线程,断点续传-A powerful high-capacity data transfer protocol CTP, based on the socket, multi-threaded, HTTP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:46106
    • 提供者:hanson
  1. jiyuARM9detongyongkongzhiqisheji--

    0下载:
  2. 采用基于面向连接的TCP socket方式,实现连接建立、数据传输和结束传输三个通信流程,从而实现客户端与服务器之间的通信功能-Mainly based on the TCP socket connection-oriented manner, to achieve a connection between the client and server establish, data transmission and communication end of the transmission pr
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:559740
    • 提供者:枫林海
  1. SendData

    0下载:
  2. UDP实例,本实例为udp开发初学者的指南,简单易于接收,通过查看即可大体掌握udp的通讯传输机理,比如如何创建套接字,如何创建连接,以及收发数据等基本操作-UDP example, beginners in this instance the development of guidelines for the udp, simple and easy to receive, you can generally see through the master udp communication t
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:35093
    • 提供者:wang dong
  1. UDP

    1下载:
  2. 在两台计算机间完成一个简单的UDP传输。 客户端 (1) 循环从命令行读入一行字符串,并传递给服务器,由服务器对字符串进行反转,并将结果返回给客户端 (2) 客户端显示反转后的字符串 (3) 当客户按下“delete”健后,关闭套接字,结束程序 服务器端 (1) 收到客户端数据包,首先验证数据包源地址是否合法 (2) 接收客户的数据,并显示客户的IP地址和端口号 (3) 接收客户传来的字符串,反转后传递给客户 -Between the two computer
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:794
    • 提供者:
  1. 201151021395131

    0下载:
  2. 该源码使用异步Socket方式实现TCP网络通讯,可以通过自己增加相应通信协议类来适应不同通信需求下的数据传输。 1、TcpCSFramework 为异步Socket通信框架 2、TcpClient 为TCP客户端 3、TCPServer 为TCP服务器端 -The source code uses the asynchronous Socket methods to achieve TCP network communication can be increased by thei
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:130607
    • 提供者:wzlion221
  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. warehouse

    0下载:
  2. 服务器的socket编程,包含了建立绑定和传输数据-Server socket programming, including the establishment of binding and transfer data
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2014-03-17
    • 文件大小:2128
    • 提供者:刘雨蒙
  1. TCP

    0下载:
  2. 简单TCP,实现TCP数据传输,VC运行环境-TCP/IP SOCKET
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:28315
    • 提供者:张新龙
  1. TCPSocket

    0下载:
  2. TCP Socket通信 客户端和服务端进行传输数据-TCP Socket The client and the server transfer data
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:10176
    • 提供者:scutsoftware
  1. Socket

    0下载:
  2. Socket通讯、数据传输,建立客户端、服务器端之间的通信-Socket Connection
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-02
    • 文件大小:575906
    • 提供者:caijingyu
  1. kcp

    0下载:
  2. c语言实现的可靠udp传输协议,能够在丢包50%的情况下恢复数据(The Reliable UDP transport protocol implemented in C language can recover data in case of packet loss of 50%.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-05-02
    • 文件大小:7744512
    • 提供者:鲁付阳
搜珍网 www.dssz.com