CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - tcp client

搜索资源列表

  1. userpro

    0下载:
  2. 网络选课模拟程序,由client和server两部分组成,client和server之间的通信基于TCP协议,并且实现NCSP应用层协议-network simulation process from the client and the server is composed of two parts, client and server-based communications between the TCP and to achieve the NCSP application layer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:4158
    • 提供者:李栋
  1. Only

    0下载:
  2. 本系统所要实现的主要功能是为广大用户提供一个借助网络进行人际交往的平台。因为服务器端采用多线程,所以性能有很大的提升。因为服务端和客户端之间采用TCP协议进行网络通信,建立的是可靠地,端对端的网络连接,所以可靠性和安全性都很好。随着经济的日益发展,网络已经越来越流行,人们在网络中能够得到方便快捷的交流,而聊天室就是其中一个重要工具。-The system to achieve the main function is for the majority of users with the aid
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:38141
    • 提供者:chengyue
  1. tcpcssrc

    0下载:
  2. Tcp服务端与客户端的JAVA实例源代码。Tcp服务端与客户端的JAVA实例源代码,一个简单的Java TCP服务器端程序,别外还有一个客户端的程序,两者互相配合可以开发出超多的网络程序,这是最基础的部分。-Server and client examples of JAVA source code, a simple Java TCP server-side procedures, plus a client program, the two complement each other and
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:4801
    • 提供者:亚亚
  1. TCPChat

    0下载:
  2. 基于TCP协议的socket通讯的java聊天程序,含有GUI,选择server端或者client端之后,可以建立socket通讯。-Java chat program based on the TCP protocol socket communication with GUI, select the server side or client side, you can create a socket communication.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:17271
    • 提供者:Victoria Hu
  1. console

    0下载:
  2. java基于console的tcp通讯程序,单线程方式,分为客户端和服务端-java based console tcp communication program, single-threaded manner, divided into client and server
  3. 所属分类:Java Develop

    • 发布日期:
    • 文件大小:1291
    • 提供者:cfr
  1. TCPecho

    0下载:
  2. TCP Echo client server in java
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-09
    • 文件大小:1286
    • 提供者:sunny
  1. javaSE_IM_source_code

    0下载:
  2. 企业即时通讯工具,采用C/S架构 + TCP/UDP协议 + Socket + 多线程技术实现。客户端支持:用户上下线,单聊,群聊,自定义消息字体样式,表情、图片发送,文件发送,语音聊天,修改状态,修改头像,修改密码等。服务端支持:服务器管理、用户管理、服务配置管理、日志管理等。 -Enterprise instant messaging tool, using the C/S architecture+ TCP/UDP protocol+ the Socket+ multithreadin
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:7975937
    • 提供者:
  1. Channels

    0下载:
  2. 采用NIO技术搭建的通道框架,提供数据收发、连接维持功能。 采用Netty框架设计TCP通道,支持大量客户端连接,且稳定可靠。-NIO technology to build the channel framework, data transceiver connected to maintain the functions. Using the the Netty framework of design TCP channel to support a large number of
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:7834264
    • 提供者:rabbit
  1. talkwith

    0下载:
  2. java实现局域网通讯 多线程 tcp udp 多客户端交互实现-java LAN communication multithreaded the tcp udp multi-client interaction to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-11-21
    • 文件大小:23225
    • 提供者:孟帆
  1. TCP_UDPreservemsg

    0下载:
  2. 1.Run Server.java first to monitor 2.read n_port. In this program and the n-port are 6060. 3.In the Client window, you will see "Remember the n_port and r_port are both 6060" "Please input the host name of server" 4.Since I tested th
  3. 所属分类:JavaScript

    • 发布日期:2017-11-09
    • 文件大小:9075
    • 提供者:yixing
  1. java_SOURCECODE

    0下载:
  2. 基于C/S结构,实现简单的TCP通信,其中包括一个服务器和一个客户端。实现两者之间简单的通信-Based on C/S structure, simple TCP communication, including a server and a client. To achieve simple communication between
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:5892
    • 提供者:夏千柔
  1. liotianduihuakuang

    0下载:
  2. 一对控制台下的TCP通信程序的客户端和服务器端,然后双方要能够相互发送和反馈信息进行无限次连续通信,直到其中一方发送表示结束通信的“end”字符串,然后接收方也返回一个“end”,双方结束通信。-The client and server side of the console under the TCP communication program, and then the two sides should be able to send each other and feedback inf
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:11337
    • 提供者:
  1. TCP_chat

    0下载:
  2. 使用TCP协议完善的一个私聊的服务器端和客户端的核心代码 -Use the TCP protocol sound of a whisper the core of the server-side and client code
  3. 所属分类:JavaScript

    • 发布日期:2017-11-26
    • 文件大小:2890
    • 提供者:徐亮
  1. chatroom

    0下载:
  2. 实现tcp协议的java聊天室,包括服务端和客户端,能公聊和私聊-Achieve tcp protocol java chat room, including server and client, can public chat and private chat
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:45896
    • 提供者:denghui
  1. 865880434

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接 客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:914901
    • 提供者:三鲜丸子
  1. ServerClient

    0下载:
  2. Server Client TCP 通信,采用Java语言,含窗体,测试通过,适合初学者,仅供参考-Server Client TCP communications, the use of the Java language, including forms, tested, suitable for beginners, for reference only.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-09
    • 文件大小:4159
    • 提供者:程鹏飞
  1. SocketTCPChat

    0下载:
  2. 基于Java实现,利用TCP协议,实现单一服务器与多客户端的通信-Java-based implementation, using TCP protocol, to achieve single-server and multi-client communication
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3038
    • 提供者:lixiang
  1. socket

    0下载:
  2. 简单的socket通信实例(通过tcp建立连接) 客户端、服务器端-Simple socket communication examples (via tcp connection is established) client, server-side
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1750
    • 提供者:yskyj
  1. socket_communication

    0下载:
  2. TCP套接字编程实现: 开发一个多线程服务器,它能并行服务于多个请求。 提示: 用Java或c/c++语言开发; 通过调用操作系统API接口创建线程; 假定3个客户端,客户端i发送“Hi,God”,服务器回答“What can I do for you, my son i”,客户端收到后显示服务器回答。 分别用TCP和UDP两个协议来测试,端口号自定义 -TCP socket programming: Develop a multi-threaded server,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2958
    • 提供者:yelangya
  1. MailProxy

    0下载:
  2. 计算机网络 邮件客户机 Javamail TCP/IP smtp-Computer network mail client Javamail TCP/IP smtp
  3. 所属分类:Java Develop

    • 发布日期:2017-05-29
    • 文件大小:11907304
    • 提供者:
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com