资源列表
[汇编语言] 3
说明:设有10个学生的成绩分别为56、69、84、82、73、88、99、63、100和80分。试编制程序分别统计低于60分、60~69分、70~79分、80~89分、90~99分及100分的人数存放到s5、s6、s7、s8、s9及s10单元中。-With 10 pupils, respectively 56,69,84,82,73,88,99,63,100 and 80 minutes. The preparation of statistical test procedures were less<张无泪> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] 99mutilple
说明:实现99乘法口诀输出,方便记忆乘法口诀-99 multiplication formula to achieve output, can easily remember, multiplication formula<我行我素> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] calculator
说明:一个较简易的能实现两位十进制数加、减、乘、除的汇编语言程序。功能比较有限,主要优于精简。-A relatively simple to achieve two decimal add, subtract, multiply, with the exception of the assembly language procedures. Relatively limited functions, mainly to streamline superior.<龙虎> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] zhengfushu
说明:输入几个数据后,判断正负或是0 ,然后再显示正负数和0的个数。-Several input data, determine the positive and negative or 0, and then show the positive and negative numbers and the number 0.<yorshooye> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] shuiziluyinji
说明:用汇编语言写的实现数字录音机功能 有要的话拿去吧-Written in assembly language used digital tape recorder function, then to take it<sura> 在 2025-07-15 上传 | 大小:1kb | 下载:0
[汇编语言] ZHSY
说明: 实验内容: 编制一程序,要求接收从键盘输入的一个班的学生成绩,并存放于50字节的GRADE数组中,其中GRADE+N保存学号N+1的学生成绩。然后根据GRADE中的学生成绩,把学生名次填入50字节的RANK数组中,其中RANK+N的内容是学号为N+1学生的名次。再按学号把学生顺序把学生名次显示出来。 实验要求:1.必须画流程图。2.本程序要求要有多重循环和子程序,其中 成绩输入、计算学生名次、显示学生名次都分别用子程序,也可用宏处理。-Experiment content: the<lixian> 在 2025-07-15 上传 | 大小:1kb | 下载:0