搜索资源列表
Huffmancodeandreport
- C++实现的哈弗曼编码,并有流程图(1)I:初始化(Initialization)。从指定的英文文件中Sourcefile.txt读取数据,根据文件内容统计的字符的频度,建立哈夫曼树。 (2)E:编码(Encoding)。利用已经建好的哈夫曼树进行编码,并将每个字符的编码写入文件HuffCode.txt中保存。 (3)C:压缩(Compress)。根据HuffCode.txt中编码对文件Sourcefile.txt进行重新编码,并将重新编码后的内容写入文件CodeFile.txt中。
textfile
- to create a text file in java-to create a text file in java
readfile
- Read data from textfile-Read data from textfile
R_W_Copy_TextFile
- 文本文件读取 写入 复制 有字符界面和图形界面-Read/Write copy TextFile console app and visual