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

搜索资源列表

  1. PacketSniffer

    0下载:
  2. Title: Raw Packet Sniffer It currently has support for 3 protocols (TCP, UDP and ICMP) and can very easily be expanded to include more. The packet sniffer itself is wrapped in a very object oriented fashoin allowing you to just plug it right int
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:80395
    • 提供者:ST.POLO
  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. server_l

    0下载:
  2. TCP/UDP server on linux.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:1272
    • 提供者:jacek
  1. tcpudpserverclient

    0下载:
  2. TCP UDP CLIENT SERVER COMMUNICATION ENJOOOOOOOOOOOOY
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:3124
    • 提供者:ammar hourani
  1. NetExp3

    0下载:
  2. VC实现的多协议多服务服务器程序,select+TCP+UDP-VC realize multi-service multi-protocol server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:10153
    • 提供者:1bin
  1. IPCSocket

    0下载:
  2. Windows IPC socket program (tcp/udp) (server/client)
  3. 所属分类:Communication

    • 发布日期:2017-05-29
    • 文件大小:11968867
    • 提供者:dany k jeon
  1. SocketTool

    0下载:
  2. TCP UDP 服务器和客户端软件,轻松测试Socket编程,让你对TCP/IP有新的认识-TCP UDP server and client software, Socket programming easy test, so that your TCP/IP have a new understanding of
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:417127
    • 提供者:杨权新
  1. Phone

    0下载:
  2. 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:66315
    • 提供者:zym
  1. TCP-UDP

    0下载:
  2. 基于混合TCP-UDP的HTTP协议实现方法-Hybrid TCP-UDP based on the HTTP protocol implementation method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:2908
    • 提供者:baizheng
  1. NICANTerminal

    0下载:
  2. labview for can tcp udp datasocket-labview fo can tcp udp datasocket
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:177188
    • 提供者:zenger
  1. ServerSocket

    0下载:
  2. 一个很好的winsock tcp/ucp示例,相信看了肯定收益颇丰-a good example for winsock about tcp/udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-16
    • 文件大小:4136433
    • 提供者:chenshapin
  1. NS2-TCP-UDP

    0下载:
  2. Linux环境中NS2TCPUDP ns2下仿真有线网络的延时、抖动、吞吐量的实验源码-Under the Linux environment NS2TCPUDP ns2 simulation wired network delay, jitter, throughput experimental source
  3. 所属分类:Linux Network

    • 发布日期:2017-03-25
    • 文件大小:359144
    • 提供者:李东国
  1. TCP_UDP_Programs

    0下载:
  2. TCP/UDP传输协议的程序.要配合服务端和客户端一起使用才可以-The TCP/UDP transport protocol programs.Use them with the Server and the Client.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3101
    • 提供者:曾建
  1. TCP-UDP

    0下载:
  2. tcp-udp 通信协议功能对比 精华优化-tcp-udp Function Comparison
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:23499
    • 提供者:simon
  1. socket

    0下载:
  2. tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servA
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:2343
    • 提供者:闛靚
  1. TCP-UDP-IP-Toolbox

    0下载:
  2. 非常实用的TCP、UDP、IP开发工具,可以用在Windows平台!-A very useful TCP, UDP, IP development tools, can be used in Windows platform!
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-26
    • 文件大小:258247
    • 提供者:liangfei
  1. TCP.UDP_jt

    0下载:
  2. TCP/UDP协议的实时监听 运行环境 Delphi7 -TCP/UDP protocol, real-time monitoring operating environment Delphi7
  3. 所属分类:Remote Control

    • 发布日期:2017-03-31
    • 文件大小:205877
    • 提供者:wenll998
  1. TCP.UDP

    0下载:
  2. TCP.UDP协议的聊天程序源代码,介绍了客户端和服务端的相关代码,并有相关注释-TCP.UDP protocol chat program source code, introduced the client and service side of the relevant code, and relevant comments
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:70317
    • 提供者:张力
  1. TCPUDPSocket

    0下载:
  2. TCP-UDP通信,PPT中详细讲述了TCP、UDP相关技术,并详细讲解了windows socket相关编程函数,并带有socket编写的TCP通信程序。-TCP-UDP communication, PPT in detail the TCP, UDP related technologies, and explain in detail the windows socket programming related functions, and written with a TCP sock
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-04
    • 文件大小:1118099
    • 提供者:李正交
  1. Lam_qt

    0下载:
  2. 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:139911
    • 提供者:stone
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com