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

搜索资源列表

  1. socket_source_code

    0下载:
  2. 本文档使用套接字socket进行网络通信编程,同时进行TCP和UDP两种方式详解。-Source codes of SOCKET.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:509980
    • 提供者:杨洪
  1. Using.Labview.With.Tcpip.And.Udp

    0下载:
  2. a document to learn network programming with labview
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:22459
    • 提供者:ali
  1. Raw_sockets_dialysis

    0下载:
  2. 大多数程序员所接触到的套接字(Socket)为两类: (1)流式套接字(SOCK_STREAM):一种面向连接的Socket,针对于面向连接的TCP服务应用; (2)数据报式套接字(SOCK_DGRAM):一种无连接的Socket,对应于无连接的UDP服务应用。 从用户的角度来看,SOCK_STREAM、SOCK_DGRAM这两类套接字似乎的确涵盖了TCP/IP应用的全部,因为基于TCP/IP的应用,从 协议栈的层次上讲,在传输层的确只可能建立于TCP或UDP协议之上(图1),而SOCK_STR
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:821033
    • 提供者:johnxi
  1. MFCUDP

    0下载:
  2. 用MFC实现即时通讯软件(用的UDP协议),大部分代码已经写出-Use MFC to achieve instant messaging software (UDP), most use MFC to achieve instant messaging software (UDP), most of the code already written code is written
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:633119
    • 提供者:CodeHouse
  1. IPocx

    0下载:
  2. TCP and UDP Connection
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:7680
    • 提供者:Ali
  1. TCPaUDPDebug

    0下载:
  2. TCP/UDP调试工具,非常使用,可以轻松解决网络编程遇到的问题。-TCP/UDP debugging tools, is used, you can easily solve the network programming problems.
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1289143
    • 提供者:LS
  1. tcpip

    0下载:
  2. TCPIP网络应用课件,关于tcp协议,ip协议,udp协议等相关知识的讲解-TCPIP network application courseware, on tcp protocol, ip protocol, udp protocol and other related knowledge to explain
  3. 所属分类:software engineering

    • 发布日期:2017-05-23
    • 文件大小:6838049
    • 提供者:黄俊华
  1. Seminar-Report

    0下载:
  2. APPLICATION PERSPECTIVE OF TCP AND UDP DURING VERTICAL HANDOVER
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:638224
    • 提供者:SANDEEP S KURUP
  1. socket

    0下载:
  2. linux下udp通信的技术资料,包括server和client端例程-udp socket
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:219960
    • 提供者:linzi
  1. ETEHRNET

    0下载:
  2. Software test send data Socket Tcp and UDP . Cliente - Server Server Socket-Software test send data Socket Tcp and UDP . Cliente - Server Server Socket
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:208861
    • 提供者:Eddie
  1. Fins_manual

    2下载:
  2. c++ 基于FINS协议与OMRON PLC进行tcp udp 通信-c++ base on fins protocol to communicate with omron plc by tcp udp
  3. 所属分类:Communication

    • 发布日期:2017-05-06
    • 文件大小:1163906
    • 提供者:李春红
  1. transmission_system_reliability

    0下载:
  2. 基于光闸的单向传输系统可靠性研究(网络安全产品系列,物理隔离的单向光传输,采用udp协议传输,基于光闸的单向传输系统)-Shutter unidirectional transmission system reliability studies (network security products, the physical isolation of unidirectional optical transmission, transmission using udp protocol, bas
  3. 所属分类:Development Research

    • 发布日期:2017-05-07
    • 文件大小:1056090
    • 提供者:肖磊
  1. prog1

    0下载:
  2. UDP client programme
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:88224
    • 提供者:Anurag Choubey
  1. iptool

    0下载:
  2. 一款很好用的抓包工具,可以抓TCP包或者UDP包-A packet capture tool very easy to use, you can grab TCP packet or UDP packet
  3. 所属分类:Software Testing

    • 发布日期:2017-05-16
    • 文件大小:3886422
    • 提供者:走好每一步
  1. WCDMA-AT-command

    0下载:
  2. 本文描述了基于AT 命令的TE 和MS 之间通信的接口,接口可以实现语音呼 叫、短信业务、电话本业务、补充业务、网络设置、嵌入式TCP/IP、UDP/IP 操作,常用模 块状态信息查询,语音信箱相关操作功能等。-AT COMMAND FOR COMMUNICATION
  3. 所属分类:Communication

    • 发布日期:2017-03-22
    • 文件大小:676980
    • 提供者:Jimmy
  1. AndroidTCPUdpComm

    0下载:
  2. 最近一个项目可能要用到socket和串口方面的编程,网上找了很多这方面的资料,例子,不过都不怎么全,而且很多例子不能直接拿来用。花了几天时间,将TCP、UDP、串口整合到一起做了个小的project,由于没有真机,仅在模拟器上测试通过,且都是在一台机子上,现贴出代码,希望对大家有所帮助。注意涉及IP地址的地方可能需要修改成你自己的地址-A recent project you might want to use the socket and serial programming, online
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:15439
    • 提供者:李永芳
  1. mimi-mips2011

    0下载:
  2. solution to this problem by implementing a hardware-accelerated UDP/IP protocol stack on FPGA. Packets are processed by
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:315598
    • 提供者:msmmsm
  1. Ternary_NANO

    0下载:
  2. omprehensive work in the literature which implements TCP, UDP, ARP, ICMP, and IP protocols. However, our UDP/
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:700474
    • 提供者:msmmsm
  1. ug349

    0下载:
  2. k to ours in terms of the design goals. They implemented a UDP/IP offload engine based on a commercial TCP/IP Offload Engine and this work has 35 better performance as compared to a host-based UDP/IP stac-k to ours in terms of the design goal
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:483207
    • 提供者:msmmsm
  1. SBC6410_Test

    0下载:
  2. 基于三星SBC6410测试程序源码,包含: hell0 madplay WebCam wget-1.10.2 wireless UDP sqlite-3.5.9 boa-0.94.13 cgic205 全部源码和可执行文件-SBC6410 test program source code, including:       hell0         madplay
  3. 所属分类:Software Testing

    • 发布日期:2017-06-08
    • 文件大小:15499257
    • 提供者:付伟
« 1 2 ... 4 5 6 7 8 910 11 »
搜珍网 www.dssz.com