文件名称:timer_system
介绍说明--下载内容来自于网络,使用问题请自行百度
TurboC 提供了 time() (被定義在 <time.h> 中) 這個函式供我們取得系統時間,
當我們執行了 time(NULL) 時, 該函式便會傳回一個 time_t 型態(被定義在 <time.h> 中)
的數字, 單位是"秒", 所以我們應該先用 time_t 宣告一個變數, 來接收 time() 的傳回值:-TurboC provides the time () (is defined in the <time.h> In) This function is for us to get the system time, when we carried out time (NULL) , the function will return a time_t type (defined in the <time.h> Middle) figure, the unit is " seconds" , so we should first declare a variable to use time_t to receive time () return a value:
當我們執行了 time(NULL) 時, 該函式便會傳回一個 time_t 型態(被定義在 <time.h> 中)
的數字, 單位是"秒", 所以我們應該先用 time_t 宣告一個變數, 來接收 time() 的傳回值:-TurboC provides the time () (is defined in the <time.h> In) This function is for us to get the system time, when we carried out time (NULL) , the function will return a time_t type (defined in the <time.h> Middle) figure, the unit is " seconds" , so we should first declare a variable to use time_t to receive time () return a value:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
timer_system.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.