搜索资源列表
filei
- 这是一个判断闰年的JAVA源代码程序,在这儿和大家一起分享其中的技巧。-this is a leap year judgment Java source code procedures, and here we share these skills.
判断给定的某个年份是否是闰年
- 1,编写程序,判断给定的某个年份是否是闰年。 闰年的判断规则如下: (1)若某个年份能被4整除但不能被100整除,则是闰年。 (2)若某个年份能被400整除,则也是闰年。 -1, the preparation process, to determine whether a given year is a leap year. To determine leap year rules are as follows: (1) If a year divisible b
CalculatorWindow
- 计算器,可保存计算过程及结果到文件,文件中显示完成时间,判断是否为闰年-Calculator, the calculation process and results can be saved to a file, the file shows completion time, to determine whether a leap year
LeapYear
- 在控制台输入一个年份,并判断是否是闰年,如果输入0则退出程序。-At the console enter a year, and determine whether it is a leap year, if the exit procedures for the importation of 0.
TestTextArea
- 简单的年月日级联显示,可判断是否是闰年并给出没月的天数-Simple cascade show date to determine whether it is a leap year and did not give the number of days on
LeapYear
- 判断某一年是不是闰年的,Java源码,需要编译后运行。-this is a Judgement for wether a year is a Leap Year !
Leap-year
- Java 程序 源码 判断某一年是否是闰年-Java source code to judge whether a particular year is a leap year
Date
- 当你输入一个日期时,输出下一天的日期,该函数会判断闰年和平年-Put in a date , then put out next date
package-w
- 实现判断用户通过键盘输入的年份是否是闰年。-Determine the user through the keyboard input to achieve the year is a leap year.
java
- 生日日期的输入输出及判断是否是闰年-Date of birth, etc. to determine the output
LeapYear
- 判断某年是否为闰年的Java源代码,好算法-Determine whether a particular year a leap year of the Java source code, a good algorithm! ! ! !
c
- 阴历-农历-转换类 /** * 将阳历转换为阴历 * @param year 公历-年 * @param month 公历-月 * @param date 公历-日 */ /** * 将阴历转换为阳历 * @param year 阴历-年 * @param month 阴历-月,闰月处理:例如如果当年闰五月,那么第二个五月就传六月,相当于阴历有13个月,只是有的时候第13个月的天数为0 * @param date 阴历-日 */
LeapYear
- 个人原创代码:编写Java Application程序,输出1900年到2000年之间的所有润年。(闰年的判断条件:能被4整除且不能被100整除,或能被400整除)。-Personal original code: write Java Application, output all Runnian between 1900 and 2000. (Leap year judgment conditions: divisible by 4 and can not be divisible by 1
leap-year
- 闰年判断,适合在很多网页上显示,增强网站的小功能。-Leap year judgment, suitable for display in the many pages, and enhance the small features of the site.
Time
- 实现对时间的不同格式的输出,计算当前时间或者之后之前n天时间是多少,判断当前是否是闰年。函数已经写好,根据自己的需要进行输出即可。-Achieve different formats of output versus time to calculate the current time, or after n days before the number, it is judged whether the current is a leap year. Function has been wri
runnian
- N的阶乘的计算,判断年份是否为闰年等几个有用的小程序代码。-N factorial calculation to determine the year is a leap year, and several other useful little program code.
4
- 1.判断改年份是否为闰年 2.计算该月天数 3.计算该月第一天是星期几 4.格式化输出该年月 4 the date formatted output-The 1 year is a leap year judgments 2 Calculation of the days of the month 3 calculating the first day of the month is the day of the week 4 the d
src
- 1、判断输入年份的生肖 2、QPSK和QDPSK的调制仿真系统 3、输入学生管理系统界面 4、根据用户的消费确定赠品 5、对输入有效的3个数进行排序 6、判断输入的年份是否是闰年 7、判断输入日期是第一年中的第几天-1, the judge enter the year of the zodiac 2, QPSK modulation and QDPSK simulation system 3, enter the student management system in
Java经典小程序
- 编写程序,判断给定的某个年份是否是闰年 闰年的判断规则如下: (1)若某个年份能被4整除但不能被100整除,则是闰年。 (2)若某个年份能被400整除,则也是闰年。(Write a program to determine whether a given year is a leap year)
判断闰年JAVA
- 输入年份就可以判断出当前年份是否是闰年。是则输出xxxx是闰年,不是则输出xxxx是平年