搜索资源列表
hafuman
- 从终端读入要编码的字符串,对所输入的字符串进行频率统计并建立哈夫曼树。 输出每个字符的编码。 根据已有的各个字符的编码,输入一段正确的电文,然后对输入的电文进行译码。
cad-add
- 在cad中统计工程量,将字符转换为数字,然后相加,使工作效率提高。-add the number in autocad,and it will make you short down your work in the daily life,and make you work fastly.
hfm
- 建立一个文本文件A,统计该文件中各字符的频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件B,再将Huffman编码文件译码成文件C,并对文件A与C进行比较。 要求:能够对dat、txt等类型文件进行压缩 -The establishment of a text file A, statistics that document the frequency of the characters, the characters of Huffman coding, th
HuffmanCode
- 赫夫曼编译码器 本系统将每一个要求的功能都作为一个独立的模块,值得注意的是,系统会自动统计您输入字符串中的每一个字符出现的频度,并将其作为对应字符的权值-HuffmanCode
2
- 1.请编写一个函数void fun(char *tt,int pp[]),统计在tt字符中"a"到"z"26各字母各自出现的次数,并依次放在pp所指的数组中。 2.下列程序定义了n×n的二维数组,并在主函数中赋值。请编写函数fun,函数的功能使求出数组周边元素的平均值并作为函数值返回给主函数中的s。-1. Please write a function void fun (char* tt, int pp []), statistics tt characters " a&qu
tongji
- 4、 统计在一个输入字符串中各个不同字符出现的频度。-4, statistics in an input string of characters that appear in different frequency.
zifu
- 用精辟的汇编语言,描述了一个字符中数一的统计-With a brilliant assembly language, describes a number of characters in a statistical
Character-statistics
- 输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数。-Enter a line of characters, respectively, the statistics of the number of letters, spaces, numbers and other characters.
统计字符的个数
- 题目7:输入一行字符,分别统计出其中英文字母、空格、数字和其它字符的个数 。 -Title 7: input a line of character, respectively statistics of the English letters, the blank space, digital and other character number
Word-frequency-statistics
- 输入一个字符串,统计统计每个字符出现的次数-Input a string, statistical statistics in the frequency of each character
编码
- Huffman编码 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现;
hbyy
- 汇编语言实验报告 题目:1、 实验方法 2、 用表格形式显示字符 3、 分类统计字符个数 4 、 查找电话号码 -Assembly language lab report topics: 1, experimental methods, tabular form display characters 3 classification statistics the number of characters, look up phone numbers
Statistical-character
- C++ 读取文件字符,统计字符频率 然后显示在另一个文件里-C++ read a file character, statistical character frequency is then displayed in another file
weben
- 文本编辑器,统计字符个数,请封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作-Text editor, the statistics of the number of characters, the package of a class CText, and write a software, it can complete the statistical work of any of the characters of a text file
CharCounterDemo
- 实现文本文件里面字符数的统计,可以统计出总字符数,不包括","." ""、"等。-Number of characters in a text file which achieve statistical, statistics the total number of characters, not including " ," . " " " ," And so on.
2005510101315809
- 提出了一种复杂背景下的多车牌图像分割和识别方法,首先采用统计和特征匹配相结合的方法进行背景提取,将可能存在车辆的区域提取出来;然后分别对可能的车辆区域进行局部边缘检测,并使用车牌的先验知识确定车牌的位置和单个字符分割,包括车牌倾斜时的字符分割;最后使用PCA和神经网络相结合的方法精确识别车牌。-Proposed a multi-plate image segmentation and recognition method under a complex background, the first
test312121530-tbs
- 分类统计字符 通过编程实现字符实现统计 汇编-code account
Computer-hardware-2.1
- 从键盘输入一系列字符,以回车符结束,编程统计其中非数字字符的个数。-Enter the number of characters the keyboard, with a carriage return, the number of program statistics on non-numeric characters.