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

搜索资源列表

  1. java

    0下载:
  2. java tcp get system time server
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1823
    • 提供者:hsu
  1. 2004120117454829025

    1下载:
  2. 多线程通信 程序说明 Ⅰ、设计项目: 简单的聊天程序 Ⅱ、设计人: 刘亚焱 Ⅲ、设计时间: 2003.5.6 Ⅳ、设计步骤: 1)需求分析: 用java实现底层网络通信,我用的是 TCP/IP协议里的套接字(Socket)编程接口来实现网络通讯。 2)设计部分: socket是一种流式通信机制,是一种基于连接的通信,即,在通信之前通信双方确认身份并建立一条 专用的虚拟连接通道,然后他们通过这条通道传送数据信息进行通信,当通信结束时再将原来所建的连 接拆除。-multithreaded commu
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:315928
    • 提供者:
  1. socket

    0下载:
  2. 基于Socket的即时通信系统针,对client/server(客户端/服务器)模式的应用以及实现某些特殊的协议的应用,它的通讯过程是基于TCP/IP协议中传输层接口Socket实现的-Real-time communication system based on Socket pin, on the client/server (client/server) mode of application of the agreement and the achievement of certain
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:11009
    • 提供者:shangyong
  1. java_TCP_chatroom

    0下载:
  2. 利用java application应用程序完成基于TCP/IP网络的实时聊天程序,本次附word文档,含运行结果。-Complete the application using java application based on TCP/IP networks, real-time chat program, this word document attached, including operating results.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:30853
    • 提供者:
  1. fs

    0下载:
  2. 局域网共享软件 此时本人实现的基于tcp协议实现的局域网共享软件,拥有局域网扫描,复制,删除等功能-LAN sharing software at this time I realized tcp protocol-based local area network to share software with LAN scan, copy, delete and other functions
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:79392
    • 提供者:天雨
  1. ELICTRICWeREALIZE

    0下载:
  2. 分析了当前电力系统发电设备故障诊断中存在的问题,提出了解决方案—— 基于Internet的发电设备状态监测与诊断,介绍了基于Internet的发电机组远程监测诊断系统的结构与实现技术,并从实时性、安全性的角度,着重分析采用JDBC、Servlet实现方案的优劣。结合作者的实践,介绍了使用Java A pplet、TCP/IP协议和Java Socket技术开发的一套远程状态监测诊断系统。-Analysis of the current generation power system fault
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:278570
    • 提供者:viewsky
  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. 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. modbustest

    1下载:
  2. modbus tcp java编写,非常实用,内容简洁,省去了半天查找的时间-Modbus TCP Java code, very practical, concise, eliminating the along while to find the time
  3. 所属分类:Java Develop

    • 发布日期:2016-11-22
    • 文件大小:5120
    • 提供者:zhangyang
  1. ELICTRICWeREALIZE

    0下载:
  2. 分析了当前电力系统发电设备故障诊断中存在的问题,提出了解决方案—— 基于Internet的发电设备状态监测与诊断,介绍了基于Internet的发电机组远程监测诊断系统的结构与实现技术,并从实时性、安全性的角度,着重分析采用JDBC、Servlet实现方案的优劣。结合作者的实践,介绍了使用Java A pplet、TCP/IP协议和Java Socket技术开发的一套远程状态监测诊断系统-Analysis of the current problems of power generation eq
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1570898
    • 提供者:彭阳
  1. cmpp2-v4.0-(1)

    0下载:
  2. CMPP提供了基于TCP的长连接接口和短连接接口标准,SGIP提供了基于TCP和HTTP/TCP的短连接接口标准。CMPP中的短信网关为TCP服务器,通过接收SP发起的TCP连接来发送MT/MO/Report/Resp等消息。SGIP中发送MT/MTResp时是短信网关为TCP服务器,发送MO/MOResp/Report/ReportResp时短信网关作为TCP客户端。 长连接接口 通信双方以客户-服务器方式建立TCP连接,用于双方信息的相互提交。当信道上没有数据传输时,通信
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-11
    • 文件大小:2423525
    • 提供者:吴玉建
  1. mySocket

    0下载:
  2. 使用此库可以直接在网页上创建 Socket TCP 连接,并与服务端连接,发送和接收数据。拥有完善的 Socket 接口,更方便操作。 Socket 适用于点对点聊天、协同或者聊天时等需要获得实时的数据。如果您找到了此组件,也必然知道 Socket 和 AJAX 的区别。 迈云 Javascr ipt Socket 类可以在网页上创建原生Socket,并与服务器端通讯。Socket具有持久、实时的优点,适合IM、聊天室、网络游戏、实时更新、实时推送等等的各个场合。-Using this
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-30
    • 文件大小:8356
    • 提供者:zzpudn62
  1. Workerman-master

    0下载:
  2. Workerman是一款纯PHP开发的开源高性能的PHP socket 服务器框架。 支持TCP长连接,支持Websocket、HTTP等协议,支持自定义协议。拥有异步Mysql、异步Redis、异步Http、异步消息队列等众多高性能组件。-Workerman makes network applications development faster and easier. Event-driven, non-blocking I/O makes it lightweight and eff
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-11
    • 文件大小:46197
    • 提供者:stonezuohui
  1. Networking Programs

    0下载:
  2. These Are Some Of The Programs Based On Networking In JAVA. Programs Include - Chat Appl (TCP), Chat Appl (UDP), Date Time, Echoing, HTML Getter And Port Sniffer. Please Note That In Client/Server Applications You Need To Start The Server First And S
  3. 所属分类:Java编程

    • 发布日期:2017-12-20
    • 文件大小:21504
    • 提供者:james1231
搜珍网 www.dssz.com