搜索资源列表

  1. WINSOCK-UDP

    0下载:
  2. VC++接收、发布广播信息的程序代码,广播信息其实也就是一个服务器和一个接收机,这里简化为一个服务端和客户端,服务端向外发送信息,客户端自动接收-VC++ receiving broadcast information code published, broadcast the information actually is a server and a receiver, here reduced to a server and cl
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:57344
    • 提供者:madud00052
  1. udptalk

    0下载:
  2. TCP/IP提供了无连接的传输层协议:UDP(User Datagram Protocol,即用户数据报协 议)。UDP 与 TCP 有很大的区别,因为无连接的 socket 编程与面向连接的 socket 编程也有很 大的差异。由于不用建立连接,因此每个发送个接收的数据报都包含了发送方和接收方的地 址信息。 -TCP/IP provides a connectionless transport layer prot
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:唐本风
  1. UDPsend

    0下载:
  2. 简单的UDP发送接收数据的例子,其中包含客户端和服务器端的代码-Simple example of UDP to send and receive data
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:2935808
    • 提供者:张晨寅
  1. VideoMeetingServer

    1下载:
  2. 本系统实现基于P2P和.NET的视频会议系统。系统主要功能有视频获取、传输和接收,音频获取、传输和接收,聊天文字信息传输和接收。 本系统主要是基于P2P的思想实现的,这也是本项目创新的关键。服务端只负责peer端注册和系统信息的产生和传输。Peer端通过与服务器端建立TCP连接,将自己的信息注册到服务器上。同时peer端也通过服务器端获得其他已注册peer端的信息,然后通过直接UDP组播的方式将文字、视频和音频数据发送给其他pe
  3. 所属分类:P2P编程

    • 发布日期:2024-05-20
    • 文件大小:95232
    • 提供者:dada
  1. WinCEudp

    0下载:
  2. wince 编译通过的UDP通讯代码,实现UDP的发送数据和接收-the wince compiled by the UDP traffic code, the UDP to send data and receive
  3. 所属分类:Windows CE

    • 发布日期:2024-05-20
    • 文件大小:51200
    • 提供者:Ronald
  1. UDP-NAT

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现; 包括client to server and client to server. //其中client to client: p2p的消息传递和udp打洞实现。 // client to server:客户端的登记;客户端节点链表的分发;udp打洞命令的请求和分发。 // 对客户端的数据接收和发送采用不同线程来实现 //服务器的模式是:处于循环接收信息和处理消息的状态。-P
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:2230272
    • 提供者: 啊生
  1. VTCP_UDPC

    0下载:
  2. VC实现的网络包的接收和发送,接收可以选择TCP或者UUDP方式,发送使用UDP发送。,已通过测试。 -Receiving and sending of the VC in the network packet, the receiver can choose TCP or UUDP. Sent using UDP send. , Has been tested.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:2017280
    • 提供者:xiajiang
  1. udp-client--server

    0下载:
  2. 压缩文件中包含两个工程,client和server。client负责发送,server负责接收。实现基于UDP协议的文件传输。传输指定的文件时,需在程序中更改文件的路径。-The compressed file contains two projects, client and server. The client is responsible for sending, server is responsible for receivi
  3. 所属分类:P2P编程

    • 发布日期:2024-05-20
    • 文件大小:2791424
    • 提供者:胡雪瑞
  1. UDProcsComm

    0下载:
  2. udp网络通信,可同时作为发送端和接收端-udp network traffic, at the same time as the sending and receiving ends
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:14430208
    • 提供者:朱俊凯
  1. liunx-UDP

    1下载:
  2. 使用 UDP 编写服务器端和客户端程序 (1) 要求:客户端将文件A1 和A2,交替发送给服务器;服务器大小写转换后交 替传给客户端;客户端接收后存为B1 和B2 。 (2) 要求:采用连接UDP 套接口方式,实现(1)功能。启动2 个服务端,在一 个客户端上分别往两个服务器发送A1 和A2 文件。-Liunx
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:张梅香
  1. UDP

    0下载:
  2. 基于C语言的UDP的MFC编程设计,从而实现UDP的客户端和服务器端的通信,可以进行接收数据和发送数据的功能。-Based on the C language UDP MFC programming design, enabling the UDP client and server communication, can receive data and send data.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:4583424
    • 提供者:刘思宇
  1. UDPTest

    0下载:
  2. VB.NET下实现UDP组播功能,包含发送端和接收端-VB.NET under the UDP multicast features, including sending and receiving ends
  3. 所属分类:.net编程

    • 发布日期:2024-05-20
    • 文件大小:76800
    • 提供者:Ray
  1. UDP_Demo

    0下载:
  2. C#.net UDP编程 UDP数据包发送,接收。包含客户端和服务端的DEMO-C#. Net UDP programming UDP packets to send, receive. Including client and service side of the DEMO
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:86016
    • 提供者:guo
  1. UDPDemo

    0下载:
  2. 简单的Net平台下的UDP收发Demo 打开发送端和接收端 使用发送端发送文字 接收端即可收到相应信息-The UDP transceiver Demo simple under Net platform Open the sending end and receiving end The use of the sending end to send the text receiver can receive the c
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:82944
    • 提供者:奥萨马本*
  1. tcp-udp

    0下载:
  2. 基于TCP/UDP接收和发送数据的的聊天窗口代码,使用的是C#语言开发的,有需要的请下载,谢谢啦-Based on TCP/UDP receive and send data chat window code, using C# language development, there is a need to download, thank you
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:17408
    • 提供者:Mark
  1. udpclient

    0下载:
  2. UDP客户端,用于发送消息和接收消息,同服务器端通信-UDP client
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:411648
    • 提供者:tang
  1. udp

    0下载:
  2. 实现基本聊天功能,例如根据IP地址和端口号接收,发送数据-a b c c g gg g g g
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:48128
    • 提供者:luoguowei
  1. UDP

    0下载:
  2. 基于UDP协议(面向无连接)的socket编程,包含客户端(发送端)和服务器端(接收端)设计。-Based on UDP (connectionless) socket programming, including client (the sender) and server-side (receiver) designs.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:赵绍祥
  1. enet-1.3.12.tar

    0下载:
  2. 实现可靠UDP传输 采用滑动窗口协议, 限制已发送出去但未被确认的数据帧的数目。 循环重复使用已收到的那些数 据帧的序号。具体实现是在发送端和接收端分别设定发送窗口和接收窗口 -reliable udp
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:550912
    • 提供者:ken
  1. udp

    0下载:
  2. 本程序是一种基于UDP的客户端与服务器,可以接收和发送发送东西。-This program is a UDP-based client and server that can receive and send send things.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:2883584
    • 提供者:秦绍鹏
« 1 2 3 4 5 6 78 9 10 11 »

源码中国 www.ymcn.org