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

搜索资源列表

  1. andreadrian.deintercom

    0下载:
  2. Voice over IP Intercom Linux 环境下,带有回声消除模块,VC++开发。-The application can: dial an intercom partner via short-dial buttons transport your voice over IPv4 with RTP UDP unicast data packets make a telephone conference support wideband (16kH
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:404998
    • 提供者:Liu Yi
  1. testplugin

    0下载:
  2. 端口扫描 linux 采用插件机制 TCP,udp,ident-scan-Port scan linux using plug-in mechanism for TCP, udp, ident-scan
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:21666
    • 提供者:
  1. udt4.6-20091110

    0下载:
  2. udt4.6安全UDP传输开源代码,用C++编写,本人将其修改,增加了C的接口和范例程序。可以在嵌入式linux下使用。或不方便使用C++的嵌入式系统都可以参考使用。-UDP transmission udt4.6 security open-source, using C++ to prepare, I will modify it, an increase of C interface and sample application programs. Can be used in embed
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:367467
    • 提供者:huangjian
  1. thread

    0下载:
  2. linux下tcp udp网络实验test -net-test based linux
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:648747
    • 提供者:姜广吉
  1. test_udp_send

    0下载:
  2. Linux环境下,使用udp进行数据传输的实际例子。-Linux environment, using udp for data transmission practical examples.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:899
    • 提供者:huang
  1. udpclient

    0下载:
  2. 这个是udp服务器的一个程序,运行在linux下,可以学学套接字和tcp的工作机制。-this is udp server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:846
    • 提供者:shiyinyan
  1. udpserver

    0下载:
  2. 这个是udp客户端的一个程序,运行在linux下,可以学学套接字和tcp的工作机制。-this is udp client
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:694
    • 提供者:shiyinyan
  1. ezSockets

    0下载:
  2. EzSockets is a cross-platform (Linux, Irix, Windows, OSX, XBOX) generic sockets class. It allows the user to interface through UDP and TCP. It allows for broadcast and reception on UDP as well as being both a server and a client on TCP. http://cnlohr
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:12163
    • 提供者:raxen
  1. Sockets-2.3.9.1

    0下载:
  2. C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-21
    • 文件大小:318774
    • 提供者:geddy
  1. TCPandUDP

    0下载:
  2. linux网络应用程序设计,关于tcp与udp的设计-linux web application design, with regard to the design of tcp and udp
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-02
    • 文件大小:4320
    • 提供者:沧浪
  1. InvokeAndParse

    0下载:
  2. Linux下用socket实现数据传输,使用UDP协议-data transfer based socket in Linux,use the UDP
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:2421
    • 提供者:杨建忠
  1. Lab1

    0下载:
  2. LINUX的socket编程 用UDP测量网络瓶颈带宽 -LINUX SOCKET UDP BOTTLENECK BANDWIDTH
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:6143
    • 提供者:董必磊
  1. Sockets

    0下载:
  2. Socket编程 TCP/UDP的原理 powerpoint-SOCKET C/C++ TCP/UDP Linux powerpoint
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:164227
    • 提供者:董必磊
  1. cxxtools-1.4.8.tar

    0下载:
  2. Cxxtools 源码, Cxxtools把大部分linux C 库函数封装成C++类。封装方法巧妙高效,可以用于学习和直接使用。-Cxxtools is a collection of general-purpose C++ classes. It includes classes for: * argument parsing * logging * wrappers for threading (pthreads) * network
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:451807
    • 提供者:leo
  1. udp_braodcasting

    0下载:
  2. linux broacaster udp program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-09
    • 文件大小:2443
    • 提供者:maddy
  1. TCPUDP

    0下载:
  2. 在linux下对TCP协议和UDP协议的模仿-TCP protocol and UDP protocol imitation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3025
    • 提供者:林育钦
  1. GTK_udp_send

    0下载:
  2. 一个带GTK界面的用于发送和接受UDP命令的程序,在Linux环境下开发。-A program that use to send UDP and receive command with a GTK interface.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:89479
    • 提供者:lf
  1. linphone-3.3.0.tar

    0下载:
  2. linphone-3.3.0 版本,这个就不多做介绍了,知道的人都知道!如果还是不知道,那么看看下面英文的介绍吧。-Features Linphone provides a large amount of functionalities. List of supported features: * audio with the following codecs: speex (narrow band and wideband), G711 (ulaw,alaw),
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-25
    • 文件大小:8246430
    • 提供者:独孤一笑
  1. udpsrv01-server

    0下载:
  2. linux下的udp通讯实验程序,使用socket实现,有Makefile完成编译-udp program under linux environment
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:27610
    • 提供者:hailan
  1. network

    0下载:
  2. Linux/UNIX网络编程,基本套接口编程,基本TCP套接口编程,基本UDP套接口编程-Linux/UNIX network socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:743421
    • 提供者:赵冬霜
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 26 »
搜珍网 www.dssz.com