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

搜索资源列表

  1. UDP

    2下载:
  2. 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:10971
    • 提供者:mywk
  1. TCP_UDP_advanced_programe

    0下载:
  2. tcp-udp高级程序设计,有关tcp/udp网络编程实例,通过对此代码的研究,可以掌握tcp/udp网络编程的一般方法和技巧。-tcp-udp senior programming, the tcp/udp network programming example, through the study of this code, you can master the tcp/udp network programming in general methods and techniques.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-29
    • 文件大小:65804
    • 提供者:lqy
  1. udp

    0下载:
  2. UDP sample code implement on LPC-UDP sample code implement on LPC22xx
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:1533
    • 提供者:Manoj M
  1. tcpudptiaoshi

    0下载:
  2. 该程序是一个调试程序,支持UDP,TCP协议,可作为服务器和客户端,是一个不错的应用工具
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-09
    • 文件大小:1831606
    • 提供者:张洪铭
  1. Communication

    0下载:
  2. Implementation of TCP over UDP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:98648
    • 提供者:eligr
  1. socket

    0下载:
  2. 编译好的网络通信的socket编程实例,TCP通信与UDP通信-Network compiled examples of socket programming, TCP and UDP communication communication
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-28
    • 文件大小:28140
    • 提供者:水城男孩
  1. UDP

    0下载:
  2. 基于UDP的串口通信,与TCP不同的是UDP利用的是广播技术,和服务端并没有建立可靠的连接-jiyuudpdechuankoutongxin
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:53708
    • 提供者:wenjin
  1. HxTcpIpcUdp

    0下载:
  2. UDP - TCP Socket Component for Delphi & Kylix-UDP- TCP Socket Component for Delphi & Kylix
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:14375
    • 提供者:Reza Mastour
  1. NetAssis

    0下载:
  2. Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用性也强。 Interface, exquisite beau
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:319787
    • 提供者:timoho
  1. capture

    1下载:
  2. 基于winpcap的数据包捕获程序,可以统计UDP,TCP,ICMP,ARP,IGMP包的数量以及从本机发送和本机接收到得数据包的数量-Based on winpcap packet capture program, you can statistics UDP, TCP, ICMP, ARP, IGMP, and the number of packets sent from the machine and the machine was received by the number of p
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-05
    • 文件大小:4998
    • 提供者:crazyhack
  1. Chattingroom

    0下载:
  2. MFC实现的聊天室,运用多线程,UDP ,tcp协议连接-MFC implementation chat rooms, use of multi-threading, UDP, tcp protocol connection
  3. 所属分类:Communication

    • 发布日期:2017-05-26
    • 文件大小:9048738
    • 提供者:jason
  1. tcp_ip_monitor

    1下载:
  2. Tool for monitoring network activity: - ARP table: remote MAC-address - remote IP - TCP table: currently open TCP connections - UDP table: currently open UDP ports - TCP statistics - UDP statistics - IP statistics - ICMP statistic
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:22921
    • 提供者:AleX
  1. dos-tcp

    1下载:
  2. dos下网络通讯编程例程.支持TCPIP/UDP等常用多种功能,针对NE2000网卡,别的型号网卡只要有驱动更换NE2000.COM即可通用。-dos of network communication programming routines. supports TCPIP/UDP and other commonly used a variety of functions, for the NE2000 card, other type card as long as you can driv
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-27
    • 文件大小:225729
    • 提供者:田旭晖
  1. udp

    0下载:
  2. vb2005的网络通讯,采用UDP或tcp协议,实现网内的通讯-vb2005 of network communications, using UDP or tcp protocol for communication within the network
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:71671
    • 提供者:lihong
  1. TCP.UDPServerSocket

    0下载:
  2. 使用UDP.TCP网络连接方式实现消息的发送接收.一个完整的消息程序.-Be achieved using the network connection UDP.TCP messages sent and received. A complete messaging program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3940920
    • 提供者:admintion
  1. TCP_UDP

    1下载:
  2. TCP和UDP的聊天软件,是我学习网络原理实验的时候写的,在局域网测试通过,希望大家喜欢-TCP and UDP chat software, is my time of learning network theory experiment written in the local area network test I hope everyone likes
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-26
    • 文件大小:994124
    • 提供者:piaolingxue
  1. sniffer

    0下载:
  2. VC 下实现的一个数据包分析的程序 有界面 可以将抓到的包载入数据库 可以分析Ip ICMP UDP TCP HTTP等类型的数据包-VC to achieve a data packet analysis procedure interface can be caught in the package loading database can be analyzed Ip ICMP UDP TCP HTTP and other types of data packets
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-19
    • 文件大小:30087103
    • 提供者:马志远
  1. ping

    0下载:
  2. PING,UDP,TCP方式的源代码,比较详细,是网络安全课本的源代码,可以直接运行,不错-vc
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:52585
    • 提供者:lxk613
  1. Socket_Test

    0下载:
  2. socket 通讯程序,支持IPv4、IPv6,UDP、TCP通讯-socket communication program to support IPv4, IPv6, UDP, TCP communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:242721
    • 提供者:cn
  1. tcpdump4.1.1_for_linux

    0下载:
  2. 最新版的Linux平台网络抓包工具,支持多种网络协议和过滤规则,如功能全面,支持多种协议,如icmp、arp、rarp、udp、tcp等。文档对如果移植到嵌入式linux做了详细说明,已经测试通过,对嵌入式网络开发人员来说是必不可少的工具。-The latest version of the Linux platform network packet capture tool, supports multiple network protocols and filtering rules, an
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2201422
    • 提供者:zhangwujiang
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com