CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - UDP/TCP

搜索资源列表

  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. TCPAndUDPSocket

    0下载:
  2. UNIX环境下的SOCKET编程,分别实现TCP与UDP下的Socket通信-SOCKET programming under the UNIX environment, we implement TCP and UDP Socket Communication under the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:39532
    • 提供者:zhangxueli
  1. wgdszzz-anqn

    0下载:
  2. haoIP packet capture program to support small TCP and UDP protocols.-hao
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-11
    • 文件大小:2049506
    • 提供者:czp
  1. TCPUDP

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

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

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

    • 发布日期:2017-03-31
    • 文件大小:743421
    • 提供者:赵冬霜
  1. adsl

    0下载:
  2. The Point-to-Point Protocol (PPP) provides a standard way to establish a network connection over a serial link. At present, this package supports IP and the protocols layered above IP, such as TCP and UDP. The Linux and Solaris ports of this pa
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2282998
    • 提供者:任浩然
  1. UICI

    0下载:
  2. 通用因特网IPV4网络编程接口 //TCP int uin_open_tcp(unsigned short port) int uin_accept(int fd, struct sockaddr_in *addr) int uin_connect(const char *cp, unsigned short port) int r_recv(int fd, void* buf, int size) int r_send(int fd, const void* m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2997
    • 提供者:jannzeng
  1. lab3

    0下载:
  2. 柯支亨老师的《ns2仿真实验》第三章实验部分,如何建立tcp,udp联机,并分析它们各自的数据吞吐量,抖动率等。-Heng Ke support teacher " ns2 simulation experiments," Chapter III experiment, how to build tcp, udp online, and to analyze their own data throughput, jitter rate.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3853
    • 提供者:杜少波
  1. lab7

    0下载:
  2. Ns2网络脚本的生成器NSG的使用,测试各TCP,UDP数据流的时延-Ns2 NSG network scr ipt to use the generator, test the TCP, UDP data stream delay
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:162455
    • 提供者:杜少波
  1. Linux-programming-ideas

    0下载:
  2. 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1752938
    • 提供者:陈雨
  1. NIDS

    0下载:
  2. 一个VC++ 网络入侵检测模块及程序代码,源代码完整,包括所需控件都在压缩包内,用VC编写网络软件的时候用得上。    CMainFrame* p_Frame //保持筐架类的指针    CEdit* m_pEdit //保存编辑框类的指针    CListCtrl* m_pList //保存列表类的指针    CTreeCtrl* m_pTree //保存树型控件的指针    CComboBox* m_pComboBox //保存组合筐的指针   以下的成员
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:1563810
    • 提供者:云梦泽
  1. Tcpview24

    0下载:
  2. tcp、udp连接查询,可以断开连接,可以做dota踢人挂使用-tcp/udp connect
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-16
    • 文件大小:84437
    • 提供者:夏晓敏
  1. network-link-state

    0下载:
  2. 此系统实现网络流量监测功能,可以实习远端监测,并能分析出是tcp或者是udp-This system network traffic monitoring function, can practice distal monitoring, and analysis of the TCP or udp is out
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-02
    • 文件大小:29057
    • 提供者:李维
  1. ttraceroute_2r

    0下载:
  2. linux下traceroutte的实现,TCP模式和UDP模式 -achieve under linux traceroutte the TCP mode and UDP mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:79749
    • 提供者:
  1. tcpudp

    0下载:
  2. linux写的TCP编程和UDP编程,包含协议的编写。-TCP of programming and UDP programming linux writing, writing containing the agreement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:4350
    • 提供者:xiaoxie
  1. ipmsg211src

    0下载:
  2. 飞鸽传书 (IP Messenger V2.06)是一款基于 TCP/IP(UDP)的局域网内即时通信软件,2.00以上版本支持局域网内发信息、传送文件、文件夹、多文件(或文件夹),通讯数据采用 RSA/Blofish 加密 (2.00版以上),速度非常快,采用BSD License开源许可协议发布。。最新版(2.50 alpha6)的Log文件支持 UTF-8编码格式,增加了气球提示。-IP Messenger (IP Messenger V2.06) is a based on TCP/IP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-28
    • 文件大小:11760145
    • 提供者:吴飞
  1. LinuxTCPIP

    0下载:
  2. TCP/IP协议栈源代码分析,包括各个层的协议及socket中的简单的TCP UDP通信-TCP/IP protocol stack source code analysis, including the agreement of each layer and the socket in the simple TCP UDP traffic
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:152116
    • 提供者:kanxin
  1. socket-based-network-programming

    0下载:
  2. 基于TCP和UDP协议的套接字网络编程。客服端采用套接字向服务器端请求连接,服务器端采用多路复用机制,等待客服端的请求-TCP and UDP socket-based network programming. Customer service end using socket connection request to the server-side and server-side multiplexing mechanism, waiting for the request of the c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-12
    • 文件大小:3729
    • 提供者:刘龙庆
  1. skynet-091src

    0下载:
  2. SKYNET v91 for Download Offline from Satellite-DVB Receiver card.Protocols : HTTP TCP UDP DSL
  3. 所属分类:Network Security

    • 发布日期:2017-11-16
    • 文件大小:88630
    • 提供者:behzad
  1. skynet-v084src

    0下载:
  2. SKYNET v84 for Download Offline from Satellite-DVB Receiver card.Protocols : HTTP TCP UDP DSL
  3. 所属分类:Network Security

    • 发布日期:2017-11-19
    • 文件大小:155227
    • 提供者:behzad
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com