搜索资源列表
统计英文文章的字符个数并huffman编码
- a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
分类统计字符个数
- 汇编实验 分类统计字符个数 能统计字符、数字、符号的个数。-experimental statistics compiled characters Statistics Number of characters, numbers, symbols of the number.
feileitongjizifu
- 汇编语言实验2.3 分类统计字符个数count_char-assembly language experiment 2.3 Number of characters classified statistics count_char
Data4final
- 移位密码、代换密码的加密及解密 实现移位密码:k表示26个字母向前循环位移的字符个数 加密: 输入:k,以及小写表示的明文字母,输出:大写字母表示的密文 解密:输入: k,以及大写字母表示的密文,输出:小写字母表示的明文 例如,当k=11时 明文:wewillmeetatmidnight 密文:HPHTWWXPPELEXTOYTRSE 实现代换密码 例如输入密匙guangzhouuniversity,则建立字母对应关系: a b c d e f g
long3
- 该文件是用汇编语言编写的。文件功能是:从键盘输入一个字符串(长度<80),统计其字母、数字和其他字符个数。-the document is a compilation of language. Document function is : keyboard input from a string (length
Dealer
- 每当新商人加入CellGo,该商人的材料(如:商人的名、地址、电话号、及商人提供的服务)必须被记录下来。你需创建接收商人材料的用户界面。用户界面的功能说明如下: 对可存放地址字段的字符个数不应有限制. 界面应允许为商人选择多种服务. (提示:对接收商人地址使用文本域控件。商人提供诸如:“Free service charges”, “Gifts for mobiles bought”, 和 “10% discount on new mobiles bought”的服务) -Cel
COUTchar
- 一个汇编实验的程序,用于分类统计字符个数-a compilation of experimental procedures, statistical classification for the number of characters
fenpeizifugeshu
- 分类统计字符个数,包含运行结果以及有注解。
用8086汇编语言实现选择排序算法
- 用8086汇编语言实现选择排序算法,可以选择排序的字符个数。
136
- 一、本程序完成功能要求: 完成两个压缩的8位多字节无符号BCD数相加的程序段。要求提供调试通过的源代码、可执行程序和编程小结readme.txt文件。 两个操作数可以由键盘输入。输出要求:在屏幕上显示出参与运算的两个加数和结果和。 二、使用说明: 点击136_ZHJ.exe文件,然后根据提示输入第一个数字,按回车;屏幕上会提示输入第二个数字,根据提示输入第二个数字, 按回车后屏幕会显示出计算结果。 三、程序结构说明: 共有如下五个子程序: KD
total
- 分类统计字符个数 汇编程序源代码,实现了一个小功能,初级学习者
symbolstatistic
- 字符统计器 统计txt文档里的不同字母和符号的个数并返回结果,结果包含字符个数及列出未出现的字符
统计中英文字符的个数
- 本程序可以使您在编辑文档的过程中统计中英文字符数,便于您正确把握文章书写的尺度!-this program allows you edit documents in the course of Statistics English characters easier for you to write the article correctly grasp the scale!
汇编原理实验
- 计算机汇编实验:表格显示字符,查找匹配字符串,分类统计字符个数,查找电话号码
统计记事本中的单词与字符个数
- 统计记事本中的单词与字符个数
huffman统计文件中各字符频率
- 建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。 “压缩文件”即:读文件、统计文件中的字符个数、对文件进行哈夫曼编码和译码、并将编码译码后的字符存储在文件中。 根据以上任务说明,设计数据结构,并设计程序完成功能。 -Create a text file, statistical frequency of the characters in the file, the char
statistic
- 本程序用于统计字符串中字符的个数、各字符出现的次数,并按照字母表顺序将其打印出来-This procedure for the statistical number of characters in string, the number of characters appear, and in accordance with alphabetical order to print out
fgetc
- 该程序用来统计文件的字符个数,主要用于对文件的操作-The statistical procedures used to document the number of characters, mainly for the operation of the document
wenbenfenxiqi
- 任意一个文本文件的字符统计工作。可以统计的信息有: (1)中文字符数; (2)英文单词数; (3)行数; (4)字符个数(不计空格); (5)空格数。 上述的字符统计信息,要求写到一个Report.txt文件中,并且能显示出来。 -Any characters in a text file statistics. Statistical information can include: (1) Chinese characters (2) the number
字符个数统计
- 改程序用于统计一个字符串中所包含的字符的每个各字符个数。(Change the program to count the number of characters each character in a string contains.)