C语言日历源代码.doc
《C语言日历源代码.doc》由会员分享,可在线阅读,更多相关《C语言日历源代码.doc(7页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Four short words sum up what has lifted most successful individuals above the crowd: a little bit more.-author-dateC语言日历源代码C语言日历源代码#include main()int year,month,day,num_month;int j,num=0;printf(请输入年份:);scanf(%d,&year);printf(请输入月份:);scanf(%d,&month);for(j=1980;jyear;j+)if(j%4=0&j%100!=0|j%400=0)num+
2、=366;else num+=365;switch(month)case 12:num+=30;case 11:num+=31;case 10:num+=30;case 9:num+=31;case 8:num+=31;case 7:num+=30;case 6:num+=31;case 5:num+=30;case 4:num+=31;case 3:if(j%4=0&j%100!=0|j%400=0)num+=29;else num+=28;case 2:num+=31;case 1:;switch(month)case 1:num_month=31;break;case 2:if(year
3、%4=0&year%100!=0|year%400=0)num_month=29;else num_month=28;break;case 3:num_month=31;break;case 4:num_month=30;break;case 5:num_month=31;break;case 6:num_month=30;break;case 7:num_month=31;break;case 8:num_month=31;break;case 9:num_month=30;break;case 10:num_month=31;break;case 11:num_month=30;break;case 12:num_month=31;break;printf(n星期日t星期一t星期二t星期三t星期四t星期五t星期六n);for(j=1;j=(num+2)%7;j+)printf(t);for(j=1;j=num_month;j+)printf( %2dt,j);if(num+j-1+2)%7=6)printf(n);printf(n);-
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 语言 日历 源代码
限制150内