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

搜索资源列表

  1. CHAT_ROOM

    0下载:
  2. 基于TCP/UDP的Java局域网聊天室,支持私聊和群聊功能,目前不支持文件共享功能。-TCP/UDP-based Java chat room, support private chat and group chat feature does not currently support file sharing.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:53272
    • 提供者:牛根强
  1. MyChat

    0下载:
  2. java tcp聊天程序,实现简单的聊天和文件传输-java tcp Chat program
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:31795
    • 提供者:伍鹏飞
  1. MyChat

    0下载:
  2. TCP编程,chatDisplay.java-TCP programming, chatDisplay.java
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:9616
    • 提供者:Carol
  1. TcpSendFile

    0下载:
  2. 根据TCP协议,进而实现文件发送传输的功能的源码-According to the TCP protocol, and then send the file transfer function source
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-10
    • 文件大小:8059
    • 提供者:fanyinghao
  1. myTcp

    0下载:
  2. 点对点的TCP通信,单线程,很简单,主要加深对tcp通信的理解。-point to point by TCP
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:75070
    • 提供者:刘泽珺
  1. TCP

    0下载:
  2. 简单聊天室(实现客户端多人聊天同时在服务器显示)-Simple chat room(Implement the client many people chat at the same time according to the server)
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:5700
    • 提供者:邵志超
  1. chat

    0下载:
  2. 这是用java写的网络聊天程序,使用TCP协议来和服务器建立连接,实现了单聊和群聊的效果,同时能够实时记录用户所聊天的内容,类似于一个记录功能的聊天记录器,将用户聊天的内容存放在D:\chatMessage.txt文件下-This is a network chat program written in java, and the server using the TCP protocol to establish a connection, to achieve the effect of a
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:22955
    • 提供者:赵勇
  1. peer-to-peer-java

    0下载:
  2. 实现P2P指定文件夹下的动态同步功能,支持新加入文件同步,不支持删除文件同步-when a peer establish a TCP connection with another peer, both of them will compare the lists of files they possess(assume that these shared files are stored in a designated folder in each peer), and proceed to
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:14184159
    • 提供者:
  1. FeiChat

    0下载:
  2. 使用UDP/TCP两种协议实现的点对点聊天小程序-A little chat diagram with UDP/TCP,in java
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:56606
    • 提供者:郝德水
  1. javaqq

    0下载:
  2. 本系统采用C/S结构,开发中利用了TCP/IP协议,多线程,Socket编程等技术。在服务器监听多个客户端中使用多线程。系统中信息的发送和读取采用自定义的对象来传递。对于用户信息等内容利用MySql数据库进行存储。系统的主要模块为,用户注册模块,用户登录模块,用户添加好友和删除好友模块,好友聊天模块。当前系统是通过服务器转发实现好友聊天。-The system uses C/S structure, the development of the use of the TCP/IP protoco
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:575968
    • 提供者:丁强
  1. TCP

    0下载:
  2. 能够实现文件传输 仔细了解之后 能够自己学习这方面的知识 希望对初学者有所帮助-File transfer can be achieved after a careful understanding of their own learning can hope that this knowledge be helpful for beginners
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-01
    • 文件大小:2915
    • 提供者:123
  1. TCPSocket

    0下载:
  2. TCP Socket TCP Socket TCP Socket-TCP Socket
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:1037390
    • 提供者:阿萨德
  1. tcpServer

    0下载:
  2. 一个基于Java的TCP 服务器,能够处理TCP请求,代码简练。-A Java-based TCP server that can handle TCP requests, concise code.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-30
    • 文件大小:568
    • 提供者:hmity
  1. tcp_socket

    0下载:
  2. 一个基于java的简单的文件上传程序。使用tcp协议,内含一个服务器程序和文件拷贝程序-A java based simple file upload process. Using tcp agreement includes a server program and file copy program
  3. 所属分类:Applet

    • 发布日期:2017-11-22
    • 文件大小:12257
    • 提供者:eric
  1. tcp

    0下载:
  2. socket编程,是是给初级的Java程序员学习使用-socket programming is to give junior Java programmers learn to use
  3. 所属分类:JavaScript

    • 发布日期:2017-12-03
    • 文件大小:1585
    • 提供者:xdssd
  1. NetworkSimulatorDelay

    0下载:
  2. The term network programming refers to writing programs that execute across multiple devices (computers), in which the devices are all connected to each other using a network. The java.net package of the J2SE APIs contains a collection of classe
  3. 所属分类:Java Develop

    • 发布日期:2017-11-18
    • 文件大小:129237
    • 提供者:Bhaskar
  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. port_scan

    0下载:
  2. 简单的端口扫描器,实现tcp,udp扫描-simple scanner
  3. 所属分类:Java Develop

    • 发布日期:2015-04-23
    • 文件大小:58368
    • 提供者:不是驴子
  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 2 ... 13 14 15 16 17 1819 20 21 22 23 24 25 »
搜珍网 www.dssz.com