文件名称:time-example
- 所属分类:
- 软件工程
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- zhenx******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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 format output*/
printf(asctime(localtime(<))) /*tranfer to tm*/
printf(asctime(gmtime(<))) /*tranfer to Greenwich time*/
getch()
}
-shi jiancheng xumiao shu
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 format output*/
printf(asctime(localtime(<))) /*tranfer to tm*/
printf(asctime(gmtime(<))) /*tranfer to Greenwich time*/
getch()
}
-shi jiancheng xumiao shu
(系统自动生成,下载前可以参看下载内容)
下载文件列表
time example.doc