搜索资源列表
ba
- 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。 [基本要求]: (1)I:初始化(Initialization)。从终端输入一个长度不超过80的字符串(全部为大写字母且无空格)。统计字符串的长度n、以及不同字符的个数和每种字符的权值,
zimutongji
- 运行文件后任意输入字母,可以统计大小写字母的个数
Huffmancoding.rar
- 对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 ,Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree huffman
tj
- 统计输入的一串字符中汉字字母数字的个数。-Statistics entered a string of alphanumeric characters in the number of Chinese characters.
1
- 任意输入一字符串,输出并统计其字母,数字,空格及其他字符的个数。-A string of arbitrary input, output and statistics of their letters, numbers, spaces, and the number of other characters.
StatisticsCharacters
- 可以统计出该文章中的文字、字母、数字、空格的个数。 输入的文章存储状态为静态存储,每行最多不超过80个字符,可自由定义行数N。输入的文字以文本文件的格式保存在磁盘文件中。输入的数据形式可以是大、小写英文字母,任何数字及标点符号。分四行分别输出总字数、字母数、数字个数、空格数。 -May be the statistics in the article text, letters, numbers, the number of spaces. Enter the article is s
1234
- 输入一页文字,程序可以统计出文字、数字、空格的个数。 静态存储一页文章,每行最多不超过80个字符,共N行;要求(1)分别统计出其中英文字母数和空格数及整篇文章总字数;(2)统计某一字符串在文章中出现的次数,并输出该次数;(3)删除某一子串,并将后面的字符前移。 存储结构使用线性表,分别用几个子函数实现相应的功能; 输入数据的形式和范围:可以输入大写、小写的英文字母、任何数字及标点符号。 -count
tongjizifugeshu
- 这是c语言写的一个程序,统计字符串中每个字母出现的个数-This is a program written in c language, statistics string number of each letter appears
text
- 能统计文本文件中空格,英文字母,中文的个数,行数等。-To statistics in a text file spaces, the English alphabet, the number of Chinese, the number of rows and so on.
统计一串字符的个数
- 定义一个类,分别统计一串字符的大写字母、小写字母、空格、数字和其他字符的个数。-Defines one class, counts a string character separately the capital letter, the lowercase letter, the blank space, digital and other character integer.
paixusuanfajiqiyingyong
- 这个文档里面含源代码和实现文档,主要包含以下几个功能:1.从键盘输入n个数,并按从小到大输出,并且可以多次进行。2.从一个.txt文件中读出数据,并且按从小到大输出 。 3.从键盘输入一个数组的值,将数组的值逆序并输出 4.输入一行字符,统计其中的英文字母,空格,数字,和其他字符的个数 等等,里面有实现6个功能-This document which contains the source code and implementation documentation, including the
Vertical_Histogram
- 统计字符串中某一字母个数并显示柱形图,此题为ACMOJ上的题目-A letter and displays the number of statistical string column, entitled ACMOJ on the subject
tongjigeshu
- 输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。-Enter a line of characters, respectively, the statistics, the English letters, spaces, numbers and other characters in the number.