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

搜索资源列表

  1. 01

    0下载:
  2. 套接字连接超时设计方案:在使用tcp进行网络通信时,由于受到网路传输速度的限制,所以经常会导致套接字连接占用很长时间。本程序实现用户要求3秒中没有建立连接,就认为连接失败,要求重新连接来避免这种情况。-Socket connection timeout design: tcp in the use of network communications, the transmission speed of the network due to the restrictions, so often l
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-28
    • 文件大小:216021
    • 提供者:fanren
  1. CS

    0下载:
  2. 基于C/S模式的客户端服务器编程,通过TCP UDP连接实现时间查询,数值计算功能。-Based on C/S mode of client-server programming, TCP UDP connection through time inquiries, numerical computing.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:198251
    • 提供者:鲁晓明
  1. ChatServer

    0下载:
  2. 利用C++实现的一个即时通讯系统的服务器端。传输层采用的是TCP协议。这是本科时候的毕业设计,最后评定为优,希望对一些朋友能有所帮助。-The use of C++ implementation of an instant messaging system server side. Transport layer protocol used is TCP. This is the time of undergraduate graduation project, and finally clas
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:368336
    • 提供者:刘海涛
  1. SSVSPM

    0下载:
  2. 直接运行批处理文件install.bat即可. VCP 虚拟串口软件可以将TCP/IP 连接映射成本机的虚 拟COM 口,应用程序通过访问虚拟串口,就可以完成远 程控制、数据传输等功能. VCP特点: 支持多虚拟串口映射 收发采用多线程架构 支持虚拟串口参数同步指 网络断开后自动连接 具有实时虚拟串口数据传输监控 适应范围: 可以将任何使用TCP/IP或UDP广播方式传输数据的 嵌入式设备虚拟成本机的CO
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3277913
    • 提供者:蔡生
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. wangluop2p

    0下载:
  2. 本文首先分章介绍 P2P 技术、P2P对等点发现技术、网络技术、面向对象的网络framework 技术;然后实现一个P2P对等点发现模型,以及利用设计模式思想实现对 WINSOK 的面向对象的封装,实现TCP,UDP,及同步时间分离模型(Reactor模型)和主动器模型(Proactor模型),并实现相应的测试程序。-At first,This text divides Chapters to introduce P2P technology, P2P peer discovery techno
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-02
    • 文件大小:529980
    • 提供者:朱华
  1. tcpip-1

    0下载:
  2. 能够在较短的时间内,了解 TCP/IP协议,对于初学者很有帮助-Able in a relatively short time to understand the TCP/IP protocol, useful for beginners
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-30
    • 文件大小:12054873
    • 提供者:王鹤鹤
  1. uC0STCPIP

    0下载:
  2. 结合ez80和ARM7两种系统上的具体实现,说明了如何在嵌入式实时操作系统uC/0SII上移植实现LwIP这套TCP/IP协议栈,使uC/0S II成为支持网络的RTOS。-Ez80 and ARM7 combining the two systems to achieve specific, how in the embedded real-time operating system to achieve LwIP transplantation uC/0SII on this TCP/IP
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-15
    • 文件大小:5683
    • 提供者:王啸
  1. TCPRobustExplicit

    0下载:
  2. TCP Robust Explicit Congestion Notification 协议分析。这个是我上博士时的作业ppt.-TCP Robust Explicit Congestion Notification protocol analysis. This is my doctoral work at the time of ppt.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:270507
    • 提供者:pmz
  1. 200942411001199VCusefulexamplesofcode

    0下载:
  2. 十个有用的VC编程实例: 实例1 重启动和关闭计算机 实例2 实现QQ程序的抽屉效果 实例3 进制转换 实例4 读写系统时间 实例5 网络聊天:WINSOCK-TCP 实例6 拷贝、删除和移动文件 实例7 屏蔽系统热键和隐藏任务栏 实例8 在IE工具栏中加入快捷图标 实例9 获得主机名和IP地址 实例10 获得Windows系统安装目录-10 VC useful programming examples: Example 1 restart and shu
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6120538
    • 提供者:若水
  1. LINUXbaipishu

    0下载:
  2. 本书同时收录了Linux领域两位领导人物的作品—相当于“Linux 文档项目”的一个印刷版本,展示了Linux 核心概念及其基本结构。对于面向所有主流Linux子系统的支持与管理任务,本书都进行了恰到好处的讲解。涵盖的主题包括文件系统、目录、引导和关机、打印、网络兼容性、网络应用、网络登录、安全、用户账号、数据备份等等。此外,还针对TCP/IP网络、电子邮件、硬件问题以及网络的管理与配置,进行了专门讨论。-At the same time, this book includes the two
  3. 所属分类:Linux Network

    • 发布日期:2017-05-23
    • 文件大小:7168805
    • 提供者:曹家荣
  1. NetTempServer

    0下载:
  2. 远程温度实时监控服务器,远程客户端通过tcp/ip边接到服务器后,可以实现实时温度监测目的。-Real-time monitoring of server remote temperature
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:9056
    • 提供者:甄昕
  1. NetworkChange

    0下载:
  2. VB版的TCP/IP协议参数修改工具,经常从事网络编程的朋友都知道,有时候我们需要频率更改TCP/IP的配置参数,手功更改太麻烦了,这一款工具专为能快速实现这一功能而编写的,可以为您编写网络软件节省宝贵的时间。-VB version of the TCP/IP protocol parameters modified tools, often engaged in network programming friends all know that sometimes we need to cha
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:56242
    • 提供者:Vermont
  1. GPScr

    0下载:
  2. > 该系统包括伯乐股市系统主程序/服务器端程序/系统数据库支持引擎/GTK > 可在单进程的模式下实现基于TCP/IP的网络数据传输 > 支持分时线显示 > 支持股票明细数据,分笔成交数据显示 > 支持数据库MYSQL > 内含指标函数库,能完成一般指标的编写 > 内含配置库读写函数,完成对系统参数的读写 -> The system includes the stock market syste
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-05-22
    • 文件大小:6994769
    • 提供者:张杉
  1. ForEx

    0下载:
  2. Foreign Exchange Currency display. A simple VB program with GUI to send serial data over com port or TCP data to any hardware display with LEDs to show the currency exchange data. The hardware we built looks very much like the screen including the ti
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:11462
    • 提供者:buildmet
  1. 1.2.4.2

    0下载:
  2. 1. Sniffer traffic for the protocol TCP. 1.1. Interception of FTP logins on any port. 1.2. Interception of POP3 logins on any port. 1.3. The interception of any data from the traffic (a personal request). 2. Intercepting HTTP / H
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-05-07
    • 文件大小:1634491
    • 提供者:aidj
  1. QQliaotiangongju

    0下载:
  2. 本程序采用tcp/ip socket多线程编程,并对一些重要的同步操作做了超时控制,以减少等待的时间,像连接服务器,等待对方接收文件等。基本功能跟QQ类似,能进行多点的聊天和点对点的文件传送。-This procedure using tcp/ip socket multi-threaded programming, a number of important and did a time-out synchronization control, in order to reduce the w
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:244857
    • 提供者:竹竹
  1. tcpconversationprocess

    0下载:
  2. 简单的tcp会话程序,可以进行简单的会话,运行时请先运行服务端-Tcp simple conversation process, the conversation can be a simple, run-time client, please run the service
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-19
    • 文件大小:5169850
    • 提供者:尹有志
  1. MyChat

    0下载:
  2. 该程序基于TCP/UDP的多线程通信程序,同时即可作为服务器端又可做客户端-The program based on TCP/UDP communications of multi-threaded process, at the same time you can do as a server-side client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1951825
    • 提供者:许延
  1. lab3_super

    0下载:
  2. 能提供文件传输、ECHO、TIME和DAYTIME服务,即在多协议单服务服务器的基础上实现多协议多服务服务器(超级服务器)。同时支持UDP和TCP-To provide file transfer, ECHO, TIME and DAYTIME services, that is, a single multi-protocol services in the server based on multi-service multi-protocol server (super server).
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-15
    • 文件大小:3727279
    • 提供者:morecool
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »
搜珍网 www.dssz.com