CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 时间 同步

搜索资源列表

  1. SClient

    0下载:
  2. 时间同步客户端,WINDOWS下的.后面有linux下的同步客户端.-time synchronization client, the Windows. linux is behind the synchronization client.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:58.62kb
    • 提供者:孙刚
  1. sntpdate-20030425.tar

    0下载:
  2. linux下的internet time 时间同步代码
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3.84kb
    • 提供者:王梦
  1. ds3231

    0下载:
  2. DS3231 RTC的linux驱动程序,实现时间同步功能。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:6.06kb
    • 提供者:wenbinwu
  1. ntpclient-2007

    0下载:
  2. 实现linux系统和网络时钟服务器的时间同步,从而可以得到准确的时间.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:55.44kb
    • 提供者:liugang
  1. hwclock

    0下载:
  2. linux C程序, 用于同步rtc读取得时间和kernel的时间, 因为有时由于硬件的影响,这两个时间会产生差异。 程序相当于hwclock, 可用于嵌入式设备上。-linux C program, is used to syncronize the time bwtween RTC and kernel time, since sometimes the two time differs because of hardware problem on embedded equipment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:6.92kb
    • 提供者:孙凯亮
  1. ntpclient

    1下载:
  2. ntpclient ntp 时间同步的客户端代码,可应用于windows,linux等系统;该代码基于协议RFC1305规范实现-ntpclient sntp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:29.32kb
    • 提供者:ysp
  1. timeServer

    0下载:
  2. linux下利用socket c语言编写的时间同步服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language time synchronization server and client, with flow charts and notes, suitable for socket learners ~
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:772.92kb
    • 提供者:Boycott
  1. ntp-4.2.4p6.tar

    0下载:
  2. linux下利用NTP协议的网络时间同步客户端,可以与网络时间服务器实时同步时间。-Agreement under linux using NTP network time synchronization client, with real-time network time server time synchronization.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-13
    • 文件大小:3.28mb
    • 提供者:Felix
  1. ntpclient

    0下载:
  2. ntp 时间同步的客户端代码,可应用于windows,linux等系统中-ntp time synchronization client code, can be applied to windows, linux and other systems
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:40.51kb
    • 提供者:
  1. linux_ntp

    0下载:
  2. linux下C实现的NTP协议时间同步,直接gcc编译即可运行-C achieved under linux time synchronization protocol NTP, direct gcc compiler can be run
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:8.37kb
    • 提供者:FlairanWang
  1. Createprocess

    2下载:
  2. 创建进程 文件包含在linux和windows下创建进程的算法 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在L
  3. 所属分类:Windows Develop

    • 发布日期:2016-03-29
    • 文件大小:1.28mb
    • 提供者:得分
  1. ntpclient_2010_365.tar

    0下载:
  2. ntp client协议实现了linux时间同步-the ntp client protocol the time synchronization on linux
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:29.71kb
    • 提供者:zhyouyou
  1. src_linux_ntpclient

    0下载:
  2. linux环境下学习网络时间同步的ntp源码,绝对源码,并在ubuntu10.04完美运行通过,供大家参考。-linux environment learning network time synchronization of the NTP source code, source code, and in ubuntu10.04 absolutely perfect running through, for everybody reference.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-07
    • 文件大小:130.33kb
    • 提供者:林书豪
  1. NTP_Client(linux)

    0下载:
  2. linux环境下开发的,用于实现时间同步协议的NTP客户端程序,内有NTP协议的详细说明-linux development environment for achieving time synchronization protocol NTP client program, with a detailed descr iption of the Network Time Protocol (NTP)
  3. 所属分类:Linux Network

    • 发布日期:2017-11-17
    • 文件大小:125.71kb
    • 提供者:hjc
  1. ntp

    0下载:
  2. linux上ntp时间同步协议实现,基于c语言。-linux on ntp time synchronization protocol, based on c language.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:350.03kb
    • 提供者:lihanwei
  1. 进程控制

    0下载:
  2. 在Windows下实现: 使用CreateProcess()来创建进程 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 调用GetSystemTime()来获取时间linux下实现: 使用fork()/execv()来创建进程运行程序 使用wait()等待新创建的进程结束 调用gettimeofday()来获取时间
  3. 所属分类:系统编程

    • 发布日期:2014-04-10
    • 文件大小:2.09kb
    • 提供者:psunny68
  1. linux-time-synchronization-settings

    0下载:
  2. linux时间同步,主要介绍了linux时间是如何个同步到-linux time
  3. 所属分类:Project Manage

    • 发布日期:2017-04-13
    • 文件大小:1.68kb
    • 提供者:袁建增
  1. linux-c_timpsend

    0下载:
  2. 提供linux下的时间传送功能,可用作机器之间的时间同步-use this demo to send clock of the system
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:437.7kb
    • 提供者:陈诚
  1. SetTime

    0下载:
  2. 以UDP通信为基础,实现了linux平台主机之间系统时间同步的功能。程序分为客户端和服务端两个。服务端运行于作为时间标准的主机上,客户端运行于需要同步系统时间的主机上。运行时,客户端向服务段发送同步时间请求,服务端收到请求后将本机系统时间发给客户端,然后客户端根据收到的答复设置本机系统时间。运行时,请保证以root用户运行客户端程序以确保有权限修改系统时间。-With UDP-based communication, to achieve the system time synchronizat
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:59.85kb
    • 提供者:LIU
  1. 1823ntp

    0下载:
  2. linux 下ntp协议,用于时间同步,附有文档,客户端代码,(linux under the NTP protocol for time synchronization, accompanied by documents, client code,)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:350kb
    • 提供者:幼儿园11
« 12 »
搜珍网 www.dssz.com