资源列表
[汇编语言] MIT
说明:判断用户输入的n个数字中的最大值,并将最大值存入dx寄存器中,将最大值的地址存在AX寄存器中-It is a program that calculate the max number in the a string of number you entered,and save the max at the dx register,sava it s address at the ax register<zhangzheng> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[汇编语言] digitalclock
说明:八段数码管的数字钟汇编代码,能够实现秒钟自动加一,有时,分,秒按键的校时功能。-the asm of digital clock,and you can correct the time by clicking the button.<董涛> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[汇编语言] beibao
说明:假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1,4,3,2) (1,4,5) (8,2) (3,5,2)。 -Suppose there are a load of the bac<zhengzelun> 在 2024-11-15 上传 | 大小:1kb | 下载:0
[汇编语言] Character-classification
说明:基于汇编的字符分类实现,将一个字符串中的字符、数字、等分行显示-Based on the character of assembly classification realized, will a string of characters, Numbers, and branch display<王小文> 在 2024-11-15 上传 | 大小:1kb | 下载:0