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

搜索资源列表

  1. server

    0下载:
  2. 设计一个应用程序,实现下列功能: 客户端:输入三个数,以逗号分隔,并发往服务器处理,接收并显示处理结果 服务器端:接收客户端送来的数据,计算以这三个数为边的三角形的面积。处理结果分为:1)数据格式异常;2)不能构成三角形;3)三角形的面积 注:自行选择所使用的协议(TCP/UDP)-Design an application to achieve the following functions: Client: Enter three numbers separated by com
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:25789
    • 提供者:lcs
  1. source

    0下载:
  2. 这是尚学堂培训用的网络坦克大站 它是基于tcp udp的应用 对了解java 中线程以及网络的开发十分有用-This is still training with the school' s network tanks tcp udp major stations it is based on the application of the understanding of java in the thread, as well as the development of the net
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:700168
    • 提供者:liuzesan
  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. java

    0下载:
  2. 用Java实现简单的UDP通信实现文件的上传和下载功能-Java implementation with a simple UDP communication implementation file upload and download
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:9332
    • 提供者:Axin
  1. jpcap-0.01.16-win32

    0下载:
  2. java捕获数据包的包 众所周知,JAVA语言虽然在TCP/UDP传输方面给予了良好的定义,但对于网络层以下的控制,却是无能为力的。JPCAP扩展包弥补了这一点-java packet capture packet As we all know, JAVA language, while in the TCP/UDP transport give a good definition, but for the network layer below the control, but it
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:840839
    • 提供者:张海
  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. chat

    0下载:
  2. 基于tcp与udp的两个简单聊天系统,注意只是用来练习的小例子。-Tcp and udp based on two simple chat system, pay attention to only a small example for practice.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:9794
    • 提供者:yongge
  1. MyTankWarGame_NetVersion

    0下载:
  2. java版本的坦克大战项目,用于熟悉j2se项目 该项目是网络版本的坦克大战。内容很简单,使用了工厂模式。采用udp传输消息。-java version of the Battle City project, for the familiar j2se project The project is the network version of the Battle City. Very simple, use the factory pattern. Transfer by udp mess
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:34237
    • 提供者:Five
  1. chatServer

    0下载:
  2. 此程序为java聊天程序服务器端,为java源码,在Eclipse或MyEclipse中运行即可。通信协议为UDP。-This program is java chat server side, as the java source code to run in Eclipse or MyEclipse can. Communication protocol for the UDP.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:13478
    • 提供者:wang
  1. ChessGame

    0下载:
  2. 采用NETBEANS开发。。实现登录、注册、房间等待、双人对战,不过系统比较简单,仅供学习参考-可以聊天。使用UDP进行数据传送。Java Socket编程。-Chinese chess. Network war. Developed using Net Beans IDE. To find the host using IP multicast. Can chat. The use of UDP for data transfer. Java Socket Programming.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2249800
    • 提供者:蒋彪
  1. SimpleChat

    0下载:
  2. 基于UDP的Sockets编程,实现了聊天室的基本功能,大家可以在一块聊天,并且可以选择聊天室。-UDP-Sockets-based programming to achieve the basic function of chat rooms, you can be a chat, and you can select the chat room.
  3. 所属分类:Applet

    • 发布日期:2017-04-04
    • 文件大小:11016
    • 提供者:陈涛
  1. udpchat

    0下载:
  2. Java开发环境下用UDP实现的聊天室源码-Java UDPchat
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1879
    • 提供者:v.chase
  1. bicq

    0下载:
  2. java 版 qq 聊天工具, 该项目是本人初学java之后的做第一个应用程序,由本人一个人完成。实现了一个类似的聊天工具。功能上虽比腾讯qq少了很多,但通过这个软件的开发,真正让我体会到面向对象的思想及好处,对java的基础有进一步的加深。软件看似简单但涉及java各反面的知识:序列化、多线程、网络(使用udp)。-The project is My first application as a beginner of java .This is a chat tool like the qq
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2381665
    • 提供者:xiaoliao
  1. UDPtalk

    0下载:
  2. 简单的UDP通信,实现了利用UDP通信,有客户端,服务器端。比较简单-UDP Comunicate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1241
    • 提供者:huazi
  1. Chat

    0下载:
  2. 利用UDP实现的一个简单的网络聊天室功能-Achieved using a simple UDP chat rooms function
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2064
    • 提供者:Darren
  1. socks

    1下载:
  2. Clase para hacer una conexión UDP en cualquier puerto. es un proyecto de eclipse-Clase para hacer una conexión UDP en cualquier puerto. es un proyecto de eclipse...
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-02-08
    • 文件大小:2937
    • 提供者:christmo
  1. clientServer

    0下载:
  2. 实现UDP client和server端,适合于初学者学习网络编程。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:5272
    • 提供者:jim
  1. HostComputer1

    0下载:
  2. udp 登陆界面 能实现两台udp 协义主机的联接 是图形界面-udp connection log in
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1018
    • 提供者:hanyiyang
  1. UDPChat

    0下载:
  2. Java做的UDP文件传输源代码,设计Swing Socket 还有UDP协议-Java to do the UDP file transfer source code, design Swing Socket UDP protocol also
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:34642
    • 提供者:王艳
  1. bellman-ford

    0下载:
  2. 用Java语言写的移动通信网络(ad hoc)中很多经典的路由协议所用到的Bellman-Ford算法,使用到多线程和UDP协议来进行数据传输-Written using Java language for mobile communications network (ad hoc), many of the classical routing protocols used by the Bellman-Ford algorithm, using the multi-threaded and U
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:2874
    • 提供者:唐叶
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 20 »
搜珍网 www.dssz.com