文件名称:SEARCH
介绍说明--下载内容均来自于网络,请自行研究使用
子程序的参数是一个N字节数组的首地址TABLE,数N及字符CHAR.要求在N字节数组中查找字符CHAR,并记录该字符的出现次数. 主程序则要求从键盘接收一串字符以建立字节数组TABLE,并逐个显示从键盘输入的每个字符CHAR以及它在TABLE数组中出现的次数.(为简化起见,假设出现次数<=15,可以用十六进制形式显示出来)-Subprogram parameter is a N-byte array of the first address of TABLE, the number of characters N and CHAR. Requires N-byte array of characters looking for CHAR, and record the number of occurrences of the characters. The main program will receive a string from the keyboard characters to create a byte array TABLE, and one by one show from each keyboard characters in CHAR array TABLE and its number appear. (for the sake of simplification, the assumption that frequency <= 15, can be displayed in hexadecimal )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DATA SEGMENT.doc