搜索资源列表
字符频率统计
- 字符频度统计,采用Hash表即链表数组作为存储结构,是hash表的简单运用,还包括一定的文件操作-characters frequency statistics, the use of Hash Tables List that as a storage array structure, hash table is a simple application, but also some file manipulation
统计英文文章的字符个数并huffman编码
- a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number o
分类统计字符个数
- 汇编实验 分类统计字符个数 能统计字符、数字、符号的个数。-experimental statistics compiled characters Statistics Number of characters, numbers, symbols of the number.
huibainkechengsheji
- 这是汇编课程设计的题目,内含有五个程序:图书管理系统,字符统计等.-This is a compilation of subject curriculum design, which contains five programs : library management system, character statistics.
0101010101 数字字符统计
- 0101010101的统计
分类统计字符个数
- 汇编实验 分类统计字符个数 能统计字符、数字、符号的个数。-experimental statistics compiled characters Statistics Number of characters, numbers, symbols of the number.
ConsoleApplicationstatic1
- 输入一串字符,统计其中各种字符:大小写字母、数字、空格、其他字符的个数-input string of characters, statistics on various characters : uppercase and lowercase letters, numbers, spaces, a number of other characters
huibainkechengsheji
- 这是汇编课程设计的题目,内含有五个程序:图书管理系统,字符统计等.-This is a compilation of subject curriculum design, which contains five programs : library management system, character statistics.
wenjianzifutongji
- 文件字符统计(数组应用) 用C编写 在VC++6.0-documents characters Statistics (array applications) used in the preparation of VC C 6.0
y_a_s_u_o2
- 哈夫漫编码,提供字符统计,根据统计结果进行编码计算.-Hough Man coding for these characters statistics, according to statistics calculated results coding.
zifu
- 字符统计程序,统计输入并输出字符由vc实现-Characters statistical procedures, statistical input and output characters by vc realize
tj
- 程序接受用户键入的一行字符(字符数不超过80个,该字符串用回车符结束),并按字母、 数字以及其他字符分类统计,然后将结果存入以letter,digit和other为名的存储单元。 -Procedures acceptable to the user typed his character (the number of characters is not more than 80, the end of the string wi
HUFFMAN
- 题 目: 哈夫曼编码的程序设计 初始条件: 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文
symbolstatistic
- 字符统计器 统计txt文档里的不同字母和符号的个数并返回结果,结果包含字符个数及列出未出现的字符-Character Statistics Statistics txt file browser in the different number of letters and symbols and return results containing the number of characters and list of charac
wenbenfenxiqi
- 任意一个文本文件的字符统计工作。可以统计的信息有: (1)中文字符数; (2)英文单词数; (3)行数; (4)字符个数(不计空格); (5)空格数。 上述的字符统计信息,要求写到一个Report.txt文件中,并且能显示出来。 -Any characters in a text file statistics. Statistical information can include: (1) Chine
字符个数统计
- 改程序用于统计一个字符串中所包含的字符的每个各字符个数。(Change the program to count the number of characters each character in a string contains.)
字符统计
- 数据结构作业 基于哈夫曼树算法的字符统计(the program is depending on the Huffman Tree)
字符串并行统计
- 根据一个英文文本文件,不区分大小写的统计26个字母的出现频率。假设内存足够大,可以将文件一次性读入。(According to an English text file, the frequency of appearance of 26 letters is not case sensitive. Assuming that the memory is large enough, you can read the file one a
统计单词频率
- 统计文件中单词个数以及各大写、小写字符,数字、空格数目。(The number of words in a statistical file and the number of capitals, lowercase characters, numbers, and spaces.)
UCI的光学字符识别数据集
- 其目标是将大量黑白矩形像素显示器中的每一个识别为英文字母中的26个大写字母之一。字符图像基于20种不同的字体,并且这20种字体中的每个字母随机失真以产生20,000个独特刺激的文件。每个刺激被转换成16个基本的数字属性(统计矩和边缘计数),然后将其缩放以适合从0到15的整数值范围。我们通常在前16000个项目上进行训练,然后使用结果模型预测剩余的4000个字母类别。请参阅上面引用的文章以获取更多详细信息。(The objective i