资源列表
[汇编语言] dianzizhong
说明:一个基于电子钟的设计的汇编语言设计,可显示时间-An assembly language designed based on the design of the electronic clock display time<袁彪> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[汇编语言] count
说明: 在长度为8的字节数组(无符号数)中,查找大于42H的无符号数的个数,存放在字节单元up中;等于42H的无符号数的个数,存放在字节单元equa中;小于42H的无符号数的个数,存放在字节单元down中。 程序显示up equa down的值。 八个数:31H,21H,42H,52H,87H,23H,98H,01H-Length byte array (unsigned) Find the number of u<chenyuanyan> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[汇编语言] Strfind
说明:一个简单的汇编源程序。从键盘输入两个字符串:A串,例如’software’;B串,例如’school of software engineering’; 判断A在B中是否存在,如果存在,输出“FOUND”,反之,输出“NOT FOUND” -A simple assembler source. Two strings: A string is entered from the keyboard, such as ' softw<chenyuanyan> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[汇编语言] StrRp
说明:一个简单的汇编源程序:(确定一个B串中多处存在A串的例子),用一个C串去替换A串(A与C长度不一样,取代所有相同的串),替换后的结果在显示器上显示。-Assembler source: (determining a B string Various examples of the A string), (A and C, the length is not the same, and to replace all of the same<chenyuanyan> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[汇编语言] 7
说明:从键盘输入一个字符串:对其中的所有字母小写转大写后进行排序,将结果输出; 如,输入:gaoxing 输出:AGGINOX-Enter a string from the keyboard: turn uppercase all lowercase sort the results output , Enter: gaoxing, output: AGGINOX<chenyuanyan> 在 2024-11-13 上传 | 大小:1kb | 下载:0