搜索资源列表
-
0下载:
TCP/IP服务器端与客户端 你可以通过此建立一个TCP服务端-TCP/IP Server and Client,you can create a TCP Server by it.
-
-
1下载:
编写一个Java网络应用程序,该应用分服务器端程序和客户端程序两部分。服务器程序启动后,监听端口5678的请求;客户端程序启动后,向服务器端口5678发送请求。服务器不断接收客户机所写入的信息,并且服务器也会做出"Receive"为回应,告知客户机已接收到消息。要求:服务器程序采用多线程开发,允许多个客户端程序同时连接。客户机发送"End"字符串时,客户端程序退出-Write a Java web application, the application
-
-
0下载:
基于Socket的即时通信系统针,对client/server(客户端/服务器)模式的应用以及实现某些特殊的协议的应用,它的通讯过程是基于TCP/IP协议中传输层接口Socket实现的-Real-time communication system based on Socket pin, on the client/server (client/server) mode of application of the agreement and the achievement of certain
-
-
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下载:
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.
-
-
0下载:
Server端與Client端之間, 透過Socket建立TCP/IP的通訊模式-Server-side and Client-side between the Socket through the establishment of TCP/IP communication mode
-
-
0下载:
一个用JAVA作的TCP通信的例子,分为服务端和客户端-JAVA for a used example of the TCP communication is divided into server and client
-
-
0下载:
用java编写的基于TCP/IP的简单聊天程序
使用方法:先启动Server端.然后再启动Client端.-Prepared by using java-based TCP/IP chat program simple to use: first start Server client. Client-side and then restart.
-
-
0下载:
用JAVA编写的多线程TCP SOCKET程序,支持多客户端与服务器通讯,并且是用图形界面显示,里面的CLIENT.java就是客户端,SERVLET.java就是服务器程序,FACE是图形界面程序。-JAVA prepared using multi-threaded TCP SOCKET procedures, support multi-client and server communications, and is displayed using a graphical interfac
-
-
1下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法
-Between server and client through the socket Socket (
-
-
0下载:
根据一个TCP网络应用,从需求出发,分析UDP协议及Java相关的类,进行TCP服务器端及客户端的设计并开发,实现两台机器的通信,能进行双方的会话,并在此基础上增加了界面设计以及事件处理部分,经过测试、调整,实现了一个基于TCP网络通信工具。
-According to a TCP network applications, from the needs analysis of UDP protocol and Java-related categories, to TCP server-s
-
-
0下载:
java实现网络聊天室功能.有登陆界面.服务器界面有日志(消息记录显示),端口显示,在线用户显示
客户端聊天界面类似QQ,可以设置字体(格式大小黑体斜体)可发送图片
实现公聊(TCP) ,私聊(UDP)单独弹出对话框-java chat room function network. have landed interface. server interface log (message records show), Port shows, online chat client user
-
-
0下载:
用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端
-
-
0下载:
基于TCP实现有客户端和服务器端的网络聊天室-Based on TCP to achieve a client-side and server-side Web chat rooms
-
-
0下载:
智能卡读卡器服务程序,Java语言开发,Eclipse开发环境.程序运行起来以后相当于一个server,会在TCP的一个端口监听客户端的请求,可以实现远程连接,对智能卡的访问包括复位,发送命令给智能卡,接收智能卡的应答,日至打印等等.-The smart card reader service program, Java language development, Eclipse development environment. Program up and running after the
-
-
0下载:
TCP/UDP传输协议的程序.要配合服务端和客户端一起使用才可以-The TCP/UDP transport protocol programs.Use them with the Server and the Client.
-
-
0下载:
设计一个应用程序,实现下列功能:
客户端:输入三个数,以逗号分隔,并发往服务器处理,接收并显示处理结果
服务器端:接收客户端送来的数据,计算以这三个数为边的三角形的面积。处理结果分为:1)数据格式异常;2)不能构成三角形;3)三角形的面积
注:自行选择所使用的协议(TCP/UDP)-Design an application to achieve the following functions: Client: Enter three numbers separated by com
-
-
0下载:
服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
-
-
0下载:
用Jbuider做的一个tcp的聊天服务端和客户端。-Jbuider do with a tcp chat server and client.
-
-
0下载:
实现Tcp/Ip的服务端和客户端消息的接收和发送-Tcp/Ip server client
-