联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All TCP/IP协议栈(102) 
按平台查找All Java(102) 

[TCP/IP协议栈] Client-Server-message-app

简单客户端-服务器-基于TCP IP的消息应用程序
Simple client-server TCP IP based message app (2024-02-21, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1708556246509007.html

[TCP/IP协议栈] Client-Server-in-Java

该项目是使用TCP IP协议的客户机服务器的演示,其中必须首先建立客户机服务器之间的连接。连接后,用户应该登录,然后开始将文件从服务器传输到客户端。要运行该项目,需要Java-17 jdk和javafx17以及批处理文件。
This project is a demonstration of a Client Server using a TCP IP protocol , where a connection between the client server must be established first. After the connection a user is supposed to log in and then start transferring files from the Server to the Client . To run this project you need a Java-17 jdk and javafx 17 and the batch files. (2024-01-07, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1704573909468549.html

[TCP/IP协议栈] (UDP)server-client

ServerSocket表示服务器上的套接字,该套接字等待并侦听来自客户端的服务。套接字表示服务器和客户端之间通信的端点。当服务器获得作为服务请求,它创建一个套接字与客户端进行通信,并继续侦听ServerSocket上的其他请求。客户端还创建一个套接字,以便与服务器进行通信。
ServerSocket represents the socket on a server that waits and listens for service from a client. Socket represents the endpoints for communication between a server and a client. When a server gets a request for service, it creates a Socket for communication with the client and continues to listen for other requests on the ServerSocket. The client also creates a Socket for communication with the server. (2019-12-22, Java, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1577004722728884.html

[TCP/IP协议栈] server-client

ServerSocket表示服务器上的套接字,该套接字等待并侦听来自客户端的服务。套接字表示服务器和客户端之间通信的端点。当服务器获得作为服务请求,它创建一个套接字与客户端进行通信,并继续侦听ServerSocket上的其他请求。客户端还创建一个套接字,以便与服务器进行通信。
ServerSocket represents the socket on a server that waits and listens for service from a client. Socket represents the endpoints for communication between a server and a client. When a server gets a request for service, it creates a Socket for communication with the client and continues to listen for other requests on the ServerSocket. The client also creates a Socket for communication with the server. (2019-12-22, Java, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/1577003395748118.html

[TCP/IP协议栈] java

通过建立服务器套接字进行服务端与客户端的简单的聊天小程序、、、、
The server and the client have a simple chat. (2018-11-16, Java, 1KB, 下载0次)

http://www.pudn.com/Download/item/id/1542375250610111.html

[TCP/IP协议栈] tcp

服务器可以将客户端输入的内容转换成大写字母输出。
The server can transform the contents of the client input to the uppercase output. (2018-04-12, Java, 9KB, 下载1次)

http://www.pudn.com/Download/item/id/1523533330758715.html

[TCP/IP协议栈] src

基于TCP/IP连接的客户端和服务器端通信的源码。
Source client and server-side communications TCP/IP-based connections. (2015-12-01, Java, 3KB, 下载2次)

http://www.pudn.com/Download/item/id/1448939784484963.html

[TCP/IP协议栈] Tcp

基于TCP/IP开发的网络服务器,该服务器和智能家居联系到一起,可以完成转发消息和控制家中电器的功能。
Based on TCP/IP developed a network server, the server and smart home linked together, you can complete the forwarding of messages and control home appliances function. (2015-07-03, Java, 7KB, 下载14次)

http://www.pudn.com/Download/item/id/1435904503635978.html

[TCP/IP协议栈] TCP-filetransfer

Java语言的TCP文件传输,包含一个服务器端和一个客户端。
Java language TCP file transfer, contains a server and a client. (2013-05-19, Java, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/2249553.html

[TCP/IP协议栈] socket

基于TCP的客户端与服务器的交互程序,适合计算机网络初学者、网站开发人员学习
socket programming on tcp protocol (2013-03-27, Java, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/2176047.html

[TCP/IP协议栈] chat-system

java基于tcp的局域网聊天系统,包括服务器与客户端
java tcp-based LAN chat system including server and client (2012-06-11, Java, 32KB, 下载7次)

http://www.pudn.com/Download/item/id/1909617.html

[TCP/IP协议栈] SentPicture

在客户端传输图片,服务器端将其保存在本地的小程序。
In the client transmission pictures, the server will be stored in the local small programs. (2012-03-29, Java, 13KB, 下载10次)

http://www.pudn.com/Download/item/id/1810593.html

[TCP/IP协议栈] TCPSocket

客户端/服务器架构采用基于TCP的通信协议,通过serverSocket和server类得方法,实现服务器端和客户端的通信代码并实现基于c/s架构通信的功能
Client/server architecture based on TCP communication protocol, and server classes get through serverSocket methods, server-side and client-based communications code and c/s architecture communication features (2011-07-21, Java, 10KB, 下载10次)

http://www.pudn.com/Download/item/id/1603473.html

[TCP/IP协议栈] distributedclock

分布式时钟 一个服务器提供时间,其余客户机从它得到时间
Distributed clock a server provide time remaining client from it get time (2010-04-07, Java, 12KB, 下载14次)

http://www.pudn.com/Download/item/id/1115224.html

[TCP/IP协议栈] EditPlus

网络聊天程序 基本功能:基于TCP协议,编写相应的网络聊天程序,要求以图形界面的形式编写服务器端和客户端,服务器端可以往客户端发送相应的消息,客户端也可往服务器端发送相应的消息。
Internet chat program basic functions: Based on the TCP protocol, to prepare the corresponding network chat program, require that the form of a graphical interface to prepare the server-side and client-side, server-side can go to the corresponding message sent by the client, the client can also be sent to the corresponding server-side news. (2009-12-23, Java, 1816KB, 下载6次)

http://www.pudn.com/Download/item/id/1014644.html

[TCP/IP协议栈] TCP

本程序用java语言编写程序实现了客户服务器的交互功能
This procedure using java programming language to achieve a cross-functional client-server (2009-05-21, Java, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/771005.html

[TCP/IP协议栈] UDPServer

使用java写的关于UDP协议的服务器端的运用程序
The use of java on the UDP protocol to write server-side application procedures (2009-02-08, Java, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/639996.html

[TCP/IP协议栈] TCPClient

用于TCP协议模拟客户-服务器网络模式的客户端程序
Used to simulate the client- server network mode client program (2009-02-08, Java, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/639993.html

[TCP/IP协议栈] tcp_cs

利用TCP/IP实现简单的客户/服务器模式。
The use of TCP/IP to achieve a simple client/server model. (2008-06-24, Java, 4KB, 下载6次)

http://www.pudn.com/Download/item/id/497081.html

[TCP/IP协议栈] hzh1

利用TCP协议实现的一个可以从服务器读取时间的网络程序
Use a TCP protocol can be read from the server time network program (2007-12-03, Java, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/369101.html
总计:102