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

搜索资源列表

  1. udp-and-communication

    0下载:
  2. 实现UDP通信,采用SOCKET函数编写-Achieve UDP communication function prepared by SOCKET
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:711
    • 提供者:putaoyuan
  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
    • 文件大小:53320
    • 提供者:huaminggong
  1. port-socket

    0下载:
  2. 里面可以实现多人聊天,有TCP和UDP方式 可以先择,很好的学习例子,不要错过了。-Which people can chat with TCP and UDP mode can be selected, good learning example, do not miss out.
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:379366
    • 提供者:yygkko
  1. Linux-net-programC-language

    0下载:
  2. 本资料提供丰富的Linux操作系统下网络编程示例源代码,包括进程通信实现方式、并行处理、Socket架构,以及网络应用如TCP、UDP、等-This information provides a wealth of network programming under Linux operating system source code examples, including the implementation process of communication, parallel process
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-23
    • 文件大小:76036
    • 提供者:吴文
  1. CAsyncSocket--UDP

    0下载:
  2. 使用CAsyncSocket进行无连接(UDP)通信-UDP SOCKET
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:70911
    • 提供者:李和
  1. tcp-socket(4files)

    0下载:
  2. tcp,udp的c/s程序,包含了linux,window的socket-tcp and udp
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:78552
    • 提供者:she
  1. Socket1

    0下载:
  2. Android UDP socket通信 Android UDP socket通信-Android UDP socket communication Android UDP socket communication
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:49289
    • 提供者:zengyang
  1. socket-udp

    0下载:
  2. 采用udp协议的调用socket实现服务器端和客户端的通信-Udp protocol socket server and client communications
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:8561
    • 提供者:拓海
  1. socket--udp

    0下载:
  2. 使用socket构造udp网络数据包,并发送构造的udp数据包-The socket constructor udp packet and send
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:6186
    • 提供者:
  1. socket-UDP-TCP(windows)

    0下载:
  2. SOCKET 通信代码自定义封装,TCP传输和UDP传输一个宏切换功能
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-10
    • 文件大小:2807
    • 提供者:吴友鹏
  1. UDP-communication-based-on-MFC

    0下载:
  2. 这程序是利用在windows在的socket网络编程基于MFC的UDP聊天程序,在一个界面下实现客户端和服务端之间的通信,类似-This procedure is to use the windows in the socket UDP network programming MFC-based chat program, implemented in an interface between the client and server communications, similar to th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2966353
    • 提供者:苏青源
  1. socket-UDP

    0下载:
  2. 基于UDP的简单可视化界面聊天程序,一个简单的代码-UDP-based visual interface is simple chat program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-08
    • 文件大小:1915894
    • 提供者:li
  1. socket--multhread--udp

    0下载:
  2. 多线程实现基于UDP协议的网络收发编程,基于mfc框架,-multi thread socket udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-29
    • 文件大小:11753177
    • 提供者:刘如奎
  1. Udp

    0下载:
  2. 实现windows socket Udp 通讯-windows socket udp communication
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2295293
    • 提供者:许龙
  1. Socket

    0下载:
  2. 进程之间的通讯,可使用socket套接字来传递消息。本例子当中说明了简单的服务器/客户端的模式进行通讯。但是TCP的机制下,socket通信是阻塞性的,所以会导致延迟等;而UDP下,通信是不可靠的,容易丢包。(the communication between multi processes)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:90112
    • 提供者:Grace123
  1. xcap-gr

    0下载:
  2. LinuxSocket通信时支持UDP、TCP定时发送接收的工具(LinuxSocket communication, support UDP, TCP, send and receive the tool regularly)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-24
    • 文件大小:5171200
    • 提供者:wandy927
  1. C# Socket demo

    0下载:
  2. c#开发的网络通讯的demo,包括tcp,udp,发送邮件;(C# developed demo for network communications, including TCP, UDP, and sending mail;)
  3. 所属分类:网络编程

    • 发布日期:2017-12-22
    • 文件大小:28672
    • 提供者:vivio123
  1. python-socket-udp-server-client

    0下载:
  2. a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python 1 this is a implementation of python udp server client model, run the code respectively in di
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:BaDTimE
  1. 基于网络的udp通讯发送端和接收端

    0下载:
  2. 基于windows的Socket网络编程,使用Udp通讯 里面有发送端,和接收端其中一台电脑启动发送端,另一台电脑启动接收端,能实现互相发送信息双方都能查看并接收对方发出的信息的功能。(Socket network programming based on windows, using Udp communication inside the sending end and the receiving end, in which a computer start sending end, ano
  3. 所属分类:网络编程

    • 发布日期:2017-12-19
    • 文件大小:3092480
    • 提供者:阳光小鹏
  1. VC++ 使用socket基于TCP、UDP通信

    0下载:
  2. VC++ 使用socket基于TCP、UDP通信(VC++ uses socket, based on TCP and UDP Communications)
  3. 所属分类:.net编程

    • 发布日期:2017-12-20
    • 文件大小:7168
    • 提供者:1248362909
« 1 2 3 4 56 7 8 9 10 ... 49 »
搜珍网 www.dssz.com