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

搜索资源列表

  1. udpkehuduan

    0下载:
  2. 这是一个用JAVA开发的UDP客户端应用程序的原代码有很好的使用价值-This is a development with Java UDP client application's source code is a good value
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:14.74kb
    • 提供者:李龙文
  1. KryoNet

    0下载:
  2. KryoNet这个Java类包提供了一套简洁的API来实现高效的,基于TCP和UDP协议的客户端/服务器NIO网络通信。KryoNet可以运行于桌面应用程序和Android平台中。由于KryoNet非常高效,所以特别适用于开发游戏应用程序和进程间通信。-KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communicatio
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-01
    • 文件大小:944.65kb
    • 提供者:jingtao
  1. DatagramDemo

    0下载:
  2. android模拟器中实现UDP数据包通信,包括客户端和服务器端-android emulator implemented in UDP packet communications, including client and server side
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:35.92kb
    • 提供者:szr
  1. Java_Socke183657142005

    0下载:
  2. 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-29
    • 文件大小:45.47kb
    • 提供者:Tony Yau
  1. UDP

    0下载:
  2. java轻松演示计算机网络客户端与服务端数据传送——UDP-easy demonstration of the computer network java client and server data transfer- UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:1.53kb
    • 提供者:gongchang
  1. udpSample

    0下载:
  2. Sample UDP Socket Client/Server For Java version
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1.84kb
    • 提供者:aliase
  1. UDPClient

    0下载:
  2. 使用java写的一个关于UDP协议的客户端程序-Using java to write an agreement on the UDP client program
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-11
    • 文件大小:886byte
    • 提供者:杨春尧
  1. 331_task1

    0下载:
  2. TCP/UDP transmission-connect server and client
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-25
    • 文件大小:18.54kb
    • 提供者:me
  1. cs

    0下载:
  2. 通过TCP和UDP实现客户端及服务器的通信。消息类型是通过字符串来实现的;用该类似的字符串来标识消息的类型。对JAVA的SOCKET网络编程比较感兴趣的,该程序起到了不少帮助,可以加深对SOCKET编程的理解。-Implementation through the TCP and UDP client and server communication. The type of message is achieved through the string with the similar str
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:5.08kb
    • 提供者:qinying
  1. udpclient

    0下载:
  2. 简单udp服务器客户端代码,通过编译可以接受udp服务器端响应!-Simple udp server client code through the compiler can accept udp server-side response!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:618byte
    • 提供者:王哲
  1. Beginner_H178933932004

    0下载:
  2. This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very
  3. 所属分类:Web Server

    • 发布日期:2017-03-31
    • 文件大小:15.1kb
    • 提供者:nechifor
  1. assignment3

    0下载:
  2. Java UDP Ping Client/Server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:9.14kb
    • 提供者:rdt
  1. udp-chat

    0下载:
  2. 实现UDP下的聊天室,用户端的端口是根据系统时间进行计算得到的,使用时若是出现冲突要重复尝试即可-Chat room under the UDP to achieve the client' s port is calculated according to the system time, the use of conflict if you can try to repeat
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-29
    • 文件大小:282.58kb
    • 提供者:tj
  1. UDP(Java)

    0下载:
  2. This file contains UDP sockets in java. It includes client Program as well as Server Program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:1.56kb
    • 提供者:Tejani
  1. Java-udp

    0下载:
  2. 采用UDP协议,编写一个Java网络应用程序,该应用分服务器端程序和客户端程序两部分。* 客户端指定一个服务器上的文件名,让服务器发回该文件的内容,或者提示文件不存在。(服务端程序和客户端程序分别命名为Server.java和Client.java)*/-Using UDP protocol, write a Java Web application, the application sub-server-side program and client program in two parts.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:3.91kb
    • 提供者:罗伟
  1. udp-pinger-java-lab

    1下载:
  2. 基于udp的ping 客户机和服务器,能够实施简单的pinger 小功能,是计算机网络自定而下的课后实验-udp pinger client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-04-10
    • 文件大小:4kb
    • 提供者:hui
  1. UDP

    0下载:
  2. 利用UDP协议编写的网络聊天客户端和服务器,用JAVA编写。-The use of UDP prepared online chat client and server, written with JAVA.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-05
    • 文件大小:1.8kb
    • 提供者:yuanshao
  1. UDP-Client-Server

    0下载:
  2. Simple and useful example demonstrating the Client server interaction using UDP protocol implemented in Java.
  3. 所属分类:P2P

    • 发布日期:2017-11-07
    • 文件大小:1.58kb
    • 提供者:Eashan
  1. UDP

    0下载:
  2. 一个基于java udp的简单运用,能够将文字信息从客户端传输到服务端。-a simple java udp application which supports the transmission of text info client to server.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.34kb
    • 提供者:deity_killer
  1. Java的UDP通讯

    0下载:
  2. 使用java实现UDP编程,需要同时运行文件中的server和client文件。实现客户端和服务器的通讯和接收。(Using java to achieve UDP programming, you need to run files in the server and client files. Realize the communication and reception between client and server.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:xiwusheng
« 12 3 »
搜珍网 www.dssz.com