搜索资源列表
dateclasses
- 建立一个日期类,计算各日期间关系 特殊判断①对是否是闰年进行判断; ②根据闰年判断结果,确定特殊月份2月的截止天数; ③分别对大月(31天)和小月(30天)不同月份是否到月末进行判断; ④对是否跨年进行判断。
runnian
- 判断某年是否为闰年,闰年是年份为4的倍数,两个特殊情况是为100年或400的倍数如果参数year是闰年,则返回true否则false-JAVA
rj06318e2
- 1、最大公约数、最小公倍数的求解; 2、任意输入一个日期数据,判断是否闰年,并算出是周几; -1, the common denominator, least common multiple of the solution 2, enter a date of arbitrary data, to determine whether a leap year, and is calculated for several weeks
dh
- 输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。-jadlk asdj asjdl!
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
lunwen
- 判断一个年份是不是闰年并输出结果~~~~!-Determine whether a year is a leap year and the output ~~~~!
dalingxitong
- 本系统具有以下功能: 1)具有自动定时打铃控制功能“Auto”,打铃时间与桂林航天工业高等专科学校作息时间同步,铃声长度15秒; 2)具有手动打铃功能“shoudo*”,铃声长度可分为长铃“long”15秒、短铃“short”5秒和任意长短; 3)具有禁铃功能“ALARM Disabled”,此时自动打铃功能关闭; 4)具有日历、时钟功能,时钟显示范围为“00:00:00”到“23:59:59”;日历显示范围为“00/01/01”到“99/12/31”即2000年1月1日到209
EXE4
- 使用C#语言编写的程序,用来判断输入年份是否闰年-isleap
shiyanliuu
- 在调试过程中由于水平有限,可能有隐含的问题并未能在此次的实验中表现出来,要求完成多时区切换,但由于本人能力有限未能做出,制作出了单一时区的倒计时,由于计算时为严格按照各个月份天数不同及闰年与非闰年差别,在计算倒计时间时不够严谨-In the debugging process because of the limited level, there may be hidden problems and unable in this experiment shown, required to com
perpetual-calendar
- 自己编写的简单C++万年历程序,里面包含三个程序,另外该程序还可以判断某一年是否为闰年。- have written a simple C++ calendar program, which includes three programs, while the program can determine whether a particular year a leap year.
runnian
- 本程序是基于汇编语言编写的简单的判断闰年的程序,此程序简单便捷易于应用,可应用到日常生活中闰年的判断,也可用在万年历的制作中。-This procedure is based on a simple assembly language program to determine leap year, this program simple and convenient user-friendly and can be applied to daily life to determine leap
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. 低电流功耗:
C-language-interview
- 嵌入式开发-C语言面试题 1. 用预处理指令#define 声明一个常数,用以表明1年中有多少秒(忽略闰年问题) -Embedded Development-C language interview questions
wannianli
- c语言实现万年历,可实现查询;显示;判断闰年-c language calendar can achieve query show judgment leap year
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
sumday
- 计算总共的天数,从日历中的某一天开始,利用闰年计算。-Calculate total number of days the day of the beginning of the calendar, the use of leap year calculations.
Java
- 编写程序,判断给定的某个年份是否是闰年。 闰年的判断规则如下: (1)若某个年份能被4整除但不能被100整除,则是闰年。 (2)若某个年份能被400整除,则也是闰年。-Write a program to determine whether a given year is a leap year. Judgment leap year rules are as follows: (1) If a year divisible by 4 but not divisible by
简单万年历
- (1)日历显示功能。能根据系统日期进行初始化,如果没有任何输入,则显示系统日期所在月份的月历。 (2)日历查询、闰年判断功能。输入日期进行查询,显示查询日期所在月份的月历,还将显示所在年份是否为闰年 (3)参数检查功能。如果输入日期不合法,查询将被拒绝,并显示提示信息。 (4)调整年份、月份和日期,并显示调整后的日期及月历。((1) calendar display function. It can be initialized according to the system date.