文件名称:COSC_2425_LY_Project5
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [ASM] [源码]
- 上传时间:
- 2015-02-20
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- l*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
写了一个程序名为Get_frequencies是构造一个字频表。输入
该过程应该是一个指向字符串的指针和指向256的双数组初始化
为全零。每个阵列位置是由对应的ASCII码索引。当过程
返回时,阵列中的每个条目都包含了多少次的计数对应
字符发生在字符串中。-Write a procedure named Get_frequencies that constructs a character frequency table. Input to
the procedure should be a pointer to a string and a pointer to an array of 256 doublewords initialized
to all zeros. Each array position is indexed by its corresponding ASCII code. When the procedure
returns, each entry in the array contains a count of how many times the corresponding
character occurred in the string.
该过程应该是一个指向字符串的指针和指向256的双数组初始化
为全零。每个阵列位置是由对应的ASCII码索引。当过程
返回时,阵列中的每个条目都包含了多少次的计数对应
字符发生在字符串中。-Write a procedure named Get_frequencies that constructs a character frequency table. Input to
the procedure should be a pointer to a string and a pointer to an array of 256 doublewords initialized
to all zeros. Each array position is indexed by its corresponding ASCII code. When the procedure
returns, each entry in the array contains a count of how many times the corresponding
character occurred in the string.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
COSC_2425_LY_Project5
.....................\COSC_2425_LY_Project5_Output.docx
.....................\Project5.asm