搜索资源列表
-
1下载:
利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
-
-
0下载:
本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。
-This article introduces a
-
-
1下载:
一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
-
-
1下载:
程序介绍
运行环境 :Windows9x/NT/2000/ XP
开发语言 :JAVA
开发环境 : JCreator 2.5 j2sdk-1_4_2-windows
程序简介:先运行server端,在运行client端,通过socket可以实现网上选课功能。
-Runtime Environment Program : Windows9x/NT/2000 / XP Language : Java development environment : JCreator 2.5
-
-
1下载:
JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
-
-
0下载:
套接字,多播程序,JAVA环境,CLIENT和SERVER使用此相同文件编译,用图形界面.-socket, multicast procedures, JAVA environment, CLIENT SERVER and use the same document compiled using a graphical interface.
-
-
0下载:
socket聊天室,多个客户端和一个服务端,服务端可以同时和多个客户端聊天,发送消息。,socket chat rooms, multiple clients and a server, client services at the same time and multiple clients to chat, send a message.
-
-
0下载:
这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架
-the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
-
-
0下载:
java写的一个Tcp socket 一个client和server-java write a Tcp socket a client and server
-
-
0下载:
编写Socket的服务器和客户端程序,在某端口建立监听服务,完成客户机与服务器之间的通信功能。-Prepared Socket server and client programs, the establishment of listening to a certain port services, the completion of client and server communication between functional.
-
-
0下载:
j2me源码实例:手机发送接收消息,socket通信,服务器客户端联系-j2me source code examples: cell phones to send receive messages, socket communication, client server connection
-
-
0下载:
socket 多线程,包括测试代码,socket server socket client-multi-threaded socket, including test code, socket server socket client
-
-
0下载:
java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
-
-
0下载:
socket编程,模拟了一个客户端,一个服务器端,各有一个界面,可添加客户端,通过服务器实现互相通信。
-socket programming to simulate a client, a server-side, each with an interface, you can add clients, achieved through the server communicate with each other.
-
-
0下载:
这是一个客户端与服务端进行通信的java小程序,使用socket通信,当从客户端输入窗口提示的通关语,则会在窗口显示从服务器端发来的通过信息。-This is a client and server-side java applets to communicate using socket communication, input from the client window when the prompt clearance language, will be displayed in the
-
-
0下载:
java 通信 client server 通信 -java communication
-
-
0下载:
目前全球大约有30亿台设备上运行着Java,而文件传输协议一种最基本的应用层协议按照客户/服务器的模式进行工作,提供交互式的访问,是INTERNET使用最广泛的协议之一。尤其是在移动终端APP的开发上,更多的运用了Java语言,探索基于Java语言的文件传输的实现也就有了其必要性。
本文基于java语言阐述了有图形界面的文件传输系统的实现,利用SOCKET以及SERVERSOCKE等类方法,当中实现了上传、下载、获取目录等基本文件传输功能-Currently running Java App
-
-
0下载:
一个基于java socket programming的小程序,支持从客户端到服务端的音频传输-A simple program based on java socket programming.
Function: support audio transmission client side to the server side
-
-
0下载:
A Java chat server and client service procedures, C / S structure, ChatServer class implements a chat room on the server side, such a constructor, use newServerSocket in the constructor () to create a Socket connection. RunServer () method to run the
-
-
4下载:
说明并尝试通过URL从服务器上读取一个文本文件,并显示该文本文件的内容。
5. 编写程序,用Socket通信机制在服务器和客户端之间传输文件。(Describes and attempts to read a text file from the server through a URL and display the contents of the text file.
5. Write a program and use socket communication mechanism to t
-