搜索资源列表
-
0下载:
C/S 聊天程序
client1.java 客户机程序
server1.java 服务器程序-C / S procedures client1.java Chat client procedures server1.java server
-
-
0下载:
自己用Java编的Client-Server聊天程序,结合了网络通信、数据安全、多线程的知识
1.使用RSA算法完成DES密钥的分配;
2.使用MD5结合RSA算法完成对消息的签名;
3.对原有消息及签名提供机密性保护(用DES算法加密);
4.能够解密并验证签名的合法性
-
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080。-server and client presentation by Socket Interface (TCP) connections. Java
-
-
0下载:
JAVA语言编写的聊天软件,有服务器端及客户端。 支持基本聊天、语音聊天、传文件,服务器端使用ORACLE数据库,可实时监测在线状况、强制下线等。-Chat software written in JAVA, there are server-side and client side. Supports basic chat, voice chat, transfer files, use the ORACLE database server, real-time monitoring of o
-
-
0下载:
Java写的多线程即时通信工具Server,用telnet作为客户端.-Written in Java multi-threaded real-time communication tools Server, use telnet as a client.
-
-
0下载:
用JAVA实现的一个聊天室源代码,一个SERVER.JAVA一个CLIENT.JAVA-JAVA achieved using a chat room source code, a SERVER.JAVA a CLIENT.JAVA
-
-
0下载:
用Delphi写的MSN界面程序,其实用Delphi来实现界面是效率最高的。所以非常适合来开发客户端,服务器端可以考虑用Java.这个程序是我自己模仿MSN写的客户端程序。-Using Delphi to write the MSN interface procedures, in fact, to achieve the interface with Delphi is the most efficient. So well suited to the development of clien
-
-
0下载:
聊天室客户端和服务器端,实现帐号登陆和聊天记录-Chat client and server, the realization of landing and chats Account
-
-
0下载:
socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat rec
-
-
0下载:
chat is server client application which is written in java having good GUI
-
-
0下载:
基于JAVA SOCKET的聊天示例,采用APPLET设计聊天页面。分为客户端,服务器端。-JAVA SOCKET chat-based sample, using APPLET Designed chat page. Divided into client, server-side.
-
-
0下载:
利用Java开发的IM即时通讯程序,分为client和server,具备文件传输功能,包含源程序及生成的类文件-Java development using IM instant messaging program, divided into client and server, a file transfer features, including source code and generate the types of documents
-
-
0下载:
简单的QQ聊天系统,实现客户端和服务器端的简单聊天系统-QQ simple chat system for client and server chat system of simple
-
-
0下载:
类似QQ的聊天系统,包括客户端和服务器端有论文和源码-QQ chat similar systems, including client and server-side there are papers and source code
-
-
2下载:
基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
-
-
0下载:
J2me即时聊天软件,有服务端,和客户端两部分组成。能实现手机与手机的聊天功能-J2me instant messaging software, server, and client of two parts. Enables mobile phone and mobile phone chat
-
-
0下载:
java简单的聊天程序,运行环境(JRE 1.5或以上版本),包含服务端源代码和客户端源代码。-simple java chat program, runtime environment (JRE 1.5 or later) that contains the source code server and client source code.
-
-
0下载:
此代码有服务器端和客户端2个功能模块,可以进行局域网聊天,是一个小小的聊天器。-This code has the server side and client-side two functional modules can be LAN chat, chat is a small device.
-
-
0下载:
JAVA SOCKET client/server聊天程序-JAVA SOCKET C/S CHAT CODE
-
-
0下载:
JAVA聊天室 服务器/客户端 绝对原创-JAVA chat room server/client is absolutely original
-