搜索资源列表
Zeller
- 蔡勒(Zeller)公式:是一个计算星期的公式。 随便给一个日期,就能用这个公式推算出是星期几。-Zeller (Zeller) formula: It is a formula for calculating week. Casual to a date, can be calculated using this formula out of the week.
calcutelate
- 演示计算某年某月某日是星期几的代码 主要是实现蔡勒公式-Demonstrate the calculation of a certain period of a day of the week' s code is to achieve Cai Le formula
SIMPLE-SYSTEM
- 简单的信息检索系统,数,调用GetMonthSize,把得到的结果放到数据段的MonthSize中。如果是1、2月,要根据蔡勒公式进行变换。然后是计算当前月份的第一天是星期几的过程。计算出之后在屏幕上留下相应的空格(为了对齐!)。 -SIMPLE SYSTEM
date
- 1.设计函数计算2000年1月1日后的某一天是星期几,要求进行日期合法性判断,非法日期则函数返回 0。合法日期则返回1-7中某个数值,表示星期一到星期天中某一天。要求使用暴力方法,不能直接利 用蔡勒(Zeller)公式。 -Design function is calculated after January 1, 2000, the day of the week, claim a legitimacy to de
4-b1
- 用蔡勒(Zeller)公式将公元纪元的年月日转为星期-By Zeller (Zeller) formula AD epoch date into week
kek
- 打印年历,利用二维数组和蔡勒公式可以实现年历的打印(判断输入错误)(The printing calendar can be printed by two dimensional array and Tsai formula (judging the input error).)
caile
- 利用蔡勒公式求星期,随便给一个日期,就能用这个公式推算出是星期几,提高对c语言的理解。(make Zeller formula for the week)