搜索资源列表
LEAP.RAR
- 关于输入一个字符串,检查是不是闰年的汇编 程序-importation of a string, inspection is not a leap year the compilation process.
letter&leap
- 两个汇编程序,大小写转换,闰年计算-2 assembler, case-conversion, a leap year calculation
LEAP
- 用C语言编写一个能计算当前日期是本年第几天的程序(可区分闰年问题哦)-C language one can calculate the date of the current year is the first few days of proceedings (which can distinguish between a leap year problem oh)
leap-1.2.6.tar
- 一个小型的关系数据库系统,适合学习数据库的学生学习- A small relational database system, suits the study database the student studies
letter&leap
- 两个汇编程序,大小写转换,闰年计算-2 assembler, case-conversion, a leap year calculation
LEAP
- 用C语言编写一个能计算当前日期是本年第几天的程序(可区分闰年问题哦)-C language one can calculate the date of the current year is the first few days of proceedings (which can distinguish between a leap year problem oh)
LEAP.RAR
- 关于输入一个字符串,检查是不是闰年的汇编 程序-importation of a string, inspection is not a leap year the compilation process.
leapyear
- 本程序用HDL语言实现闰年的判断,在ISE8.21中调试通过,比较适合初学者.-This procedure using HDL language to achieve a leap year of the judge, in the debug ISE8.21 through more suitable for beginners.
leap
- 判断是否闰年,判断某一天是此年的第几天, 计算一年的每月最后一天是该年的第几天-To determine whether a leap year, to judge on a certain day of this year the first few days, calculated the year the last day of each month is the first few days of the year
leap-year
- [汇编语言课程设计]判断是否为闰年的程序。-[Assembly language curriculum design] to determine whether the procedure as 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.
leap
- 汇编语言,输入一个年份,能够实现闰年的判断-leap year
6clock
- verilog 电子表。可显示年,月,日,支持闰年。-verilog electronic form. Displays year, month, day and support a leap year.
Leap-year
- Java 程序 源码 判断某一年是否是闰年-Java source code to judge whether a particular year is a leap year
leap-year
- 闰年判断 闰年判断 闰年判断-To determine leap year
leap-year
- 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份,可输出是本年是否为闰年的提示信息。-a assembly program that can judge a year whether it is a leap year.You can input a certain year,then the comuter output whether it s a leap year.
leap-year-discriminant
- 判别闰年的C++小程序源代码,闰年判别,判别闰年-Judging a leap year c++ small program source code, a leap year discrimination
To-determine-leap-year-program
- 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This is a year to determine whether a leap year of the program, run the executable Ifleap.exe, enter the specific year, output this year is a leap year is
to-determine-a-leap-year
- 3、 题目:输入1842——2006年之间的十进制数。 要求: (1) 要求必须有提示信息,并独占一行。 (2) 判断是否是闰年,如果是输出“yes”,否则输出“no”。 (提示:先除100,如果除尽了再用400除如果除不尽是闰年。(如果刚才的100没有除尽则用4除,除尽则为闰年。) (3) 以二进制输出xxxx年8月29日距离1842年8月29日的月数。 (4) 以十进制输出xxxx年8月29日距离1842年8月2
Leap-Year
- To check the year is Leap Year or not.