CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LEAp

搜索资源列表

  1. Java

    0下载:
  2. 编写程序,判断给定的某个年份是否是闰年。 闰年的判断规则如下: (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
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:2457
    • 提供者:
  1. datechecker

    0下载:
  2. This Date validation Checker along with Leap Year Specification-This is Date validation Checker along with Leap Year Specification
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1121
    • 提供者:devmat
  1. panduanrunnian

    0下载:
  2. 今天上传了一个判断闰年的小程序,虽然很简单,但是对于初学者还是很有帮助的,希望对你有帮助-Today uploaded a small program to determine leap year, although very simple, but still useful for beginners, and I hope to help you
  3. 所属分类:JavaScript

    • 发布日期:2017-04-24
    • 文件大小:10695
    • 提供者:小超
  1. dianzizhong

    0下载:
  2. 通过c51单片机实现智能电子钟的设计,包括修改是时间,自动判别润年等。-Design and Realization of intelligent electronic clock through the C51 microcontroller, including the modification time, automatically determine the leap year.
  3. 所属分类:SCM

    • 发布日期:2017-04-29
    • 文件大小:33265
    • 提供者:李超
  1. yuju

    0下载:
  2. 编写一个Java程序,用if-else语句判断某年份是否为闰年。-Write a Java program, using if-else statement to determine whether a year is a leap year.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3211
    • 提供者:卜加兴
  1. dianzishizhong

    0下载:
  2. 普中科技开发板上可以直接运行的电子时钟(包括年月日),带温度显示和闰年补偿功能,包含的proteus软件的仿真文件-Tome in the development of science and technology board can be run directly on the electronic clock (including date), display and leap year with temperature compensation function, containing t
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-25
    • 文件大小:190751
    • 提供者:zhoudaming
  1. E_watch

    0下载:
  2. 一款电子表芯片,能够能够显示年月日,星期,并且实现闰年的自动调整。-An electronic table chip that can be able to display the date, day of week, and automatic adjustment for leap year.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:1856
    • 提供者:林九一
  1. calendar_print

    0下载:
  2. 功能描述: 输入给定年份,以常见日历形式输出当年日历 算法描述: 对于给定的年份,先由已知条件(2000年1月1日为星期六),推算出给定的这一年第一天是星期几,然后判断给定的这年是闰年还是平年,然后根据规定一次打印出这年12个月的日历。 -Descr iption: enter in a given year, in order to form a common output calendar year calendar algorithm Descr iption: For a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:864
    • 提供者:李瑞男
  1. data

    0下载:
  2. C++实现日期结构设计小程序,判断是否为闰年并打印-C++ realization date design small program to determine whether it is a leap year and print
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1041636
    • 提供者:panxiaoxu
  1. w1

    0下载:
  2. 基于VHDL语言编写的EDA程序,可试验大月小月,润年平年的自行进位,也可手动调时。-Based on EDA VHDL language program, you can test large Satsuki month, leap year self-carry average year, you can manually adjust the time.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-11
    • 文件大小:2242906
    • 提供者:齐天力
  1. 1237129

    0下载:
  2. 输入某年某月某日,判断这一天是这一年的第几天? 以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊情况,闰年且输入月份大于3时需考虑多加一天。-Enter a certain day, judgment day is the first few days this year? Adds up to March 5, for example, should the two month before, then add 5 days of the first fe
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:551
    • 提供者:付余
  1. runnian

    0下载:
  2. 随意输入一个年份,判断该年份是否是闰年,可以连续输入,即判断一个年份后可以再次输入另一个年份,直至输入1时停止-Free to enter a year to determine if the year is a leap year, can be continued, that judgment may be entered after a year again another year, until the input 1 stops
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:643
    • 提供者:王萍
  1. runnian

    0下载:
  2. 主要是判断是否是闰年。通过一个很简单的算法就能知道是不是闰年。-Mainly to judge whether a leap year. Through a very simple algorithm can know whether a leap year.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-03
    • 文件大小:887595
    • 提供者:黄水
  1. PDDJT

    0下载:
  2. 题目:输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊       情况,闰年且输入月份大于3时需考虑多加一天。 2.程序源代码: -Topic: enter a certain day, judgment day is the first few days this year? 1 program analysis: in March 5th, for example, it shou
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-26
    • 文件大小:10166
    • 提供者:gaoshu
  1. Quick_pick

    0下载:
  2. 该程序可以实现时间序列曲线自动矢量化,包括闰年和平年的自动判断等-The program can achieve time series curve automatic vectorization, including leap year peace automatic judgment
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:2714527
    • 提供者:shifuqiang
  1. leap1

    0下载:
  2. Leap year program in c
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:15373
    • 提供者:SUDESHNA DAS
  1. shizhong

    0下载:
  2. 基于51单片机的时钟代码,包括年月日星期,分闰年,大月小月-Based on 51 single-chip clock code, including the date the week, divided leap year,
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1814
    • 提供者:李旭
  1. panduanshifouweirunnian

    0下载:
  2. 简单的小程序,判断是否是闰年,初学者学习-Determine whether it is a leap year
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-29
    • 文件大小:40140
    • 提供者:林峰
  1. 2.29

    0下载:
  2. 编程之美2015年初赛题目,主要判断闰年以及一些特殊边界。-Programming of the United States early in 2015 title game, the main judgment leap year as well as some special border.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:921
    • 提供者:李烁
  1. date-calculator

    0下载:
  2. 日历计算器,可以分辨闰年和平年,并且可以计算从某一天到某一天之间的天数-Data calculator an distinguish the leap year and year, and can calculate the number of days one day to one day in the middle
  3. 所属分类:Console

    • 发布日期:2017-06-03
    • 文件大小:14943761
    • 提供者:zbl
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 »
搜珍网 www.dssz.com