文件名称:find_alldel.asm
介绍说明--下载内容均来自于网络,请自行研究使用
设有一字数组A,第一个字单元存放的是数组元素的个数,从第二个字单元开始依次存放的是数组元素。现要求编写一程序,查找字数组A中与X字变量相等的所有元素,若找到,则从数组中删除该元素;否则,数组中的元素保持不变。最后在屏幕上打印出结果数组。(与某一年的考研题相似,算是个变型题)-Word with an array A, the first word storage unit is the number of array elements, from the beginning of the second unit followed by the word is stored in the array element. Are now required to prepare a procedure to find the number of words Group A with X characters of all the elements of the same variable, if found, delete it from the array elements Otherwise, the array elements remain unchanged. Finally, the screen print out the results of the array. (With a similar one-year study section of the title, be regarded as a variant title)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
find_alldel.asm