搜索资源列表
-
0下载:
java中socket通讯源码 包括了客户端和服务器端两部分的源码-java socket communications which includes source client and server part of the two-source
-
-
0下载:
用java实现的套接口编程类。实现服务器-客户机的通信。-Implemented using java socket programming class. Achieve server- client communication.
-
-
0下载:
JAVA实现的TCP通信协议的服务器端源码,请与客户端一起运行。源码所在的包需要修改成自己的项目所在的包。-JAVA implementation of TCP communication protocol server-side source code, please run together with the client. Need to modify the source where the package into your project where the package.
-
-
0下载:
本程序为jsp程序 客户端和服务器端通信 通过java socket实现-This program is jsp program communication client and server-side implementation through java socket
-
-
0下载:
利用socket套接字实现服务器和客户端的文件传输。-Socket using socket server and client to achieve the file transfer.
-
-
0下载:
基于Java的网络聊天程序,用Java Socket实现网络聊天室,分为服务器和客户端两部分,客户端界面实现聊天功能,服务器是信息中心,类似QQ,有注解.-Java-based network chat program, using Java Socket network chat rooms, divided into server and client in two parts, the client chat interface, the server is the information
-
-
0下载:
java socket server,对初学者很好的参考意义,其中的很多socket操作机理已很好的在java编程中得到应用-java socket server, on the significance of a good reference for beginners, many of which socket to operate the mechanism have been very good in java programming has been applied
-
-
0下载:
client server using socket programing
with best optimized way to do ..
and how to do guide is also availabe
-
-
0下载:
轻松学会用socket编写的简单的聊天程序,包括客户端和服务器-Learn how to use socket easily prepared by simple chat program, including client and server
-
-
0下载:
A client/server application that implements the game of Boomberman. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI
-
-
0下载:
用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
-
-
1下载:
学习Java Socket 编程的基础程序,适合初学者学习。实现了多线程的网络客户端和服务器通信-Java Socket Programming learning the basis of procedures, for beginners to learn. The realization of the multi-threaded network client and server communications
-
-
0下载:
里面分两个文件夹,client 在Android实现,Server 是java应用程序。运行时注意在client 的中换上Server的IP-Inside two folders, client achieve in Android, Server is a java application. Run-time attention of the client put in the Server' s IP
-
-
0下载:
socket通信例子,类似QQ,实现客户端和服务器间的即时对话,对初学者有很大的帮助-Examples of socket communication, similar to QQ, between the client and server to achieve real-time dialogue is very helpful for beginners
-
-
0下载:
A Java class library for networking applications using Java sockets & threads. From simple listener classes to skeletons for building server & client applications, This library aims to take care of all socket programming & multithreading you need.
-
-
0下载:
Source code for a chat between 2 computers using socket in Java.
-
-
0下载:
A good Java Socket TCP+UDP Client+Server.
-
-
0下载:
Java socket 实现了从服务器端向客户端发送文件的过程,当然,反过来,也一样.稍有不同.代码中对跨平台的细节没有实现-Java socket to achieve the process of sending the file from the server to the client, of course, in turn, is the same. Slightly different details of the code does not implement cross-plat
-
-
0下载:
很简单的socket实验,其中实现了一个简单的客户与服务器的交流(Simple socket experiment, which implements a simple client-server communication)
-
-
0下载:
Java简单界面,一个 客户端和一个服务器聊天室(a simple java ui,one client and one server)
-