搜索资源列表

  1. revtudpcs

    0下载:
  2. UDP包发送和接收测试程序,可以方便修改代码,以灵活测试UDP终端设备-UDP packets to send and receive test procedure, can easily modify the code to allow flexibility in testing UDP terminal equipment
  3. 所属分类:TCP/IP协议栈

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

    0下载:
  2. 关于TCP,UDP协议的网络编程,程序实现了客户端和服务器端的通信连接,通过socket建立连接,可以互相发送消息接收。-On TCP, UDP network programming protocols, procedures realize the client and server communications connections to establish a connection through the socket, yo
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:64512
    • 提供者:周人
  1. JAVAClient_Server

    0下载:
  2. 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress clas
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:55296
    • 提供者:
  1. vc_UDP_communication

    0下载:
  2. vc下用SOCKET套接字开发的UDP通信程序,包括发送和接收程序-SOCKET socket vc using UDP communication program development, including the sending and receiving process
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1940480
    • 提供者:小文
  1. CMulticastSocket-VC-4-demos

    0下载:
  2. UDP组播VC例程 修正了原PUDN上的UDP组播例程的BUG 简单说明: 一共4个可执行文件。 CMulticastSocket-仅发送测试.exe CMulticastSocket-仅接收测试.exe CMulticastSocket-发送和接收.exe 组播实现一例:监听程序,可同时运行多个进程接收.exe 其中,1~3是对话框版,改自同一版本,最早是个只能绑定一次组播地址:端口对
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:549888
    • 提供者:邝育军
  1. CopyOfUDPTest

    0下载:
  2. 使用visual c++开发的udp发送和接收数据的程序,在windows操作系统下已经验证通过。-The use of visual c++ development udp send and receive data through the windows operating system has passed verification.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-20
    • 文件大小:1396736
    • 提供者:张权
  1. TCPClientServer

    0下载:
  2. C#控制台程序,主要实现了TCP和UDP协议发送和接收,简单明了,适合初学。-C# console program, the main achievement of the TCP and UDP protocol to send and receive, simple and clear, suitable for beginners.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:masonwu
  1. NetAssis

    0下载:
  2. Network debugging assistant (CM hardcover edition) V2.5 green special edition tool is in practical engineering applications, according to the actual needs of the general development of a network debugging tool. 界面精致美观,实用
  3. 所属分类:通讯编程

    • 发布日期:2024-05-20
    • 文件大小:319488
    • 提供者:timoho
  1. udpdemo

    0下载:
  2. 关于UDP发送和接收消息的例子,比如简单基础,开发环境是VS2003-Send and receive messages on the UDP examples, such as a simple basis for the development environment is VS2003
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 使用c++编写了对点 语音聊天软件,实现两台主机之间得语音通信,首先通过声音采集,然后利用ACM接口压缩音频数据,将数据发送到目标主机,主机接收数据后,解压缩音频数据,并播放,以此实现了点对点得语音通信。利用TCP/IP协议来确认连接状态(TCP/IP协议是可靠的协议,TCP负责发现传输的问题,一有问题就发出信号,要求重新传输,直到所有数据安全正确地传输到目的地,),UDP协议(UDP是一个无连接协议,传输数据之前源端和终端不建立连接,
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:2726912
    • 提供者:里小号
  1. RawSocket_Sniffer

    0下载:
  2. Raw Socket: 原始套接字,可以用它来发送和接收 IP 层以上的原始数据包, 如 ICMP, TCP, UDP...创建Raw Socket Sniffer嗅探器-Raw Socket: raw sockets, you can use it to send and receive IP layer over the original data packet, such as ICMP, TCP, UDP ... create
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. UDP编程实例,该程序主要功能是实现字符串的发送和接收-UDP programming examples, the main function is to achieve the program to send and receive strings
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 基本的UDP发送端和接收端程序,实现接收和发送信息及交换-basic UDP program for sending and receiveing
  3. 所属分类:JSP源码/Java

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

    0下载:
  2. linux下的udp客户端编程,实现发送和接收功能,稍加修改就可以实现tcp编程了-udp client under linux programming, send and receive functions can be achieved slightly modified programmed tcp
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 其中有一个工作空间,两个工程,一个是UDP server的代码,一个是UDP client的代码,可以实现发送和接收UDP报文。如果更改其中的IP地址和端口,还可以向其他设备发送UDP报文,或者从其他设备接收UDP报文。-It has a workspace, the two projects, a UDP server code, a UDP client code, you can send and receive UDP pack
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:
  1. Myudptest

    0下载:
  2. C 获取本机IP,使用 CSocket类进行 UDP 发送和接收\n的例子,非常精炼,值得初学者参考,熟练人员使用。-C to obtain the local IP, use CSocket for sending and receiving UDP \ n example, Refining very worthy reference beginners, skilled personnel.
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:王磊
  1. LM3S_UDP

    0下载:
  2. LM3S8962中UDP发送和接收程序。-LM3S8962 in sending and receiving UDP process.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-20
    • 文件大小:1681408
    • 提供者:jiangbaohua
  1. UDP-peer-to-peer-chat

    0下载:
  2. UDP点对点聊天,用VC++实现UDP协议完成文件的发送和接收-UDP peer-to-peer chat
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1664000
    • 提供者:杨薛涛
  1. delphiWINSOCK-UDP

    0下载:
  2. Delphi WINSOCK-UDP实现网络广播信息,可以看出,一方能接收另一方对某个IP广播的数据包,当然前提是他们在同一个子网网段内。本程序功能是基于Delphi自带的TNMUDP控件,封装了发送UDP的细节,本例就是使用它来发送和接收网络数据包。-Delphi WINSOCK-UDP network broadcast information, as can be seen, one party can receive data
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:7168
    • 提供者:wpudn47
  1. multicast.tar

    0下载:
  2. 关于多播和单播udp发送和接收,可以用作学习和参考- it s about muiti & uni over udp for sending and recving ,used to study
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:hjp9221
« 1 23 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org