万年历-C源码(可直接在VC6.0下运行) please select the service you need//用来提示选择执行功能 Search what day is today//用来计算这一天是星期几 Search whether the year is leap year or not//计算是否闰年 Print the calander of the whole year//输出全年的日历 Print the calander of serveral years//输出连续几年
一个能输出某一年日历的代码 //源代码 #include void main() { int year,month,i; int monthtab[2][13]={{0,31,28,31,30,31,30,31,31,30,31,30,31},//非闰年每月天数 {0,31,29,31,30,31,30,31,31,30,31,30,31} }; //闰年每月天数 int weeks,leap,firstday,total,number,lines,days=0; int monthlong[
#include #include #include int g MonthDays[13] {0 31 28 31 30 31 30 31 31 30 31 30 31}; 定义全局数组 函数声明 int LeapYear int n ; 判断闰年与否 int CountYearDays int year ; 计算从公元1 1到某年12 31一共多少天 int CountMonthDays int month ; 计算某年一月一日到12月31日的天数 void Menu void ; 输出系