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

搜索资源列表

  1. UDP桌面

    0下载:
  2. java编写的两台机器通过UDP数据报发送和接受,类似于QQ的程序-prepared by the two machines through UDP datagrams send and receive, similar to the procedures QQ
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2023
    • 提供者:
  1. UDPCommunicationClient

    0下载:
  2. UDP发送和接收数据包客户端,功能还可以,希望站长能满意.谢谢.-UDP send and receive data packets client, functions can also hope that the director is satisfied. Thank you.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8149
    • 提供者:myrabit
  1. UDPCommunicationServer

    0下载:
  2. UDP发送和接收数据包服务器端,功能还可以,希望站长满意.谢谢.-UDP send and receive data packets server, functions can also hope that the head of satisfaction. Thank you.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:8566
    • 提供者:myrabit
  1. MyMessenger

    0下载:
  2. * This a simple tool to send/receive UDP packet based on a * free software developed by Neil Deason. * The purpose of program is to simulate a remote MGC So that the * SIP Message debugging/testing is possible.-* This a simple tool to sen
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:11133
    • 提供者:adonmiao
  1. JAVAICQ

    0下载:
  2. 客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可靠性并不太重要,而且UDP快速,所以客户间发送信息通过UDP
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:103762
    • 提供者:里严明
  1. chat

    0下载:
  2. 基于udp协议的Java聊天程序当启动多个时,发送端口,接收端口 与其他都不相同(在本机上测试时),手动改。昵称自己起一个。服务器IP为server.jar所在电脑的IP地址。 填写完毕后,点击登录,然后在服务端可以看到相应的登录信息。开启多个客户端后就可以 同时进行多人聊天了。支持本机测试。-Udp protocol Java-based chat program when you start multiple time, send port, receive port and t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:13911
    • 提供者:Allan
  1. UDP

    0下载:
  2. 编写一网络聊天程序,用户界面部分已经编好,清将发送消息和接收消息不分补全。-Write a chat program, the user interface part has been prepared and clear to send messages and receive messages, regardless of completion.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9833
    • 提供者:yang hai
  1. netbattle

    0下载:
  2. JAVA写的局域网基于UDP协议收发数据程序 Addressmanager。。。。获取地址 Broadcast。。。。。。。局域网广播-Written in JAVA UDP protocol LAN send and receive data based on program Addressmanager. . . . Get Address Broadcast. . . . . . . LAN broadcast
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:3079
    • 提供者:tony
  1. wangluobianchengshiyan(6)

    0下载:
  2. 1、对实验4的第二个题目用UDP编程实现。 2、编写一网络聊天程序,用户界面部分已经编好,清将发送消息和接收消息部分补全。(采用多线程方式)-1, on the subject of the second experiment 4 Programming with UDP. 2, the preparation of a network chat program, has compiled a good part of the user interface, clear to send me
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:15494
    • 提供者:cnwst
  1. feigechuanshu

    0下载:
  2. 模仿飞鸽传书完成飞鸽传书的大部分功能(主要是发送组播信息,传送文件等功能)。 实现技术 使用DatagramSocket、DatagramPacket传递UDP数据。 使用MulticastSocket发送、接受组播消息。 使用ServerSocket、Socket发送接受文件。 使用DefaultTableModel定制需要的JTable。 使用SystemTray、TrayIcon制作托盘图标。-Most of the functionality of the IP
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:11494948
    • 提供者:
  1. java-zubo

    0下载:
  2. 1. 创建一个用于发送和接收的MulticastSocket组播套接字对象 2. 创建一个指定缓冲区大小及组播地址和端口的DatagramPacket组播数据包对象 3. 使用组播套接字joinGroup(),将其加入到一个组播 4. 使用组播套接字的send()方法,将组播数据包对象放入其中,发送组播数据包. 或者 使用组播套接字的receive()方法,将组播数据包对象放入其中,接收组播数据包 5. 解码组播数据包提取信息,并依据得到的信息作出响应String s
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-01
    • 文件大小:1159
    • 提供者:sure
  1. SocketToolsourcecode

    0下载:
  2. 运用udp,tcp的相关知识,实现通信协议,从而实现数据的收发。(源代码)-Achieve communication protocols to send and receive data.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:3623815
    • 提供者:彭朋
搜珍网 www.dssz.com