搜索资源列表
rqjs
- 给定一个年,月,日的值,1998年4月7日,计算这天属于该年的第几天.写出计算闰年的函数和日期的函数-a given year, month, day value, on April 7, 1998. This calculation, the days of the first few days. write calculated leap year date of the function and the function
Leap_year
- 通过此程序可以把输入的年份判别是平年,还是闰年.-through this procedure can be imported in the year discriminant is non-leap year, or a leap year.
leap
- 判断是否闰年,判断某一天是此年的第几天, 计算一年的每月最后一天是该年的第几天
LeapYear
- 一个用来计算每年1月1号星期几的c小程序!实现比较简单,其实就是计算闰年的小程序,不过小程序可能有点小bug,希望大家包含!-one used to calculate the annual January 1 several weeks of c small program! Achieving a relatively simple calculation of leap year is actually a small, but a small program might have a s
ch11soft
- 蛙跳差分方法,精华分(ˇˍ ˇ) 想~ 蛙跳差分方法,精华分(ˇˍ ˇ) 想~-leap forg
PanDuanRunNian
- 两种判断闰年的方法,其中一种运用DateValue函数,独创。-Two methods to determine leap year, the use of one of the DateValue function, original.
Friday
- 实现在任意年份,判断星期五的个数,其中包括闰年的计算方法等-Achieved in any year determine the number of Friday, including leap year calculations, etc.
TIME
- 完成日期和时间模块的算法代码,包括闰年,月份天数,小时分钟秒的进位交接。-Complete the date and time module algorithm code, including leap year, month number of days, hours, minutes, seconds into the handover.
4-(2)
- 题目:输入某年某月某日,判断这一天是这一年的第几天?1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。-Topic: input once upon a time, a judge this day is a day of this person? 1. The program analysis: to March 5, for example, should put the first two months
Calendar-optimization-algorithm
- 万年历最优算法总结,有闰年算法,可以根据这个总结万年历的编程方法.-Calendar optimal algorithm summary,There are a leap year algorithm,According to the summary calendar of programming methods.
c-program-100-exmples
- c语言若干个经典的程序案例,包括菲比那切数列问题,鸡兔同笼问题,素数问题,闰年问题,水仙花数问题,完数问题-c language a number of cases of classic program, including Phoebe that cut the number of columns of the problem, chickens and rabbits with cage problem, prime numbers, the leap year problem, daffo
LEAP-FROG
- fortran code for LINEAR_WAVE PROPAGATION by leap-frog method.-fortran code for LINEAR_WAVE PROPAGATION by leap-frog method.
runnian
- 筛选所列年份之间的闰年,适用于C语言初学者的练习-Screening of the year between the leap year
date
- 计算当前日期距离某一天多少天,计算今年是平年还是闰年。计算多少天以后是多少号,星期几。-Calculate the current date, how many days from one day to calculate average year or a year is a leap year. After calculating how many days is the number of number of the week.
liu_1
- 输入某年某月某日,判断这一天是这一年的第几天? 1.程序分析:以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊情况,闰年且输入月份大于3时需考虑多加一天。-Input on a certain day, judgment day is the first few days of the year? 1 Program Analysis: March 5, for example, should add up to two months before the fir
Determine-whether-a-leap-year
- 判断是否为闰年, 判断是否为闰年, -Determine whether a leap year, to determine whether a leap year, leap year to determine whether the judge is a leap year,
C-program-to-check-leap-year_37
- C program to check leap year: c code to check leap year, year will be entered by the user.
leap-year
- CHECKING LEAP YEAR USING C PROGRAM Definition of leap year: Rule 1: A year is called leap year if it is divisible by 400. For example: 1600, 2000 etc leap year while 1500, 1700 are not leap year. Rule 2: If year is not divisible by 400 as
2-1
- 根据日期计算星期几以及一年中的第多少天,考虑闰年(Consider the days of the week, the days of the year, and the leap year)