CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - transport layer

搜索资源列表

  1. HCI_SD_Transport_SP_D10r3

    0下载:
  2. 蓝牙开发规范 This document discusses the SD transport layer (between the Host and Controller).
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:23595
    • 提供者:heronic
  1. HCI_UART

    0下载:
  2. This document describes the UART transport layer (between the Host and the Host Controller).
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:35211
    • 提供者:heronic
  1. tp4bduart-00.tar

    0下载:
  2. This transport driver for BlueDrekar middleware is a reference implementation of the Bluetooth Host Controller Interface (HCI) UART transport layer. The source code is compiled and run in linux enviroment.
  3. 所属分类:通讯/手机编程

    • 发布日期:2014-01-20
    • 文件大小:61440
    • 提供者:Joe Soo
  1. tcpip_cs

    0下载:
  2. linux下传输层下一般的tcp套接字编程 作为一般初学者之用-under transport layer under normal tcp socket programming as a general purpose beginners
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2955
    • 提供者:赵石磊
  1. Assign1

    0下载:
  2. When starting with protocols that work at the upper layers of the network models, each set of data is wrapped inside the next lower layer protocol, similar to wrapping letters inside an envelope. The application creates the data, then the transport l
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8516
    • 提供者:nala
  1. Java_net(1-11)20031225

    0下载:
  2. 掌握网络基础概念利用Java语言在传输层进行编程UDP、TCP利用Java语言在应用层进行编程SMTP、POP3、HTTP掌握服务器端编程技术Servlet利用Java语言进行简单的分布式计算RMI、CORBA-grasp the concept of network infrastructure using Java language in the transport layer programming UDP, TCP use the Java language in the applica
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:250779
    • 提供者:we
  1. DNPBasic4

    1下载:
  2. DNP 3.0通讯规约,包括数据链路层、传输层、应用层、数据对象库4部分。-DNP 3.0 communication Statute, including the data-link layer, transport layer and the application layer, the data object library four parts.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:585843
    • 提供者:So1o
  1. wap-224-wtp-20010710-a.rar

    0下载:
  2. 详细的阐述无线应用协议中的无线传输层的功能和应用,WTP的特点数据格式等,Detailed in the Wireless Application Protocol Wireless Transport Layer functions and applications, WTP and other characteristics of data formats
  3. 所属分类:WAP develop

    • 发布日期:2017-03-24
    • 文件大小:250244
    • 提供者:何国栋
  1. window

    0下载:
  2. 滑动窗口协议是计算机网络中为保证流控制和可靠而常用的一种协议,它一般在传输层TCP协议中实现。本代码实验滑动窗口协议中的1比特滑动窗口协议、回退N帧协议和选择性重传协议。-Sliding window protocol is a computer network in order to ensure the reliable flow control and a protocol commonly used, it is usually in the transport layer TCP pr
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-24
    • 文件大小:1268
    • 提供者:王业大
  1. udptalk

    0下载:
  2. TCP/IP提供了无连接的传输层协议:UDP(User Datagram Protocol,即用户数据报协 议)。UDP 与 TCP 有很大的区别,因为无连接的 socket 编程与面向连接的 socket 编程也有很 大的差异。由于不用建立连接,因此每个发送个接收的数据报都包含了发送方和接收方的地 址信息。 -TCP/IP provides a connectionless transport layer protocol: UDP (User Datagram Proto
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:1164
    • 提供者:唐本风
  1. tdi_fw

    0下载:
  2. TDI代码,传输层驱动接口技术,-TDI code, the transport layer driver interface technology! ! ! ! ! ! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:73196
    • 提供者:山区
  1. socket

    0下载:
  2. 基于Socket的即时通信系统针,对client/server(客户端/服务器)模式的应用以及实现某些特殊的协议的应用,它的通讯过程是基于TCP/IP协议中传输层接口Socket实现的-Real-time communication system based on Socket pin, on the client/server (client/server) mode of application of the agreement and the achievement of certain
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:11009
    • 提供者:shangyong
  1. erght_queen

    0下载:
  2. 用JAVA实现GBN(go back N)协议。UDP滑动窗口协议是建立在UDP上的应用层协议之上的。传输层使用的仍是UDP,但在应用层使用滑动窗口技术,并通过模拟TCP的一些机制以保证UDP的低协议处理开销和获得高通信可靠性。-JAVA implementation by GBN (go back N) protocol. UDP sliding window protocol is based on UDP protocol on the application layer above. T
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:11263
    • 提供者:zhaoshu
  1. ChatClient

    0下载:
  2. 利用C++实现的一个即时通讯系统的客户端。传输层采用的是TCP协议。这是本科时候的毕业设计,最后评定为优,希望对一些朋友能有所帮助。-The use of C++ implementation of an instant messaging system client. Transport layer protocol used is TCP. This is the time of undergraduate graduation project, and finally classified
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:983208
    • 提供者:刘海涛
  1. Sniffer

    0下载:
  2. 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP -Listening to all incoming and outgoing packets of the integrity of the host header information and display data content to support the MAC layer: network layer sup
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:480583
    • 提供者:林晓雨
  1. 03wap_p

    0下载:
  2. 无线应用协议(Wireless Application Protocol,WAP)是WAP论坛经过不断努力得到的成果,它提供了一个业界技术规范,以便开发出适用于各种无线通信网络的应用和业务。当前,无线市场正在快速发展,并且触及新的用户与业务。为了给运营商和生产商提供一个面对高级业务,特殊快捷的业务生成的商机, WAP论坛定义了一套用于传输层、安全层、事物处理层、会话层和应用层的协议。-WAP [Wireless Application Protocol, WAP] is the WAP Foru
  3. 所属分类:WAP develop

    • 发布日期:2017-04-28
    • 文件大小:329082
    • 提供者:aa
  1. Lab04

    0下载:
  2. 阿根廷教授编写的嵌入式internet的实验教程的高质量代码,含有cs8900的以太网驱动及其上层TCP/IP协议的实现运输层实验代码。-Argentina prepared by Professor Experimental Course embedded internet, high-quality code, containing CS8900 Ethernet driver and the upper TCP/IP transport layer protocols to achieve
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:26823
    • 提供者:刘强
  1. ChatServer

    0下载:
  2. 利用C++实现的一个即时通讯系统的服务器端。传输层采用的是TCP协议。这是本科时候的毕业设计,最后评定为优,希望对一些朋友能有所帮助。-The use of C++ implementation of an instant messaging system server side. Transport layer protocol used is TCP. This is the time of undergraduate graduation project, and finally clas
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:368336
    • 提供者:刘海涛
  1. sniffer

    0下载:
  2. 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP-Listening to all incoming and outgoing packets of the integrity of the host header information and display data content to support the MAC layer: network layer support for E
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:10655
    • 提供者:fupeng
  1. TCP

    0下载:
  2. 利用原始套接字实现简单的流量统计器 对本机发送、接收的各运输层协议的数据流量进行统计,并显示统计结果。-The original socket of the flow statistics simple device of this machine to send, receive all of the data transport layer protocol traffic statistics, and display results.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:76069
    • 提供者:戴志勇
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com