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

搜索资源列表

  1. Source Code

    1下载:
  2. Symbian C++ of Nokia下的源码,包括收发短信、收发Email、tcp/udp的socket编程、接收BIO消息、收发MMS信息-Nokia Symbian C of the source, including send and receive text messages, send e-mail, tcp / udp socket programming, receive BIO news, send information MMS
  3. 所属分类:Symbian

    • 发布日期:2008-10-13
    • 文件大小:840809
    • 提供者:none
  1. tcpdump-3.8.3.tar

    0下载:
  2. C语言实现的Linux下的抓包工具,功能全面,支持多种协议,如icmp arp udp tcp等。需要libpcap的支持。-C language of the Linux capturing Packet tools, full functions, support for multiple protocols, such as icmp arp udp tcp so. Libpcap need support.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:567116
    • 提供者:飞鱼
  1. 4.4

    0下载:
  2. udp 聊天软件的实现 可以通过C++的实现来完成的对初学者很有帮助 -udp Chat software will be achieved through the C + + realization of the right to complete beginners helpful
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:16422
    • 提供者:飞马
  1. udp_CS_talk

    1下载:
  2. 用C++Builder写的基于UDP协议的通讯聊天程序,用UDP/TCP 的VCL组件实现.同时展示了TListView组件的使用.分为客户端服务器两个程序.-C Builder was based on UDP communications chat program using UDP / TCP VCL to achieve. A demonstration of the use of TListView components. Client-server is divided into t
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:198297
    • 提供者:程宇冰
  1. QuickMessage

    0下载:
  2. C# udp的消息传输,具有象QQ一样消息提示功能,可以进行多个客户段的消息发送. 使用C#进行的编程.-C# udp information transmission, QQ with the same information as suggested, will feature a number of customers of the messaging. Use the C# programming.
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:43115
    • 提供者:张化
  1. TCP、udp通讯

    1下载:
  2. C语言实现tcp、udp的同时通讯,使用者可同时实现接收、发送数据。
  3. 所属分类:其它源码

  1. kcp

    0下载:
  2. c语言实现的可靠udp传输协议,能够在丢包50%的情况下恢复数据(The Reliable UDP transport protocol implemented in C language can recover data in case of packet loss of 50%.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-05-03
    • 文件大小:7744512
    • 提供者:鲁付阳
  1. C#UDP

    0下载:
  2. 该UDP通讯方式,可进行网口通讯,亲测有效。(Network port communication can be carried out.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:118784
    • 提供者:yaomz
  1. JoinMaxImageDisplayPreProcesser

    0下载:
  2. 图像二值化并udp发送至 e3-rcu 并显示 e3-rcu 需循环发 '127' 接收(binarize images,send via udp to E3-RCU arm-robot rcu needs to send '127' every moment)
  3. 所属分类:界面编程

    • 发布日期:2018-05-06
    • 文件大小:193536
    • 提供者:greats3an
  1. tcp udp

    0下载:
  2. 1. 创建一个简单的SOCKET编程流程如下 面向有连接的套接字编程 服务器: 1) 创建套接字(socket) 2) 将套接字绑定到一个本地地址和端口上(bind) 3) 将套接字设定为监听模式,准备接受客户端(1. create a simple SOCKET programming flow as follows for a connected socket programming server: 1) creating a socket (socket) 2) binding the s
  3. 所属分类:网络编程

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:往事9295
  1. Raw socket

    0下载:
  2. TCP/UDP类型的套接字只能够访问传输层以及传输层以上的数据,因为当IP层把数据传递给传输层时,下层的数据包头已经被丢掉了.而原始套接字却可以访问传输层以下的数据,,所以使用raw套接字你可以实现上至应用层的数据操作,也可以实现下至链路层的数据操作(The TCP/UDP type socket can only access the transport layer and the data above the transport layer, because when the IP laye
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:往事9295
  1. WindowsFormsApp1

    0下载:
  2. C#,winform,实现udp发送和接收功能。(Implementation of UDP sending and receiving functions)
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:216064
    • 提供者:shizuku30
  1. LeafSoft

    1下载:
  2. 串口通讯测试,tcp与udp通讯测试。ping测试(Serial communication test, TCP and udp communication test.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-11-30
    • 文件大小:68608
    • 提供者:ziv-zheng
  1. Sockets-2.3.9.9

    1下载:
  2. C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。(C++ Sockets is a cross platform Sockets library that implements TCP, UDP, ICMP and SCTP protoc
  3. 所属分类:通讯编程

    • 发布日期:2020-12-13
    • 文件大小:354304
    • 提供者:lyaaaa
  1. C#socket debug tools

    1下载:
  2. 一个强大的网络通信调试工具,强烈推荐下载看看,很适合学习,功能也很强大。(A powerful network communication debugging tool, strongly recommended download look, very suitable for learning, also powerful.)
  3. 所属分类:C#编程

    • 发布日期:2019-10-06
    • 文件大小:6500352
    • 提供者:孤独小虾002
  1. WinTcpS7_1K V17

    3下载:
  2. 网络调试,支持TCP UDP 编程语言C# VB(TCP UDP C# VB Network debugging, support tcp udp programming language c# VB)
  3. 所属分类:网络编程

    • 发布日期:2019-01-05
    • 文件大小:3355648
    • 提供者:liaomin_1985
  1. CSocket 下基于 UDP 协议的通信编程实验

    1下载:
  2. 网络安全实验 (1) 掌握基于 UDP 协议的 CSocket 编程的基本原理和方法。 (2) 通过自己编程实现简单的数据报套接字的 C/S 模型。 Window 10 操作系统;VS2013 开发环境。
  3. 所属分类:网络编程

  1. UDP Socket API程序设计

    0下载:
  2. 启动双方进程后,首先在“发送到”→“目标进程”框中填写对方的IP,然后编辑文本互发 停止其中一方的进程(如关掉进程A),将它的地址改为127.0.0.1:1234,重新启动。再次互发信息 同时开启三个通信终端,其中两个启动进程分别为上面进程A和进程B的地址,还有一个进程C则设置它的本机进程地址为127.0.0.1:2345。 在进程C的终端上设置目标进程地址为A的地址(127.103.212.9:1234),
  3. 所属分类:TCP/IP协议栈

  1. DLibrary

    1下载:
  2. modbus 通信 包含台达plc协议 。包含tcp udp。不过没有整理比较乱 、(Modbus communication includes Delta PLC protocol. Contains TCP udp. But it's a little messy without sorting it out.)
  3. 所属分类:C#编程

    • 发布日期:2019-06-22
    • 文件大小:1058816
    • 提供者:大熊小熊
  1. 学习C# UDP通讯

    1下载:
  2. 一个简单的C#UDP学习源码 简单易学 值得学习
  3. 所属分类:C#编程

    • 发布日期:2020-06-10
    • 文件大小:55437
    • 提供者:w1c2y3
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 43 »
搜珍网 www.dssz.com