搜索资源列表
LeapYearApplet
- 计算所需年份是否是闰年的程序,简单适合初学者-calculation of the required year is a leap year if the procedure simple for beginners
filei
- 这是一个判断闰年的JAVA源代码程序,在这儿和大家一起分享其中的技巧。-this is a leap year judgment Java source code procedures, and here we share these skills.
java111111
- 计算闰年的java超强算法,提供的文件包含的内容和具体功能(-leap year calculation of java super algorithm, the document contains the specific content and function (
a01
- JAVA程序—闰年的验证-procedures JAVA-leap year certification
mycalendar
- 用java开发的日历,包含闰年闰月等。采用swt的控件,没有使用swtdesigner等可视化开发工具。
判断给定的某个年份是否是闰年
- 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
java_shiyan.rar
- 编程打印数字1-9的乘法表。编写一个字符界面的Application程序,接受用户输入的10个整数,比较并输出其中的最大和最小值。 编程接受用户输入的任意多个整数,以-1标志输入的结束,求出其中的最大值、最小值和平均值。 编写程序实现如下功能,接受用户输入的一个1-9000之间的年份,输出这一年是否是闰年。,Print digital programming of the multiplication table 1-9. The preparation of a character of th
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.
3_34
- 打印万年历,区分闰年,打印个年各月的日期,请大家分享-Print calendar, the distinction between a leap year, print a date in the month, please share
TestTextArea
- 简单的年月日级联显示,可判断是否是闰年并给出没月的天数-Simple cascade show date to determine whether it is a leap year and did not give the number of days on
Birthdate
- java生成一个Util类测试一个人的生日是否是闰年-java Birthdate Util
DataClendar
- 万年历 可以查看是不是闰年同时还可以显示星期,不同的颜色使看起来更方便,更改为扩展名JAR即可-Can view the calendar is not a leap year can also be displayed at the same time a week, a different color to make it more convenient to change the extension to JAR
PrintCalendar
- 使用JAVA做出了输出日历的效果,还会确认是否闰年。-JAVA has made use of the effect of the output calendar.
LeapYear
- 判断某一年是不是闰年的,Java源码,需要编译后运行。-this is a Judgement for wether a year is a Leap Year !
Kalendar
- 万年历可输出平年闰年,能在算出每月多少天,和每月日历-Calendar can be exported non-leap year leap year, can calculate the number of days each month, and monthly calendars
ex52
- java小程序,读入一个年号,判别它是否为闰年。-Read a reign to judge whether it is a leap year.
Leap-year
- Java 程序 源码 判断某一年是否是闰年-Java source code to judge whether a particular year is a leap year
Java经典小程序
- 编写程序,判断给定的某个年份是否是闰年 闰年的判断规则如下: (1)若某个年份能被4整除但不能被100整除,则是闰年。 (2)若某个年份能被400整除,则也是闰年。(Write a program to determine whether a given year is a leap year)
判断闰年JAVA
- 输入年份就可以判断出当前年份是否是闰年。是则输出xxxx是闰年,不是则输出xxxx是平年