CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 编程文档 搜索资源 - TCp

搜索资源列表

  1. IJEST10-02-06-126

    0下载:
  2. In today’s most of the Adhoc networks needs the reliable connection to transfer the data. Most number of data packets loss is experienced in the Adhoc networks due to Transfer control protocol(TCP)’s high channel error rate and link failur
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:556516
    • 提供者:payal
  1. IP-Messenger-shuoming

    0下载:
  2. 飞鸽传书源代码的详细解释,主要的大部分都说明了-IP Messenger Windows SDK TCP/UDP
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:296633
    • 提供者:wangdan
  1. 103--protocol

    1下载:
  2. 103规约,比较全 规约草案 103规约完IEC60870-5-103规约基本要点全版 ProtocolTester.exe 许继103通信规约TCP-many about IEC 103 protocol
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3696774
    • 提供者:高广宇
  1. rinaldi_thesis05

    0下载:
  2. link layer error recovery techniques to improve TCP performance over wireless links
  3. 所属分类:Communication

    • 发布日期:2017-05-02
    • 文件大小:676329
    • 提供者:chen_ha
  1. Sockets-notes

    0下载:
  2. Network Programming Topics in this section include: • What a socket is • What you can do with a socket • The difference between TCP/IP, UDP/IP and Multicast sockets • How servers and clients communicate over sockets &#
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:212905
    • 提供者:Artcore
  1. LWIP_manual_cn

    0下载:
  2. 这是关于LWIP开发的中文手册,较为详细的描述了LWIP这个TCP/IP协议的结构与用法。-This is on the LWIP development of Chinese manual, a more detailed descr iption of the LWIP the TCP/IP protocol structure and usage.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:696194
    • 提供者:qiang
  1. ChinaUnicomSgip

    0下载:
  2. 联通短信sgip接口协议1.2版,采用tcp/ip 通讯,任何语言均可开发-Unicom SMS sgip interface protocol version 1.2, using the tcp/ip communication, any language can be developed
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:115772
    • 提供者:kevin.xia
  1. C_-Socket-communications

    0下载:
  2. 网络套接字(Socket)是基于TCP/IP协议的程序实现协议。实际上,我们所有的网络编 程都是基于Socket而实现的。 -The network socket (Socket) is to achieve an agreement based on the TCP/IP protocol procedures. In fact, all of our network programming are achieved based on Socket.
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:10983
    • 提供者:zhoushuqing
  1. paper1

    0下载:
  2. 基于TCP IP 协议的嵌入式网络系统的设计与应用-Design and Appl ication of Embedded Network System Based on TCP/ IP
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:236942
    • 提供者:wang
  1. TCPdadongjishu

    0下载:
  2. 详细介绍TCP打洞技术,并附带有代码供读者参考-Details TCP hole punching technique, together with the code for the reader is referred to
  3. 所属分类:Communication

    • 发布日期:2017-11-06
    • 文件大小:204163
    • 提供者:邹振凯
  1. TCPdadongjishu

    0下载:
  2. 详细介绍TCP打洞技术,并附带有代码供读者参考-Details TCP hole punching technique, together with the code for the reader is referred to
  3. 所属分类:Communication

    • 发布日期:2017-12-06
    • 文件大小:204150
    • 提供者:邹振凯
  1. IP_UDP_TCP_ICMP-checksum

    0下载:
  2. IP/UDP/TCP/ICMP的校验和 在发送数据时,为了计算数IP据报的校验和。应该按如下步骤: (1) 把IP数据报的校验和字段置为0。 (2) 把首部看成以16位为单位的数字组成,依次进行二进制反码求和 (3) 把得到的结果存入校验和字段中。 在接收数据时,计算数据报的校验和相对简单,按如下步骤: (1)把首部看成以16位为单位的数字组成,依次进行二进制反码求和,包括校验和字段。 (2)检查计算出的校验和的结果是否等于零。 (3)如果等于零,说明被整除
  3. 所属分类:Communication

    • 发布日期:2017-12-10
    • 文件大小:4111
    • 提供者:cool
  1. TCP_client_ok

    0下载:
  2. 自己写的一个 简单的TCP发送端的SOCKET程序 写得很简单,只是实现了下SOCKET功能-a very simple SOCKET NETWORK program client port debug is ok
  3. 所属分类:Communication

    • 发布日期:2017-12-02
    • 文件大小:6013
    • 提供者:ljs
  1. linuxthread

    0下载:
  2. 我们要讨论的是网络中进程之间如何通信?首要解决的问题是如何唯一标识一个进程,否则通信无从谈起!在本地可以通过进程PID来唯一标识一个进程,但是在网络中这是行不通的。其实TCP/IP协议族已经帮我们解决了这个问题,网络层的“ip地址”可以唯一标识网络中的主机,而传输层的“协议+端口”可以唯一标识主机中的应用程序(进程)。这样利用三元组(ip地址,协议,端口)就可以标识网络的进程了,网络中的进程通信就可以利用这个标志与其它进程进行交互。-We have to discuss how communic
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:30360
    • 提供者:曹磊
  1. an_sim900_ip_application-note_v1.00_draft

    0下载:
  2. SIM900 TCP/IP Communication application note. it is a great kick start guide.
  3. 所属分类:Communication

    • 发布日期:2017-11-14
    • 文件大小:157299
    • 提供者:Naveed
  1. Report8

    0下载:
  2. TCP network descr iption
  3. 所属分类:Communication

    • 发布日期:2017-12-09
    • 文件大小:39748
    • 提供者:vilacap15
  1. Winsock

    0下载:
  2. Windows Sockets API (WSA), which was later shortened to Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP. It defines a standard interface between a Windows TCP/IP client
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:260041
    • 提供者:Jimmy
  1. socket

    0下载:
  2. socket客户端,与服务端,用于远程监控与数据传输- socket client service side programming Remote data transmission, TCP Client Serverip address, port number, data transmission and receptionCan be used for remote monitoring
  3. 所属分类:Communication

    • 发布日期:2017-11-16
    • 文件大小:51103
    • 提供者:马小琴
  1. 2

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字 另外一个程序为客户端,建立UDP客户端套接字 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序.-A procedure for the server, a UDP server socket another program for the client, UDP client socket the two new program can be interconnected, complete a chat program of TC
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:4802
    • 提供者:王萍
  1. 3

    0下载:
  2. 一个程序为服务端,建立UDP服务端套接字。 另外一个程序为客户端,建立UDP客户端套接字。 这两个新程序可以互联,完成一个基于TCP/IP网络的文本聊天程序。-A procedure for the server, a UDP server socket.Another program for the client, UDP client socket.The two new program can be interconnected, complete a chat program t
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:5237
    • 提供者:王萍
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com