搜索资源列表
pangduanrunnian
- 活用汇编的功能,用汇编语言来判断某一年是否为闰年.-kind of a compilation of functions, using assembly language to judge whether a particular year as a leap year.
WebKS
- 用汇编语言写的汇编源程序,判断闰年,asm文件!-write assembly language source code compilation, judgment leap year, asm paper!
LEAP.RAR
- 关于输入一个字符串,检查是不是闰年的汇编 程序-importation of a string, inspection is not a leap year the compilation process.
program
- 汇编实例:判断闰年程序,产生随机数并运算的程序,计算平台长度程序,加减乘除四则运算,数字方阵程序,数据加密程序,代码转换程序,键盘录入数据的转换与显示,音乐演奏等-compiled examples : judgment leap year process, and random numbers generated by operations procedures, the length of computing platform procedures, four arithmetic oper
runnian
- 闰年程序判断某年是否为闰年. 设计目的:(1)学习分支、中断和逻辑表达 (2)熟悉汇编语言程序的汇编、链接过程。 设计要求:从键盘输入年份,通过计算后,输出该年 份是否为闰年的信息。 设计思路:利用DOS 21H中断类型的10号键盘功能调用,将从键盘接收的表示年份数值的字符串按字节存入缓存区。将字符串中的每个字符转换为对应的十进制数值,利用判断某年是否为闰年的表达式,输出是否为闰年的信息。 判断闰年的规则:如果某年能被4整除但不能被100整除或者该年能被400整除,
判断闰年程序
- 汇编实现的判断某年是否为润年的程序-compilation achieve a certain judgment, whether the procedures Runnian
汇编版:判断闰年
- 判断闰年 根据输入的具体年份(在1900-2100之间,要求对输入进行有效性检查),判断是否闰年,并给出相应的提示信息
runnian
- 汇编代码: 输入一个年数 判断是否是闰年 简单好用的代码 我自己写的代码供初学者使用-Assembly code: enter a number of years to determine whether it is a leap year easy-to-use code to write my own code to use for beginners
runian
- 用汇编编的,用来判断输入的年份是否是闰年。-With the compilation series, used to judge whether or not the importation of the year is a leap year.
runnianchengxu
- 汇编写的判断闰年的程序,刚开始学习汇编时候写的-asm
5
- 一个判断是否为闰年的汇编小程序随机输入一个年份,判断其是否为闰年。-Determine whether a leap year compilation of small programs randomly enter a year, to determine whether it is a leap year.