文件名称:lunar
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 陈**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现公历与农历的转换一般采用查表法按日查表是速度最快的方法但51 单片机寻址能力有限不可能采用
按日查表的方法除按日查外我们可以通过按月查表和按年查表的方法再通过适当的计算来确定公历日所对应的
农历日期本文采用的是按年查表法最大限度地减少表格所占的程序空间-Limited can not be used
In addition to a daily look-up table method of daily things that we can search through monthly and annual look-up table look-up table method and through the appropriate calculations to determine the calendar day corresponding to the
Lunar date of this paper is the annual table look-up table method to minimize the space occupied by program
按日查表的方法除按日查外我们可以通过按月查表和按年查表的方法再通过适当的计算来确定公历日所对应的
农历日期本文采用的是按年查表法最大限度地减少表格所占的程序空间-Limited can not be used
In addition to a daily look-up table method of daily things that we can search through monthly and annual look-up table look-up table method and through the appropriate calculations to determine the calendar day corresponding to the
Lunar date of this paper is the annual table look-up table method to minimize the space occupied by program
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lunar.c