搜索资源列表
-
1下载:
利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
-
-
0下载:
RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, t
-
-
0下载:
本java聊天室,实现了多线程编程,实现多可客户聊天,*消息 或者单发消息。并且实现了服务器端管理客户端的功能,详细请看程序的说明文档。-the java chat room and realized the multithreaded programming, customers can achieve multi-chat, single or repeated news updates. To reach the server-client management functions, p
-
-
0下载:
本软件是一个基于服务器/客户端的应用程序,因此,若想实现本程序,必须先运行服务器,而且在客户端必须达到三个才能开始工作。本软件具有如下主要功能:
·联机发牌
·简单的出牌
-this is a software-based server / client applications, so if you want to achieve the procedure, must first run the server, but the client must meet three can
-
-
0下载:
JAVA中网络的处理方法.有服务器端,和客户端代码.值得学习 -Java network approach. A server and client code. Worth learning
-
-
0下载:
最简单的服务器客户端通信程序,带注释,都是我学习的时候写的,希望对java初学者有用-most simple client server communication procedures with the Notes are learning when I write, java beginners want to useful
-
-
0下载:
a simple tcp client with java,you can use it to connect with a tcp server.-a simple tcp client with java, you can use it to connect with a tcp server.
-
-
0下载:
用java编写的多机计算的程序,程序的目的是一个服务器端向多个客户端发送一个数据,其他客户端进行计算。有线程,可以连接多台计算机。依电脑负荷。-prepared with the more computing procedures, the purpose of a server to multiple client sends a data and other client computing. There are threads, which can connect multiple com
-
-
0下载:
支持多客户的Client/Server程序设计.在服务器上运行一个永久的程序,它可以接收来自多个客户端的请求,并为它们提供相应的服务.欢迎各位使用-support multiple clients Client / Server programming. The server running on a permanent procedures, which can receive from a number of the client's request, and to provide
-
-
1下载:
一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
-
-
0下载:
一个简单的TCP服务器与客户端通信的JAVA程序。编译的时候注意发送的命令要符合要求。-a simple TCP server and client communications JAVA procedures. Compile time to send the order to meet the requirement.
-
-
0下载:
一个实现远程方法调用的JAVA程序,包含一个服务器端和一个客户端。-a remote method invocation Java procedures, including a server and a client.
-
-
0下载:
套接字,多播程序,JAVA环境,CLIENT和SERVER使用此相同文件编译,用图形界面.-socket, multicast procedures, JAVA environment, CLIENT SERVER and use the same document compiled using a graphical interface.
-
-
0下载:
这是一个简单的JAVA聊天程序,同时能够发送声音。
包括两个部分:服务器端和客户端。
基本功能如下:
服务器端:
向所有客户端发送消息;转发消息;发送声音数据给客户端。
客户端:
显示当前在线用户;向某个用户发送消息;接受服务器端发送过来的声音。
这个程序可能看起来有点乱,因为很久没用JAVA了,但是最近别人要我帮忙写一个,所以就。。。
希望能够起到抛砖引玉的效果。
Feel free and enjoy it!-This is a simple
-
-
0下载:
第一,编译RMI存根(stub)和框架(skeleton)文件。
第二,编译上面所有的类文件,将服务器和客户端编译生成的.class文件打包。
第三,启动服务器。
第四,启动客户端。
执行命令java chatclient.ChatClient -jar ChatClient.jar启动客户端程序。选菜单\"File/Connect\"输入服务器地址和用户名,成功连接到服务器后,就可以聊天了。-first, compilers RMI stubs (stub) and Frame
-
-
0下载:
用java实现的网络聊天室,包括服务器和客户端.-achieved using java chat room network, including server and the client.
-
-
0下载:
java聊天室,client/server模式,供相互学习,相互参考
-
-
0下载:
简单的客户端服务器程序,java编写,功能十分简单-simple client-server process, the preparation of java, a very simple function
-
-
1下载:
本程序实现了最简单的端到端通信,分为服务器端和客户端两个,适合初学者研究-realized by the most simple end-to-end communications, divided into server and client 2, suitable for beginners study
-
-
1下载:
基于jrdc2的远程数据库的服务器和客户端的开发源代码,已经调试通过
-