资源列表
[汇编语言] niubi-code
说明:1997年世界编程大赛第一名的作品,采用汇编语言编写,程序本身很精巧,运行后有3D画面和美妙的音乐-World Programming Competition for works in 1997 assembly language, the program itself is very delicate and running 3D graphics and great music<cdut_xrh> 在 2025-02-01 上传 | 大小:12kb | 下载:0
[汇编语言] 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> 在 2025-02-01 上传 | 大小:1kb | 下载:0
[汇编语言] digitalclock
说明:八段数码管的数字钟汇编代码,能够实现秒钟自动加一,有时,分,秒按键的校时功能。-the asm of digital clock,and you can correct the time by clicking the button.<董涛> 在 2025-02-01 上传 | 大小:1kb | 下载:0
[汇编语言] HuiBianZhiLing
说明:汇编语言课程中常常会使用到的各种指令,很实用-many of the orders used for HuiBian<liming> 在 2025-02-01 上传 | 大小:3kb | 下载:0
[汇编语言] 8086-instruction-system
说明:这个文档详细讲述了8086CPU的指令系统-The document consits of the knowledge of 8086CPU instruction system<鑫哥> 在 2025-02-01 上传 | 大小:777kb | 下载: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> 在 2025-02-01 上传 | 大小:1kb | 下载:0