CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - tcp udp socket

搜索资源列表

  1. windows socket编程

    0下载:
  2. 首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
  3. 所属分类:Internet/网络编程

    • 发布日期:2009-10-29
    • 文件大小:26.86kb
    • 提供者:rita552129
  1. TCP_UDP-Socket

    1下载:
  2. TCP和UDP 传输源码,还有 select 模型-TCP_UDP Transfer Examples,and Select
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-13
    • 文件大小:3.07mb
    • 提供者:tony chen
  1. SocketTool

    0下载:
  2. socket测试工具,可以测试TCP,UDP代码程序-socket testing tool, you can test TCP, UDP source program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:404.42kb
    • 提供者:王文星
  1. RawSocket_Sniffer

    0下载:
  2. Raw Socket: 原始套接字,可以用它来发送和接收 IP 层以上的原始数据包, 如 ICMP, TCP, UDP...创建Raw Socket Sniffer嗅探器-Raw Socket: raw sockets, you can use it to send and receive IP layer over the original data packet, such as ICMP, TCP, UDP ... create a Raw Socket Sniffer Sniffer
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:4.35kb
    • 提供者:yuxiangzhang
  1. socket

    0下载:
  2. 跨平台C++ 功能全面的Socket类库,支持TCP,UDP,限速-Cross-platform C++ full-featured Socket library, support TCP, UDP, speed limits, etc.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-23
    • 文件大小:4.23kb
    • 提供者:danny
  1. net_program_design

    0下载:
  2. 一本介绍网络编程的书籍,首先介绍了网络编程的接口、注意实现等,然后具体详解了TCP、UDP、socket等编程。-Introduced a network programming books, first introduced the network programming interfaces, such as attention to achieve, and then explain the specific TCP, UDP, socket programming, etc..
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:616.34kb
    • 提供者:张勇
  1. test-net

    0下载:
  2. tcp udp socket 网络编程 linux-tcp udp socket network programming linux
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:3.6kb
    • 提供者:uleone
  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
    • 文件大小:78.51kb
    • 提供者:ST.POLO
  1. Socket

    0下载:
  2. 内有UDP点对点聊天及TCP.UDP高级编程等相关的详细代码。从事网络编程开发及学习者值得借鉴。-Within the UDP peer-to-peer chat and have TCP.UDP high-level programming code and other related details. Engaged in the development of network programming and learners to learn.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:290.56kb
    • 提供者:wangxh
  1. udpServer

    0下载:
  2. tcp udp socket commucation
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-04
    • 文件大小:422.64kb
    • 提供者:jia
  1. tcpServer

    0下载:
  2. tcp udp socket vc++ c#
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:390.69kb
    • 提供者:jia
  1. Socket

    3下载:
  2. ICP/IP、UDP阻塞模式编程演示,包中含tcp/IP、UDP服务端和客户端源码-ICP/IP, UDP blocking mode programming presentation package with tcp/IP, UDP server and client source code
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2014-09-24
    • 文件大小:29.22kb
    • 提供者:张凡
  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
    • 文件大小:407.35kb
    • 提供者:杨权新
  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
    • 文件大小:2.29kb
    • 提供者:闛靚
  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
    • 文件大小:1.07mb
    • 提供者:李正交
  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
    • 文件大小:237.03kb
    • 提供者:cn
  1. Socket-tcp-udp

    0下载:
  2. 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-24
    • 文件大小:52.07kb
    • 提供者:huaminggong
  1. tcp+udp

    0下载:
  2. socket网络编程在linux下的实现,支持tcp/udp两种协议(Socket network programming under Linux implementation, support tcp/udp two protocols)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-17
    • 文件大小:3kb
    • 提供者:吴杰
  1. C# winform Socket

    2下载:
  2. 一个简单的TCP利用socket进行交互的程序,类似qq(A simple TCP using socket interactive program, similar to QQ)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-01
    • 文件大小:1.07mb
    • 提供者:Rachel_J
  1. tcp&UDP DEMO

    0下载:
  2. C\C++编写的tcp\udp客户端及服务器程序(Tcp\udp client and server program written by C\C++)
  3. 所属分类:网络编程

    • 发布日期:2018-04-21
    • 文件大小:2kb
    • 提供者:sunqqq
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com