搜索资源列表
YearMonthDay
- 计算是否为闰年,同时计算该月是否为大小月,和该天在一年中的天数-Calculating whether a leap year, while the calculation of the month whether the size of the month, and the days the number of days in a year
embeded
- 预处理器(Preprocessor) 1. 用预处理指令#define 声明一个常数,用以表明1年中有多少秒(忽略闰年问题) #define SECONDS_PER_YEAR (60 * 60 * 24 * 365)UL 我在这想看到几件事情: 1). #define 语法的基本知识(例如:不能以分号结束,括号的使用,等等) 2). 懂得预处理器将为你计算常数表达式的值,因此,直接写出你是如何计算一年中有多少秒而不是计算出实际的值,是更清晰而没有代价的。 3).
RX8025TUsr
- 1. 内置高稳定度的32.768KHz 的DTCXO (数字温度补偿晶体振荡器) 2. 支持I2C 总线的高速模式(400K)。 3. 定时报警功能(可设定:天,日期,小时,分钟) 4. 固定周期定时中断功能。 5. 时间更新中断功能。 6. 32.768KHz 频率输出(具有使能OE 功能) 7. 闰年自动调整功能。(2000 到2099) 8. 宽范围接口电压:2.2V 到 5.5V 9. 宽范围的时间保持电压:1.8V 到 5.5V 10. 低电流功耗:
[emuch.net]PP
- 一个非常简单实用的PPT教程,教你怎样做幻灯片,实现从菜鸟到高手的飞跃。-PPT is a very simple and practical tutorial to teach you how to do the slide, leap from rookie to master.
example4
- 题目:输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。-Title: enter a certain period of a day, judgment day is the first few days of the year? Program analysis: March 5, for example, before the first
clock
- 数字时钟实现数字时钟计算闰年的C语言编程-Digital clock digital clock leap year calculation in C language programming