Welcome![Sign In][Sign Up]
Location:
Search - server client communication java program

Search list

[JSP/Javaj_tcp

Description: 使用TCP实现两个进程间的通信 (编写客户端与服务器端的Java程序)-use TCP achieve two inter-process communication (to prepare client and server-side Java program)
Platform: | Size: 2233 | Author: 汪汪 | Hits:

[JSP/Javaj_tcp

Description: 使用TCP实现两个进程间的通信 (编写客户端与服务器端的Java程序)-use TCP achieve two inter-process communication (to prepare client and server-side Java program)
Platform: | Size: 2048 | Author: 汪汪 | Hits:

[GUI Develop客户端服务器端的通信程序

Description: JAVA程序设计来实现了多个客户端和一个服务器端的通信程序-JAVA procedures designed to achieve a number of client and a server-communication program
Platform: | Size: 19456 | Author: li | Hits:

[Windows DevelopProxyFinal

Description: 本程序包含3个程序:1,Java通信程序,JDK环境,具备完整的客户端和服务器端通信功能;2,VC版通信程序,具备通信和文件发送功能;3,代理程序,VC开发环境,能分别与Java、VC程序通信并进行对象传输,能控制无线网卡进行短信收发并对收到的信息自动转发。代理程序的网络端采用消息机制,Modem端采用多线程。-this program includes three procedures : 1, Java Communication Program, JDK environment, have complete client and server communications functions; 2, VC version of Communication Procedures, communications and documents with this function; 3, agent procedures, VC development environment that with Java, VC program targets communication and transmission control wireless LAN transceiver for short messages as well as the information received automatically forwarded. Acting procedures using the network-news mechanisms, Modem-use multithreading.
Platform: | Size: 130048 | Author: 王维杰 | Hits:

[Web ServerRemote_Service

Description: 自己编的一个java分布式服务的实现。此模型使用Tomcat作为web服务器,使用JSP页面作为用户交互界面,Javabean作为服务页面逻辑实现,客户端和服务器端通信通过java socket实现,数据库使用access,客户端用java窗口程序实现。对于学习java JSP网络数据库开发及socket远程调用很有帮助,此程序为服务器端程序,客户端程序有意可发email和我联系 xiaoxpp@163.com-Own a java realize distributed services. This model is the use of Tomcat as a web server, using the JSP page as the user interface, Javabean realize the logical page as a service, client and server-side java socket communication through the realization of the database using the access, the client program using java window. Learning java JSP web-based database development and long-distance calls socket helpful, this procedure for the server-side procedures, the client program can send an email and intend to contact me xiaoxpp@163.com
Platform: | Size: 401408 | Author: webber | Hits:

[MiddleWarecorba-communicate

Description: 用corba写的一个通信程序,能实现异步通信,程序包括客户端和服务器端-Using CORBA to write a communication program that can realize asynchronous communication, procedures, including client and server
Platform: | Size: 14336 | Author: | Hits:

[Othertcp

Description: 用java程序实现基于TCP的网络通信。(一个服务器端和多个客户端之间的通信)-Java program using TCP-based network communication. (A server-side and a number of communications between the client)
Platform: | Size: 33792 | Author: | Hits:

[JSP/JavaJAVA

Description: 本文阐述了使用JAVA编程语言对基于客户/服务器模式的应用编写网络通信程序,讨论了SOCKET机制、输入输出流以及程序实现代码。-This paper describes the use of JAVA programming language based on client/server applications to prepare network communication procedures, discussed SOCKET mechanism, input and output streams, as well as program code.
Platform: | Size: 10240 | Author: 徐浩然 | Hits:

[JSP/Javaqiu_networksecurity_project1

Description: 这是我写的一个关于JAVA SOCKET的程序,一个Server可以同时接受多个clients的requests,每次server和client之间的交流的信息都会被DES算法加密和解密--------------------------------------------------------------------------------- First version by Qiu Shi, March 11, 2009 Email: qs84727@gmail.com Reference: J2SE 6.0 API, SUN special security API -------------------------------------------------------------------------------- Program big picture: This program is designed for server and client communication as required by homework descriptions. Plus, I use some java multi-thread technique to make it as a one server communicating with multi-clients at the same time and the server will be always on, just like in the real world. There are total 2 directories, one named server which has all the java classes for server to run properly and some other files holding the users password hash values as well as shared secret keys the other one named client which has all the java classes for clients to run properly and also some other files holding the users shared keys. In client directory: Client.java--- This class is used to de
Platform: | Size: 14336 | Author: qiushi | Hits:

[Internet-Networkjava

Description: 是小程序 客户端发送 在服务器断显示 纯java写的 采用socket通信-Is a small program to send the client the server shows off the use of pure java write socket communication
Platform: | Size: 1024 | Author: deb | Hits:

[Streaming Mpeg4SimRTPClient

Description: rtsp客户端JAVA程序源码,运用rtsp协议实现与服务器端的流媒体通信.-rtsp client-side JAVA program source code, using rtsp protocol implementations with server-side streaming media communication.
Platform: | Size: 2048 | Author: 张艾芸 | Hits:

[JSP/Javatongxin

Description: 用java写的,一个服务器与客户端的通信程序,用户输入半径,服务器将其面积计算出来-Using java to write, and a server and client communication program, the user input radius, the server will calculate its size
Platform: | Size: 5120 | Author: li | Hits:

[JSP/Javaqddown_java8543535625

Description: 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Socket (TCP) connection. In java using sockets is quite simple, Java API for handling the communication socket to provide a class java.net.Socket., To make writing Web applications easier. Server uses multiple threads to meet the multi-user s request, and back through the JDBC database connection, and by creating a ServerSocket object to listen for connection requests from clients, the default port is 8080, then an infinite loop calling accept () method to accept client program link
Platform: | Size: 903168 | Author: yessky | Hits:

[Other Web CodeTCPClient

Description: JAVA实现的TCP协议的客户端,与TCP协议的服务器端程序一起运行,可以实现两个程序之间的通信。-JAVA implementation of TCP protocol client, and TCP protocol with the server-side program running, you can realize the communication between the two procedures.
Platform: | Size: 1024 | Author: | Hits:

[JSP/JavaGoBang

Description: 利用JAVA语言编写,其中利用蓝牙通信实现客户端与服务器端的数据发送与接收。程序中包含五子连珠的算法。-Using JAVA language, which uses Bluetooth communication to achieve client and server-side data transmission and reception. Program contains Wuzilianzhu algorithms.
Platform: | Size: 338944 | Author: 余朱燕 | Hits:

[JSP/Javajspsocket

Description: 本程序为jsp程序 客户端和服务器端通信 通过java socket实现-This program is jsp program communication client and server-side implementation through java socket
Platform: | Size: 369664 | Author: know | Hits:

[JSP/Javajdbc

Description: 用java写的,一个服务器与客户端的通信程序,用户输入半径,服务器将其面积计算出来-Using java to write, and a server and client communication program, the user input radius, the server will calculate its size用java写的,一个服务器与客户端的通信程序,用户输入半径,服务器将其面积计算出来-Using java to write, and a server and client communication program, the user input radius, the server will calculate its size-用java写的,一个服务器与客户端的通信程序,用户输入半径,服务器将其面积计算出来-Using java to write, and a server and client communication program, the user input radius, the server will calculate its size
Platform: | Size: 94208 | Author: 齐齐 | Hits:

[JSP/Javajavacommunication

Description: 可以用于测试java服务器以及客户端的通信程序,专门用于java程序设计实验课程的课程设计-Can be used to test the java server and client communication program, java program designed specifically for the curriculum design of experimental courses
Platform: | Size: 11264 | Author: jack | Hits:

[JSP/Javajava

Description: 这是一个使用数据报通讯方式的聊天程序,分服务器端和客户端两部分-中-> 英复制结果 提示:“ outstr ”以后的内容没有被翻译,单次翻译最多5000字 This is a use of datagram communication chat program, divided into server and client in two parts
Platform: | Size: 1024 | Author: 郝文君 | Hits:

[OS programJava-socket2

Description: java socket小程序,实现了server端与client端的通信。-Socket java small program to achieve the end of the server and client communication.
Platform: | Size: 26624 | Author: 龙崎 | Hits:
« 12 3 4 »

CodeBus www.codebus.net