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

搜索资源列表

  1. windows socket编程

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

    • 发布日期:2009-10-29
    • 文件大小:27503
    • 提供者:rita552129
  1. socket(UDP).rar

    0下载:
  2. winsock实现网络通信(UDP)异步模式,winsock network communications (UDP) asynchronous mode
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:139121
    • 提供者:陈相镇
  1. TCP_UDP-Socket

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

    • 发布日期:2017-05-13
    • 文件大小:3214830
    • 提供者:tony chen
  1. windows-Udp-socket

    0下载:
  2. Windows下的socket编程源码,完整的工程,编译通过,无需更改即可使用-Socket programming under Windows source code, complete the project, compile, you can use without having to change
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-09
    • 文件大小:1201295
    • 提供者:曹乐
  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
    • 文件大小:631129
    • 提供者:张勇
  1. socket

    0下载:
  2. example for windows socket UDP.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:29544
    • 提供者:boris anderson
  1. UDPPinger

    0下载:
  2. JAVA编写的,用UDP Socket的PING,会返回10个PING 响应时间-JAVA prepared, using UDP Socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:4482
    • 提供者:Victor Chou
  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
    • 文件大小:297536
    • 提供者:wangxh
  1. udpsocket

    0下载:
  2. linux下的udp socket通信,包括client和server端程序代码。-Udp socket communications linux under , including both client and server sides.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:1430
    • 提供者:白鸽
  1. udpServer

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

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

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

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

    0下载:
  2. 用VC编写的socket,用于文件的收发,UDP协议-VC prepared with socket, used to send and receive documents, UDP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2120881
    • 提供者:张宏
  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
    • 文件大小:29924
    • 提供者:张凡
  1. CIPv6UDPDev

    0下载:
  2. ipv6 udp socket program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:53406
    • 提供者:Young
  1. UDP_Winsock

    0下载:
  2. a simple UDP socket connection using windows socket library (WS2_32.lib).
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-24
    • 文件大小:7907522
    • 提供者:ariesooi
  1. simpleUDP

    0下载:
  2. sendig messege using UDP socket
  3. 所属分类:P2P

    • 发布日期:2017-04-05
    • 文件大小:1676
    • 提供者:dod
  1. UDP

    0下载:
  2. Inside the file is a series of classes for VB. Net to implement a UDP socket using the VB libraries. Net
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:1244
    • 提供者:Ndv
  1. P2P_UDP_Client

    0下载:
  2. UDP Socket编程实例,适合初学者参考。-UDP Socket Program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:102903
    • 提供者:丁吕
  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. visualc-udp-socket

    1下载:
  2. 基于 c# 的socket编程源代码 最终实现了UDP的数据传输-C# for socket-based programming source code eventually the UDP data transmission
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:124964
    • 提供者:maguang
« 12 3 4 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com