搜索资源列表
ymd
- 计算是否润年的,,,, 计算是否润年的-calculating whether a leap year,,,, in terms of a leap year
wannianli
- 控制台下查询日历,根据提示可输入年份,查询本年的日历,同时也可输入月份,查询本月的日历,同时可查询闰年。-Check the calendar under the console, follow the prompts to enter the year, check the calendar year, but also can enter the month, check the calendar this month, and can query a leap year.
calendar
- Here is my calender code which displays A WHOLE CORRECT CALENDER Upon calling print function by assigning desired month and year as parameters. MOREOVER IT GIVES Number of days passed. Remaining DAys of year Leap Year info
Month
- VC控制台应用程序实现闰月查询带可执行文件也可直接使用-VC console application executable file to achieve the leap queries can also be used directly
runyear
- Vc控制台应用程序环境为VC++6.0带可执行文件可直接使用实现闰年查询-Vc console application with VC++6.0 environment for executable query can be directly used to achieve a leap year
which-day-is-it-today
- 计算今天是一年中的第几天,考虑到平年和闰年。-Calculation today is one year in the first few days, taking into account the non-leap year and leap year.
wannianli
- 万年历——实现的功能有显示当前日历,进行某天的查询,闰年的判断,日期的合法性判断,日期的调整。-Calendar- Realize the function of the current calendar day inquiries, leap year and the legitimacy of the judgment, the date of the judgment, the date of adjust.
ex4
- C + + program that will print all leap years between 1900 to 2100, including them. Leap years are those that are divisible by 400 or those divisible by 4, but also not divisible by 100. Every leap year will be displayed on screen
leapmotionv1_framework
- 封装leap motion v1为一个动作库框架,此框架可以添加不同的动作,但并没有实现动作。-Package leap motion v1 library for an action framework that can add different actions, but did not realize the action.
program
- 该程序可以对用户输入的年份进行闰年还是非闰年的判断!-This program can tell us the year we input is a leap year or not.
date-calculator
- 日历计算器,可以分辨闰年和平年,并且可以计算从某一天到某一天之间的天数-Data calculator an distinguish the leap year and year, and can calculate the number of days one day to one day in the middle
Calendar
- C语言设计万年历流程 1、输入要查找的年份和月份,其中,要对输入参数进行检查,以保证输入参数正确,不会对后续程序造成影响。 2、对输入的年份和月份进行处理和计算,判断输入年份是否闰年,若为闰年,则置2月日期为29天,否则,置为28天。 3、计算输入月份的1号距当年元旦的天数,进而计算该月1号是星期几。 4、最后,打印出当月的月历。-C language design flow 1 calendar, enter the month and year you want to fin
Class-Date
- Date类,其成员变量有:年、月、日,成员函数有:输出日期函数、设置日期函数、判读平年与润年函数和日期加1函数。 提示:日期加1得到第二天的日期,有三种情况: 1) 最平常的,直接+1; 2) 一个月的最后一天: a) 一个月是31天; b) 一个月是30天; c) 一个月28天,29天(闰年); 3) 一年的最后一天。 -Date class whose member variables are: year, month, day, member fun