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

搜索资源列表

  1. Jeff-SystemTime

    0下载:
  2. Jeff-SystemTime 实时显示计算机当前时间及系统运行时间,绿色小软件-- SystemTime real-time display the current time and the computer system running time, Green small software
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:73234
    • 提供者:严有波
  1. systemTime

    0下载:
  2. 用visual c++ 编程来改变window系统的时间
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:32379
    • 提供者:kingkof
  1. timeclient_src

    0下载:
  2. The time is calculated and converted to 64-bit in the first and second lines and then converted to local time zone before being converted to a SYSTEMTIME structure. Last of all the system time is set.
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:5893
    • 提供者:lg
  1. SYSTEMTIME

    0下载:
  2. 如何在VC++中获取系统时间以及获得程序运行时间
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2722
    • 提供者:李红
  1. SystemTime

    0下载:
  2. 动态获取系统当前的年月日及具体时间,C++源码,下载解压即可运行
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31710
    • 提供者:吴侠
  1. systemtime

    0下载:
  2. 此程序是一个显示系统时间的小程序,可显示出年月日时分秒~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6212
    • 提供者:henyue
  1. SystemTime

    0下载:
  2. 用汇编显示系统当前时间,显示时、分、秒.-Display system used to compile the current time, show the hours, minutes and seconds.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:1133
    • 提供者:张宜华
  1. WakeUp

    0下载:
  2. WAKEUP使用称为「Date-Time Picker」的通用控件。这个控件用来让使用者选择指定的日期和时间(WAKEUP只使用时间挑选功能)。程序可以使用SYSTEMTIME结构来获得和设定时间,在获得和设定PC自身时钟时也使用该结构。-WAKEUP uses a common control called the Date-Time Picker. This control takes care of logic to allow the user to select a particula
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:60343
    • 提供者:我有罪
  1. systemtime

    0下载:
  2. Set windows system time in a delphi progra-Set windows system time in a delphi programm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5728
    • 提供者:raschi
  1. vb_system_time

    0下载:
  2. 该程序实现获取系统时钟,界面与电脑上的时钟基本一致-The program to achieve access to the system clock, the clock on the interface and the computer basically the same
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:4862
    • 提供者:
  1. systemtime

    0下载:
  2. 使用C++获取当前系统时间,并自动实时更新-Using C++ for the current system time, and automatically updated in real time
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:885073
    • 提供者:于鹏
  1. timetest

    0下载:
  2. 对系统时间的操作,三种数据类型:clock_t、time_t、SYSTEMTIME,三种类型下对系统时间的获取及操作。-The operation of the system time, three data types: clock_t, time_t, SYSTEMTIME, three types of access under the system time and operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3667667
    • 提供者:薛元
  1. systemtime

    0下载:
  2. 调用系统的api,获得系统时间,很好的一个了解api的例子-Call system API, get the system time
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:41435
    • 提供者:susan
  1. ReadHPtime-SRVER

    0下载:
  2. 借用第三方的串口定义和相应的支持文件,读取系统当前时间,通过自约定的通讯协议,将时间报文通过串口发送。-read systemtime and send it by com
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:758164
    • 提供者:金 明
  1. systemTime

    0下载:
  2. vxWorks下系统时钟管理功能函数,tornado集成开发环境,基于X86架构。-vxWorks lower system clock management functions, tornado integrated development environment, based on X86 architecture.
  3. 所属分类:VxWorks

    • 发布日期:2017-11-10
    • 文件大小:3701
    • 提供者:莫小夕
  1. time_t-tm-systemtime-

    0下载:
  2. 各种时间的转换 systemtime转time_t,FILETIME 转 time_t等-FILETIME TO TIME_T SYSTEMTIME TO TIME_T FILETIME TO FILETIME
  3. 所属分类:Console

    • 发布日期:2017-11-09
    • 文件大小:7223
    • 提供者:armygan
  1. getsettime

    0下载:
  2. Visual C#设置获取系统时间,并把时间绑定在TextBox上显示。在代码部分:先清除textBox1上的字符串, 创建SystemTime结构体,用于接收系统当前时间,获得系统的时间并存在SystemTime结构体中,将系统的时间从 SystemTime 结构体中中取出,并显示在textBox1上,程序从setDate,setTime控件中获取年,月,日,小时,分钟,秒信息,存入SystemTime结构体中,程序同进具备设置系统时间的功能,类似于Windows系统时间设置面板,将系统的时间
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:9362
    • 提供者:gpudn16
  1. systemtime

    0下载:
  2. 一个c++写的读取系统时间的源代码,希望帮助初学者-A c++ write read the system time of the source code, hope to help beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:31083
    • 提供者:李瑞豹
  1. BIOS_Time

    0下载:
  2. wince下获取BIOS时间,该工程为EVC工程,通过SYSTEMTIME来获取系统时间,并可设置系统时间。-Get the time of BIOS in the wince system.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-12
    • 文件大小:2800522
    • 提供者:cpu200100
  1. qtShowCurrentTime

    0下载:
  2. Qt界面注册程序开发,实时系统时间显示,注册登录界面-Qt register systemtime
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1134
    • 提供者:任拥伟
« 12 »
搜珍网 www.dssz.com