随笔分类 -  windows设计

摘要:win学习 阅读全文
posted @ 2013-07-11 14:29 herizai 阅读(330) 评论(0) 推荐(0)
摘要:1 #include "stdio.h" 2 #include "time.h" 3 #include "dos.h" 4 #include "windows.h" 5 #include "string.h" 6 #include "ctype.h" 7 8 int year_r(); //显示年 9 int month_h(); //月 10 int date_e(); //日 11 int time_e(); //时间 12 char * time_ta(); //将日期 阅读全文
posted @ 2013-06-26 18:55 herizai 阅读(538) 评论(0) 推荐(0)