日历
文章平均质量分 79
南山布衣
编程爱好者,游戏爱好者!!!
展开
-
Lunar
void Lunar(int year, int month, int day, MyDate & dateOut) { int i; int run=0, ping=0; // 闰年和平年个数 long temp; long sum; // 公历1900.1.31为农历的 乙亥年 戊寅月 甲辰日 正月初一 dateOut.monCyl = 14; // 戊寅月 dateOut.dayCyl = 40; // 甲辰日 if ( year原创 2010-12-10 16:45:00 · 588 阅读 · 0 评论 -
日历
<br /><br />#include "stdafx.h"<br />#include "string.h"<br />#include "math.h"<br />#include "string"<br />#include "time.h"<br />#include "math.h"<br />#include <windows.h><br />using namespace std;<br />// Calendar.cpp : Defines the entry point for the原创 2010-12-03 08:25:00 · 683 阅读 · 0 评论