搜索资源列表
案例1判断闰年程序
- 判断闰年的东西,,不错-things, yes
案例01判断闰年程序
- 判断闰年程序 汇编程序,这个算法不错,很有参考价值-Judge the program assembler of leap year, this algorithm is good , has reference value very much
判断润年
- 这是一个判断闰年的小程序,只要你随意输入一个年份,程序就会自动帮你算出是不是闰年,并显示结果给你看!-This is a small leap year judgment procedures, as long as you can input a year, procedures will automatically help you calculate it is not a leap year, and the result will be displayed for you!
所得税计算和闰年判断
- 这是一个计算个人所得税和判断年份是否是闰年的简单程序,添加了输入的判断,以及输入出错的提示!适合广大 DELPHI 初学者!-This is a calculation of personal income tax and judgment year is a leap year if the simple procedure, add the importation of judgment and input errors tips! For the majority of Delphi be
闰年LeapYear
- 计算闰年,输入一个年份,判断是否是一个闰年,是一JAVA程序。 在eclipse里面运行。-calculated leap year, the importation of a year to determine whether it is a leap year, is a JAVA program. The eclipse inside running.
jisuanriqishidijitian
- 计算是这年的的第几天(判断闰年)能判断月份是否输入错误,如果是闰年还能计算2月份的日期输入是否过界!算法还算不错!-calculation is that the days of (determining a leap year) in the ability to determine whether an input error, If it is a leap year in February can calculate the date and whether community inpu
filei
- 这是一个判断闰年的JAVA源代码程序,在这儿和大家一起分享其中的技巧。-this is a leap year judgment Java source code procedures, and here we share these skills.
WebKS
- 用汇编语言写的汇编源程序,判断闰年,asm文件!-write assembly language source code compilation, judgment leap year, asm paper!
program
- 汇编实例:判断闰年程序,产生随机数并运算的程序,计算平台长度程序,加减乘除四则运算,数字方阵程序,数据加密程序,代码转换程序,键盘录入数据的转换与显示,音乐演奏等-compiled examples : judgment leap year process, and random numbers generated by operations procedures, the length of computing platform procedures, four arithmetic oper
panduanrunnian
- 经过测试,绝对可以运行,判断闰年课程设计源代码 可以之间到http://user.qzone.qq.com/445777883查看
案例1判断闰年程序
- 判断闰年程序 判断闰年程序
判断闰年1
- 判断闰年用c++写的,我也才学-judgment leap year with c write, and I barely
判断闰年程序
- 汇编实现的判断某年是否为润年的程序-compilation achieve a certain judgment, whether the procedures Runnian
汇编版:判断闰年
- 判断闰年 根据输入的具体年份(在1900-2100之间,要求对输入进行有效性检查),判断是否闰年,并给出相应的提示信息
判断闰年小程序
- 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。
year
- 一、实验名称:判断是否是闰年程序 二、实验目的:1、了解加、减、乘、除算术运算的编程方法; 2、了解变量传送的方式,如何访问存贮单元; 三、实验内容和要求: 用汇编语言编写判断某年是否为闰年,年份从键盘输入,通过运行计算后,输出相应信息。 -1, Experiment name: to determine whether it is a leap year program 2, experimental purposes: one, to understand add, subt
闰年
- 闰年判断判断输入的年份是否是闰年,首先输入年份,软后判断(Leap year to judge whether the year is a leap year, first enter the year, and then judge)
案例1判断闰年程序
- 案例1判断闰年程序(Case 1 judge leap year program)
判断闰年JAVA
- 输入年份就可以判断出当前年份是否是闰年。是则输出xxxx是闰年,不是则输出xxxx是平年