搜索资源列表

  1. 计算时间差

    1下载:
  2. 功能:计算两个time_t时间的差,返回值为double类型的秒-functions : two time_t terms of the time difference, return value to the type of double seconds
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6.4kb
    • 提供者:王 艳
  1. yuanpanshizhong

    0下载:
  2. 采用VC++实现时钟的圆盘式显示,使用time_t time精确到秒。-using VC disc clock shown that the use time_t time precise to the second.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:41.4kb
    • 提供者:王智
  1. DTConvertor

    0下载:
  2. Lately I ve had to do a lot of work with CTime and COleDateTime object variables. They re pretty nice classes to work with but not when you re debugging and need to know their actual date-time values. The CTime class sto
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:28.36kb
    • 提供者:lg
  1. 计算时间差

    0下载:
  2. 功能:计算两个time_t时间的差,返回值为double类型的秒-functions : two time_t terms of the time difference, return value to the type of double seconds
  3. 所属分类:Windows编程

    • 发布日期:2025-04-06
    • 文件大小:194kb
    • 提供者:王 艳
  1. DTConvertor

    0下载:
  2. Lately I ve had to do a lot of work with CTime and COleDateTime object variables. They re pretty nice classes to work with but not when you re debugging and need to know their actual date-time values. The CTime class sto
  3. 所属分类:按钮控件

    • 发布日期:2025-04-06
    • 文件大小:28kb
    • 提供者:lg
  1. SystemT2Str

    0下载:
  2. 本程序是一个很小的工具。我们的系统中全部采用time_t作为数据库和内部的时间。但平时检查测试时经常需要查看字符串格式的时间,为此特意制作一个小工具,组内使用频率还很高。-This procedure is a small tool. Our system all use time_t as the database and the internal time. However, the test usually checks ofte
  3. 所属分类:Dephi控件源码

    • 发布日期:2025-04-06
    • 文件大小:173kb
    • 提供者:陈晓斌
  1. TimeCalc

    0下载:
  2. 1970年开始大秒数到当前时间的转换,time_t到CTime-Large number of seconds since 1970 to the current time of conversion
  3. 所属分类:系统编程

    • 发布日期:2025-04-06
    • 文件大小:239kb
    • 提供者:www220
  1. DT

    0下载:
  2. This software is a helper to learn format conversion between CTime formatted date-time and time_t long integer. time_t use number of seconds elapsed since midnight (00:00:00), January 1, 1970.
  3. 所属分类:教育/学校应用

    • 发布日期:2025-04-06
    • 文件大小:51kb
    • 提供者:arf
  1. timer_system

    0下载:
  2. TurboC 提供了 time() (被定義在 <time.h> 中) 這個函式供我們取得系統時間, 當我們執行了 time(NULL) 時, 該函式便會傳回一個 time_t 型態(被定義在 <time.h> 中) 的數字, 單位是"秒", 所以我們應該先用 time_t 宣告一個變數, 來接收 time() 的傳回值:-TurboC provides the time () (is defined
  3. 所属分类:SCSI/ASPI

    • 发布日期:2025-04-06
    • 文件大小:3kb
    • 提供者:dudu
  1. time_t

    0下载:
  2. this source code convert the date and time to time_t the seconds pass 1970/01/01
  3. 所属分类:其他小程序

    • 发布日期:2025-04-06
    • 文件大小:59kb
    • 提供者:Reza Mohammadi
  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编程

    • 发布日期:2025-04-06
    • 文件大小:3.5mb
    • 提供者:薛元
  1. CALENDAR

    0下载:
  2. 本程序实现一个叫做week(time——t year,time_t month)的通用函数,通过参数year与month将制定的任意月份的日历表显示出来-This procedure is called the realization of a week (time- t year, time_t month) general function of the parameters of year and month will devel
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-04-06
    • 文件大小:1kb
    • 提供者:huyuanyuan
  1. TimeTConverter

    0下载:
  2. time_t converter (to / from time_t to any locale)
  3. 所属分类:其他小程序

    • 发布日期:2025-04-06
    • 文件大小:74kb
    • 提供者:thomas.joly
  1. related-time-function

    0下载:
  2. 这是一份关于time_t数据类型详细介绍及其相关时间操作函数的资料,对于熟悉时间函数的操作有很好的辅导作用。-This is a detailed descr iption about the data types time_t time manipulation functions and related data, for those familiar with the operation of a function of time
  3. 所属分类:Windows编程

    • 发布日期:2025-04-06
    • 文件大小:48kb
    • 提供者:aiya
  1. time-example

    0下载:
  2. 1.程序分析: 2.程序源代码: #include "stdio.h" #include "conio.h" #include "time.h" void main() { time_t lt /*define a longint time varible*/ lt=time(NULL) /*system time and date*/ printf(ctime(<)) /*english
  3. 所属分类:软件工程

    • 发布日期:2025-04-06
    • 文件大小:3kb
    • 提供者:zhenxinjian
  1. Date

    0下载:
  2. 自己实现的日期时间类,通过调用stl中time_t来实现的,精确到秒。-The date and time to realize his class by calling the stl in time_t to achieve accurate to the second.
  3. 所属分类:STL

    • 发布日期:2025-04-06
    • 文件大小:3kb
    • 提供者:daxia
  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. 所属分类:控制台(字符窗口)编程

    • 发布日期:2025-04-06
    • 文件大小:7kb
    • 提供者:armygan
  1. TimeConverter

    0下载:
  2. 用来转变time_t和yyyyMMddHHmmSS格式的时间格式的相互转化小工具-A tool used to comvert time format from time_t to yyyyMMddHHmmSS.
  3. 所属分类:其他小程序

    • 发布日期:2025-04-06
    • 文件大小:119kb
    • 提供者:jiaqiang
  1. time_t_20080715_163415

    0下载:
  2. 关于CTime和time_t及整型的各种转换,闲着做着玩的,有一定的参考价值,大家批评一下。-About CTime and time_t various conversion and integer, idle doing the play, there is some reference value, we criticize.
  3. 所属分类:对话框与窗口

    • 发布日期:2025-04-06
    • 文件大小:38kb
    • 提供者:Ge
  1. 110325dj9p6ik6j9iniiii

    0下载:
  2. STM32实时时钟功能的标准库实现首先是bsp驱动,包括初始化函数RTC_Init()和设置时间函数RTC_Set()。 接下来就是<time.h>中的相关函数,我只实现了我认为最重要的函数 time_t time(time_t *time) time_t mktime(struct tm *timeptr) struct tm *gmtime(const time_t *timer) 以及辅
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-04-06
    • 文件大小:3kb
    • 提供者:大鹏集成
« 12 »

源码中国 www.ymcn.org