搜索资源列表
AscII_define
- 文章中列出了所有ASCII值与其相应字符,包括控制码和字符,还附带了一些常用的DOS命令-Article lists all the ASCII values and their corresponding characters, including control codes and characters, but also comes with some commonly used DOS commands
ASC_BCD
- ASCII码和BCD码之间的相互转化源码,在SCO UNIX_SVR5系统下验证通过-ASCII and the BCD conversion
COSC_2425_LY_Project5
- 写了一个程序名为Get_frequencies是构造一个字频表。输入 该过程应该是一个指向字符串的指针和指向256的双数组初始化 为全零。每个阵列位置是由对应的ASCII码索引。当过程 返回时,阵列中的每个条目都包含了多少次的计数对应 字符发生在字符串中。-Write a procedure named Get_frequencies that constructs a character frequency table. Input to the procedu