CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 闰年判断

搜索资源列表

  1. filei

    0下载:
  2. 这是一个判断闰年的JAVA源代码程序,在这儿和大家一起分享其中的技巧。-this is a leap year judgment Java source code procedures, and here we share these skills.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:973byte
    • 提供者:吴昊
  1. 判断给定的某个年份是否是闰年

    0下载:
  2. 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
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-29
    • 文件大小:1.33kb
    • 提供者:胡志明
  1. CalculatorWindow

    0下载:
  2. 计算器,可保存计算过程及结果到文件,文件中显示完成时间,判断是否为闰年-Calculator, the calculation process and results can be saved to a file, the file shows completion time, to determine whether a leap year
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.13kb
    • 提供者:韩希希
  1. LeapYear

    0下载:
  2. 在控制台输入一个年份,并判断是否是闰年,如果输入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. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:631byte
    • 提供者:qinying
  1. TestTextArea

    0下载:
  2. 简单的年月日级联显示,可判断是否是闰年并给出没月的天数-Simple cascade show date to determine whether it is a leap year and did not give the number of days on
  3. 所属分类:Applet

    • 发布日期:2017-04-10
    • 文件大小:606byte
    • 提供者:pu
  1. LeapYear

    0下载:
  2. 判断某一年是不是闰年的,Java源码,需要编译后运行。-this is a Judgement for wether a year is a Leap Year !
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:757byte
    • 提供者:moson
  1. Leap-year

    0下载:
  2. Java 程序 源码 判断某一年是否是闰年-Java source code to judge whether a particular year is a leap year
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1.75kb
    • 提供者:cauchyjjd
  1. Date

    0下载:
  2. 当你输入一个日期时,输出下一天的日期,该函数会判断闰年和平年-Put in a date , then put out next date
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-05
    • 文件大小:3.78kb
    • 提供者:a
  1. package-w

    0下载:
  2. 实现判断用户通过键盘输入的年份是否是闰年。-Determine the user through the keyboard input to achieve the year is a leap year.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2.63kb
    • 提供者:贠珊
  1. java

    0下载:
  2. 生日日期的输入输出及判断是否是闰年-Date of birth, etc. to determine the output
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:888byte
    • 提供者:郑雄明
  1. LeapYear

    1下载:
  2. 判断某年是否为闰年的Java源代码,好算法-Determine whether a particular year a leap year of the Java source code, a good algorithm! ! ! !
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:841byte
    • 提供者:一路孤行
  1. c

    0下载:
  2. 阴历-农历-转换类 /** * 将阳历转换为阴历 * @param year 公历-年 * @param month 公历-月 * @param date 公历-日 */ /** * 将阴历转换为阳历 * @param year 阴历-年 * @param month 阴历-月,闰月处理:例如如果当年闰五月,那么第二个五月就传六月,相当于阴历有13个月,只是有的时候第13个月的天数为0 * @param date 阴历-日 */
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-06
    • 文件大小:3.46kb
    • 提供者:lee
  1. LeapYear

    0下载:
  2. 个人原创代码:编写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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:738byte
    • 提供者:李瑞
  1. leap-year

    0下载:
  2. 闰年判断,适合在很多网页上显示,增强网站的小功能。-Leap year judgment, suitable for display in the many pages, and enhance the small features of the site.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-02
    • 文件大小:775byte
    • 提供者:刘运
  1. Time

    0下载:
  2. 实现对时间的不同格式的输出,计算当前时间或者之后之前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
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:7.54kb
    • 提供者:SUNYU
  1. runnian

    0下载:
  2. N的阶乘的计算,判断年份是否为闰年等几个有用的小程序代码。-N factorial calculation to determine the year is a leap year, and several other useful little program code.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-05
    • 文件大小:4.8kb
    • 提供者:John Smith
  1. 4

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:964byte
    • 提供者:小小
  1. src

    0下载:
  2. 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
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-14
    • 文件大小:29.47kb
    • 提供者:宋桂红
  1. Java经典小程序

    0下载:
  2. 编写程序,判断给定的某个年份是否是闰年 闰年的判断规则如下: (1)若某个年份能被4整除但不能被100整除,则是闰年。 (2)若某个年份能被400整除,则也是闰年。(Write a program to determine whether a given year is a leap year)
  3. 所属分类:Java编程

    • 发布日期:2017-12-25
    • 文件大小:9kb
    • 提供者:fjnzxl
  1. 判断闰年JAVA

    0下载:
  2. 输入年份就可以判断出当前年份是否是闰年。是则输出xxxx是闰年,不是则输出xxxx是平年
  3. 所属分类:JSP源码/Java

    • 发布日期:2020-12-09
    • 文件大小:111.36kb
    • 提供者:Limerence910_
« 12 »
搜珍网 www.dssz.com