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

搜索资源列表

  1. kingate-1.6.tar

    0下载:
  2. kingate是一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类unix,还有windows(最新版本要求nt 4.0以上)操作系统上 kingate是一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 kingate还支持tcp端口映射,可以实现别人访问你的内网主机。-kingate is an agent server,
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:225105
    • 提供者:none
  1. lost ping

    0下载:
  2. This utility make ping continusly for testing the connection to an IP showing the time a connection is lost and when it return.
  3. 所属分类:TCP/IP协议栈

  1. Time-Service

    0下载:
  2. 实现Time服务 C语言 TCP协议 服务器 客户端-Time Service C language to achieve TCP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:112487
    • 提供者:zhangzhengyi
  1. TCP

    0下载:
  2. java编写的时间服务器 用于两台在一个局域网内的计算机通信。-time server written in java for two computers to communicate over a LAN.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:3523
    • 提供者:陆旭
  1. tcp-ack-delay

    0下载:
  2. 该文章讲述,TCP的ACK应答机制以及如何缩短TCP的ACK延时时间。对于设计服务器有用-The article describes the ACK TCP response mechanism and how to shorten the time of ACK TCP delay. Useful for designing servers
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:13031
    • 提供者:刘飞
  1. TCP

    0下载:
  2. TCPIP实时进行字符串,准确无误的收发-Send and receive real-time string TCPIP, accurate
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:21649
    • 提供者:yuqi
  1. tcp

    0下载:
  2. java 实现简单的基于tcp 通讯 可以有多个客户端同时 发信息-Java implementation of a simple TCP based communication can have multiple clients at the same time send messages
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-14
    • 文件大小:2590
    • 提供者:LZ
  1. tcp

    0下载:
  2. 实现1个TCP并发服务器,至少可以为10个客户端同时提供服务-Implement a TCP concurrent server, at least 10 clients to provide services at the same time
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-12
    • 文件大小:1456
    • 提供者:
  1. TCP-Client-Test

    0下载:
  2. 需要一个用来测试JAVA服务器连接及数据处理能力的客户端压力测试工具,网上找了很久没找到合适的; 花了半天写了个,很久没写Delphi程序,手生了!-A need to test the JAVA server connection and data processing capabilities of the client stress testing tool, the Internet looking for a long time could not find the right
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-29
    • 文件大小:387767
    • 提供者:尚文
  1. TCP_time_server-to-client2

    0下载:
  2. TCP时间服务器例程: 服务器端程序等待客户端连接请求 当有客户端请求时,显示客户端IP地址和端口地址 给客户端返回服务器端当前时间 客户端向服务器端询问当前时间 连接到时间服务器 显示从服务器返回的时间信息 -TCP Time Server Instance: The server-side program waits for a client connection request When a client requests, display the cl
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-05
    • 文件大小:67539
    • 提供者:鹏哥
  1. 1.tcp-concurrent-select

    0下载:
  2. 此程序完成了服务器并发的操作,服务器同时可以接受多个的客户端的连接请求-This program finished the concurrent operation, the server can accept multiple client connection requests at the same time
  3. 所属分类:Linux Network

    • 发布日期:2017-12-15
    • 文件大小:8192
    • 提供者:火柴
  1. tcpudptest

    1下载:
  2. tcp\udp 网络压力测试,能同时连接上千个线程,是较好的压力测试工具(Tcp\udp network stress test, which can connect thousands of threads at the same time, is a better stress test tool)
  3. 所属分类:网络编程

    • 发布日期:2017-12-28
    • 文件大小:124928
    • 提供者:张长宜
  1. PLCnet

    0下载:
  2. 这是个三菱PLC的TCP/IP应用的梯形图,包括主机和分机的应用,该程序在实际的产品中应用过,自己调试很久做好的,决对可行。(This is a MITSUBISHI PLC TCP/IP application ladder diagram, including mainframe and extension applications, the program used in the actual product, their own debugging for a long time, an
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-17
    • 文件大小:7168
    • 提供者:xiegao12
  1. tcpgeoconnections_source

    0下载:
  2. An entertaining source, a program that shows in real time all the outgoing TCP connections from your computer, but the most interesting distinctive feature is that it also in real time is able to display the location on the card with which the connec
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:540672
    • 提供者:Alex-67
  1. TcpServerClient

    0下载:
  2. 包含三个类,TCPServer.cs 这个类是TCP服务端,TCPClient.cs这个类是TCP客户端,TCPServerClient.cs 这个类是服务端连接的客户端对象,自带握手校验功能,异常连接在指定时间内被关闭(Contains three classes, the TCPServer.cs class is a TCP server, the TCPClient.cs class is a TCP client, the TCPServerClient.cs class is con
  3. 所属分类:C#编程

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:小唐Bininc
  1. TCP

    0下载:
  2. 在linux平台下的使用TCP协议连接服务器进行数据的传输,程序为C语言开发,里面还有server端的程序,可以在linux端开启两个终端同时测试(Using TCP protocol in Linux platform connected to the server for data transmission, the program is the C language development, and on the server side program, can be in the Lin
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:萤火虫@w
  1. SocketToolsourcecode

    2下载:
  2. Socket测试工具包的开发 第一阶段,先开发客户端,第二阶段 开发服务端. 1.GPS坐标数据的解析与转化, 比如开始和结尾判断后,中间取字符串的方式. 使用什么样的编码. 2.Json数据的解析与转化,快速的发送类的一种方式,不用考虑那么多的字节转化方式 3.最简单的是发送字符串,这样的功能市面上都有。 我要能够发送字节串,可以写一个16进制串,然后发送出去. 可以定时发送. 4.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据. 5.添加的测试服务器和
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-09
    • 文件大小:3622912
    • 提供者:sherry0wsy
  1. MYTOOLS

    5下载:
  2. C#开发的工业自动化控制类,大部分已经写完且验证过: 一、EPSON Robot Remote TCP/IP Control: 用于对EPSON机械手进行远程以太网控制; 二、Motion Control(GoogolTech/LeadShine):对固高和雷赛运动控制卡的DLL文件中的函数进行第二次封装; 三、Advantech: PCI1752:研华数据采集卡PCI1752更新输出及输出状态回读; PCI1754:研华数据采集卡PCI1754更新输入信号;
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:6617088
    • 提供者:southeastofstar
  1. BTCollection.pro

    0下载:
  2. 通过蓝牙和电子扳手通讯获取扳手的最大扭矩记录到数据以后存储,并且实时和服务器通过wifi连接把扳手的转动扭矩数据上传到服务器记录下工人一共安装了多少根螺丝,每根螺丝是否达到了规定的扭矩(The maximum torque wrench records to obtain via Bluetooth and electronic communication to the data storage after the wrench, and the real-time and the server
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:20824064
    • 提供者:SnailBoy
  1. Breeze_STM32_CAN_485_20140312

    1下载:
  2. 该程序基于STM32F103ZET6平台,集成DMA,IIC,SPI,UART,CAN,485驱动通过W5100实现基于TCPIP的远程组网,CAN/485控制,并通过LCD(驱动芯片ST7920)实时显示(本例程不包含GUI)(The program, based on the STM32F103ZET6 platform, integrates DMA, IIC, SPI, UART, CAN, and 485 drives a TCPIP based remote networking t
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2020-05-15
    • 文件大小:542720
    • 提供者:超级农民工
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com