CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - socket java server client

搜索资源列表

  1. 利用Socket进行Java网络编程

    1下载:
  2. 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6966
    • 提供者:王妍
  1. java实现服务器和客户机通讯的的方法

    0下载:
  2. 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6027
    • 提供者:郑描中
  1. socket(chlientandserver)

    1下载:
  2. 一个用JAVA实现的socket通信,包含服务器端和客户端。-JAVA with a socket communications, including server and the client.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:4899
    • 提供者:sunny
  1. wangluoxuankexitong

    1下载:
  2. 程序介绍 运行环境 :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
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:4747
    • 提供者:aga
  1. wssf

    1下载:
  2. JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ J
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:54733
    • 提供者:乔峰
  1. MultiCastFrame

    0下载:
  2. 套接字,多播程序,JAVA环境,CLIENT和SERVER使用此相同文件编译,用图形界面.-socket, multicast procedures, JAVA environment, CLIENT SERVER and use the same document compiled using a graphical interface.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2225
    • 提供者:eric
  1. talkhome.rar

    0下载:
  2. socket聊天室,多个客户端和一个服务端,服务端可以同时和多个客户端聊天,发送消息。,socket chat rooms, multiple clients and a server, client services at the same time and multiple clients to chat, send a message.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:35202
    • 提供者:feng
  1. Server_java

    0下载:
  2. 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架 -the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:7750
    • 提供者:程月锦
  1. src

    0下载:
  2. java写的一个Tcp socket 一个client和server-java write a Tcp socket a client and server
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1556
    • 提供者:ewfewew
  1. JAVA

    0下载:
  2. 编写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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:6690
    • 提供者:wo
  1. j2meHttp

    0下载:
  2. j2me源码实例:手机发送接收消息,socket通信,服务器客户端联系-j2me source code examples: cell phones to send receive messages, socket communication, client server connection
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:59919
    • 提供者:dyy
  1. MySocket

    0下载:
  2. socket 多线程,包括测试代码,socket server socket client-multi-threaded socket, including test code, socket server socket client
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:13578
    • 提供者:duqiancheng
  1. socket

    0下载:
  2. java socket编程的一个例子,主要实现客户端和服务器端的交流,是一个小的聊天室-java socket programming example, the main achievement of the client and server side exchange is a small chat room
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:19000
    • 提供者:豆子
  1. chat

    0下载:
  2. 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.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:8688
    • 提供者:cheng
  1. java

    0下载:
  2. 这是一个客户端与服务端进行通信的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
  3. 所属分类:Communication

    • 发布日期:2017-04-13
    • 文件大小:3426
    • 提供者:江寒月
  1. eclipse-socket-ws

    0下载:
  2. java 通信 client server 通信 -java communication
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2833957
    • 提供者:lll
  1. ss_ftp

    0下载:
  2. 目前全球大约有30亿台设备上运行着Java,而文件传输协议一种最基本的应用层协议按照客户/服务器的模式进行工作,提供交互式的访问,是INTERNET使用最广泛的协议之一。尤其是在移动终端APP的开发上,更多的运用了Java语言,探索基于Java语言的文件传输的实现也就有了其必要性。 本文基于java语言阐述了有图形界面的文件传输系统的实现,利用SOCKET以及SERVERSOCKE等类方法,当中实现了上传、下载、获取目录等基本文件传输功能-Currently running Java App
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:23636
    • 提供者:钟旭
  1. audiochat

    0下载:
  2. 一个基于java socket programming的小程序,支持从客户端到服务端的音频传输-A simple program based on java socket programming. Function: support audio transmission client side to the server side
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3467
    • 提供者:
  1. dkcms_v6.0

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2017-05-17
    • 文件大小:4173419
    • 提供者:yy
  1. HFUT JAVA 5

    4下载:
  2. 说明并尝试通过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
  3. 所属分类:其他

    • 发布日期:2020-10-23
    • 文件大小:2048
    • 提供者:zhouzhou ZHOU
« 12 »
搜珍网 www.dssz.com