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

搜索资源列表

  1. socket

    0下载:
  2. 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Win
  3. 所属分类:P2P

    • 发布日期:2017-11-08
    • 文件大小:42308
    • 提供者:chenrui
  1. UDP-TCP

    0下载:
  2. udp和tcp详解,socket网络编程,有详细的例子-udp and tcp detials, socket network programming, and a detailed example
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-20
    • 文件大小:63864
    • 提供者:jack
  1. SOCKET-TCP-UDP-

    0下载:
  2. SOCKET实现异步通信,两个主机通过socket套接字,实现TCP,UDP协议-SOCKET asynchronous communication, the two host through socket socket, TCP, UDP agreement
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-01
    • 文件大小:3050978
    • 提供者:王纪
  1. TCP.UDP

    0下载:
  2. socket用于服务端的程序,该程序解决多客户端连接的并发性,采用多线程方式-socket for the service side of the program, which is to solve the multi-client connection concurrency, multi-threaded manner
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-30
    • 文件大小:5789700
    • 提供者:石天龙
  1. Udp_Chat

    0下载:
  2. 基于套接字UDP协议开发的简单的聊天软件源码-Based on the the socket UDP protocol developed simple chat software source
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-11-14
    • 文件大小:5360957
    • 提供者:PIDAN
  1. udp

    0下载:
  2. DataprogramChannel UDP 非阻塞socket-DataprogramChannel UDP socket JAVANIO
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-01
    • 文件大小:2273
    • 提供者:zjc
  1. Socket

    0下载:
  2. Socket网络连接实现TCP和UDP通讯的源代码-Socket network connected to the source code for the TCP and UDP communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-07
    • 文件大小:924
    • 提供者:zcy
  1. simple-udp-socket-progamming

    0下载:
  2. 简单的网络编程,数据报套接字的回射与丢包率测试-simple network programing udp socket reflection and test for the rate of the lost packets
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-06
    • 文件大小:548516
    • 提供者:yhy
  1. tcp-udp

    0下载:
  2. 使用TCP Socket和UDP传送任意类型、大小的文件-TCP Socket and UDP transport any type, the size of the file
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:14990
    • 提供者:李然
  1. udp.tar

    0下载:
  2. UDP通信,使用boost封装好的库,进行UDP通信,代码简洁,清晰。适合初学者-UDP Socket use boost lib
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:990973
    • 提供者:鲜花
  1. udp

    0下载:
  2. 进行UDP通信,代码简单,适合初学者辅助学习SOCKET编程-UDP traffic, the code is simple, suitable for beginners assisted learning SOCKET programming
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:3533730
    • 提供者:毕雪洁
  1. UDP.rar

    0下载:
  2. 1、首先需要定义的对象: SOCKET ReceivingSocket //接收端的Socket SOCKADDR_IN ReceiverAddr //接收端的地址信息 char ReceiveBuf[1024] //接收数据缓冲区大小 int BufLength //缓冲区长度 SOCKADDR_IN SenderAddr //发送数据端地址信息 int SenderAddrSize = sizeof(SenderAddr) //发送
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:5223461
    • 提供者:xiaoxiao
  1. socket

    0下载:
  2. windows下socket通信小程序,程序采用udp协议,适合初学者学习。-a useful program about socket communication program, based on windows,using udp protocol
  3. 所属分类:Communication

    • 发布日期:2017-11-24
    • 文件大小:7007
    • 提供者:小胖
  1. CSharp-Socket-TCP-UDP

    0下载:
  2. Excemple source code for C# Socket TCP UDP
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-10-31
    • 文件大小:126306
    • 提供者:Almas
  1. IPv6Example

    0下载:
  2. ipv6的socket udp interconnection example-ipv6 udp interconnection example
  3. 所属分类:Communication

    • 发布日期:2017-11-21
    • 文件大小:3643063
    • 提供者:sung
  1. UDP

    0下载:
  2. 用VB写的基于SOCKET的UDP网络连接-SOCKET-based UDP network connection with VB
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:195117
    • 提供者:小杰
  1. UDP

    0下载:
  2. 最近在学习安卓上的Socket网络编程,这是自己写的一个很简单的Demo,适和像我一样的初学者,和大家分享一下。-The recent study on Socket network programming in Andrews, this is a very simple demo to write their own, suitable for beginners like me, and share with you.
  3. 所属分类:android

    • 发布日期:2017-11-11
    • 文件大小:199630
    • 提供者:xhf
  1. UDP

    0下载:
  2. 基于C#开发环境,UDP套接字编程,小型的聊天程序,使用UDP通信-Development environment based on C# UDP socket programming, small chat program using UDP traffic
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:9814479
    • 提供者:javahaha
  1. WINSOCK-UDP

    0下载:
  2. 服务器与客户端同步发送消息。定义一个socket。实现两端通信。定义一个定时器。每隔一段时间自动发送消息。-Synchronization server and client to send messages. Defines a socket. Achieve both ends of the communication. Define a timer. Send messages automatically at regular intervals.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-25
    • 文件大小:5175701
    • 提供者:长安卿
  1. UDP-Cleint-Server-Socket

    0下载:
  2. windows socket client server in C++ working
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:3488293
    • 提供者:SAURABH GUPTA
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com