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

搜索资源列表

  1. netsw

    0下载:
  2. 网络切换代码,若PPPOE或静态网络断线,切换至当前的3G网络,含有心跳检测机制-Network switching code, if PPPOE or static network disconnection, switch to the current 3G network, containing heartbeat mechanism
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:5606
    • 提供者:刘宁
  1. UdpHeartSocket

    1下载:
  2. C udp 心跳功能,里面有服务端和客户端。详情看readme.txt-C udp heartbeat function, there are service and client. For more details, see the readme.txt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:13284
    • 提供者:main
  1. FileTrans

    0下载:
  2. 功能一:登录软件时,会自动监测到在线的用户,并显示在List列表中,利用“心跳机制”在线用户每隔5秒自动发送一个消息提示在线,当检测到某个用户5秒后没有发送,则判断该用户已经下线,从而及时将该用户从list表中删除 功能二:用户可以广播消息,在线的每个人都可以收到,也可以根据IP选择跟某个人私聊。还可以选择跟某个用户之间传递文件等大数据 块信息。 功能三:可以保存聊天记录到文件中,当再次登录的时候会显示当前的聊天记录。 -Function one: when you log so
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3895479
    • 提供者:郝青霞
  1. drbd-8.3.6.tar

    0下载:
  2. drbd源文件,热备使用,与heartbeat配合使用,drbd源文件,热备使用,与heartbeat配合使用-DRBD source file, use hot standby, and heartbeat, DRBD source file, use hot standby, used with the heartbeat
  3. 所属分类:Driver develop

    • 发布日期:2017-04-09
    • 文件大小:457469
    • 提供者:jacky
  1. 41861143mmtd1.1

    0下载:
  2. 现P2P的简单通信 包括心跳检测 掉线处理等功能-implement the communication between 2 peers-P2P communications is now a simple heartbeat dropped, including processing and other functions-implement the communication between 2 peers
  3. 所属分类:TreeView

    • 发布日期:2017-05-06
    • 文件大小:1138153
    • 提供者:雪欣共享号
  1. maxplus2

    0下载:
  2. 用maxplus2设计的心率计,能实现心率的测量,并且能分辨出心跳是否正常-Maxplus2 design with heart rate meter, measuring heart rate can be achieved, and can distinguish between normal heartbeat
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-07
    • 文件大小:1046447
    • 提供者:谢普等
  1. shell

    0下载:
  2. 一组shell脚本,在配置调度后可以在linux上实现mysql的增量备份、全量备份以及心跳检测自动启动mysql。-A set of shell scr ipts to configure the scheduler can be achieved in the incremental backup mysql on linux, full backup and heartbeat automatically start mysql.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1923
    • 提供者:hzy
  1. xintiao

    0下载:
  2. 带有心跳报文的程序 是模拟的 利用的是多线程 来进行模拟的 利用了定时器-Program with a simulated heartbeat packets using a multi-threaded to simulate the use of a timer
  3. 所属分类:Menu control

    • 发布日期:2017-04-05
    • 文件大小:33161
    • 提供者:xiaolang
  1. LoadBalance

    0下载:
  2. 一个简单的基于Linux的负载均衡服务器系统,包括4个客户端程序,1个负载均衡服务器,17个服务器,文件中还包括一个shell程序,辅助操作。功能很简单,一个客户机向负载均衡服务器发送时间请求报文,负载均衡服务器将请求报文转发给空闲服务器,空闲服务器取得时间信息后封装成响应报文,通过负载均衡服务器转发给客户端;另外负载均衡服务器与服务器之间通过心跳报文来确定服务器是否正常工作-A simple Linux-based server load balancing systems, includin
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:160167
    • 提供者:玉米味
  1. sx_py

    0下载:
  2. 电信闪讯路由器(TP-Link/Fast)拨号代码,python,含心跳包-Chinanet sanxun router dialing code(TP-Link/Fast),python, including heartbeat packet
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:19189
    • 提供者:楼劼
  1. drcom.c

    0下载:
  2. 第三方Drcom客户端,主要实现的功能是发送心跳包,保持在线。可以根据不同Drcom服务器进行修改。-Drcom third party client, the main function is to send heartbeat packets remain online. Drcom can be modified according to different servers.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3800
    • 提供者:田世磊
  1. Chater

    0下载:
  2. 老马写的一个聊天工具。 文件: 中文简体版(内附中文简体版说明文件) 源代码(VC++ 6.0) 功能: 一个网络聊天程序,任何一台机器均可成为服务器,其它想聊天的机器往它那里联即可。程序本身既可当Server又可当Client。 动机: 用于测试面向连接的socket编程,自己建立心跳保持功能。 说明: 曾经有同事评价这个软件的多线程部分写得太复杂,但是我个人认为抽象得还可以。-Maradona to write a chat tool. Fi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:79999
    • 提供者:xycy
  1. Stm32Systick

    0下载:
  2. Systick 就是一个定时器而已,只是它放在了 NVIC 中,主要的目的是为了 给操作系统提供一个硬件上的中断(号称滴答中断)。啥叫滴答中断?这里来简单地解释一下。操作系统进行运转的时 候,也会有“心跳”。 -Systick is just a timer, but it in the NVIC, the main purpose is to To the operating system to provide a hardware interrupt (k
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:520869
    • 提供者:沈标
  1. CSharp-socket

    0下载:
  2. C#的socket 一个简单的程序.有心跳包,远程桌面等功能,欢迎新手参考-The socket of a simple C# program. Heartbeat package, remote desktop and other functions, refer to welcome newcomers
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:368890
    • 提供者:Swift
  1. xintiao

    0下载:
  2. 心跳包机制,主要是linux平台上客户端和服务器段长连接的检测机制-Heartbeat mechanism is to achieve the client and server side in linux platform long connection
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2328
    • 提供者:jiajing
  1. unix_latex_template.tar

    0下载:
  2. ECG data base file. This file is from MIT ECG data base to calculate the heartbeat using matlab.
  3. 所属分类:Driver develop

    • 发布日期:2017-05-03
    • 文件大小:699580
    • 提供者:redmonk
  1. pasemi

    0下载:
  2. ax25 std heartbeat expiry for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1660
    • 提供者:sizeigen
  1. bcm63xx_dev_pci

    0下载:
  2. ax25 start heartbeat for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1026
    • 提供者:vaihuime
  1. heartbeat

    0下载:
  2. number of changes to be seen as live for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1584
    • 提供者:jmmunbp
  1. XNetFramework

    0下载:
  2. c#开发的socket封装类(包含心跳检测功能)及源码,内有demo例子,在开发需要通讯的程序时可以直接使用-C# development of socket wrapper class (including the heartbeat detection) and the source code, there is demo example, can be used directly in the development of need communication program
  3. 所属分类:CSharp

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