搜索资源列表
20040913190255_vczx_clsrwini
- 读写ini的C++类 一、本类只有4个函数,分别为写数字,读数字,写文本,读文本。支持相对路径。可以用于有或无mfc支持的程序。visual c++6编译通过。 ini格式: [appname] keyname=s 二、代码:请下载压缩包。 三、如需要绝对路径删除CHAR FilePath[255] ---strcat(FilePath,fn)-literacy ini a category C, the only four categories of functions, namely dig
一个功能全面的文本编缉器的源程序
- 一个文本编辑器,压缩包里包含源程序和可执行文件。-A text editor, contains source code and executable file.
文本压缩
- 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
另类的压缩方式
- 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
LZW
- lzw文本压缩 非常好的一个数据压缩软件-lzw text compress
hafuman
- 哈弗曼编解码 编写函数,实现建立哈夫曼树和生成哈夫曼编码的功能。 编写函数,实现二叉树的输出和释放功能。 编写主函数,从终端输入一段英文文本;统计各个字符出现的频率,然后构建哈夫曼树并求出对应的哈夫曼编码;显示哈夫曼树和哈夫曼编码;最后释放哈夫曼树。 选做内容:修改程序,选择实现以下功能: 编码:用哈夫曼编码对一段英文文本进行压缩编码,显示编码后的文本编码序列; 统计:计算并显示文本的压缩比例; 解码:将采用哈夫曼编码压缩的文本还原为英文文本。-err
HuffmanCoding
- 根据信源压缩编码——Huffman编码的原理,用VC++语言实现对英文文本的压缩。-According to source coding- Huffman coding theory, using VC++ language implementation of the English text compression.
file
- VC++ 文本压缩程序,主要是操作TXT格式文件,运行于Windows系统 命令提示符环境,输入文本文件位置就可以对文件进行压缩、解压、文件测试等,属底层操作,借鉴价值比较大。-VC++ text compression process, mainly operating TXT format, running on the Windows system environment for the command prompt, type the location of a text file of
yasuo
- VC++ 文本压缩程序,李恒作品,主要是操作TXT格式文件,运行于Windows系统 命令提示符环境,输入文本文件位置就可以对文件进行压缩、解压、文件测试等,属底层操作,借鉴价值比较大,感谢作者奉献。-VC++ text compression process, Li works, mainly operating TXT format, running on the Windows system environment for the command prompt, type the loca
CompressText
- 文本压缩user Huffman alg to Text compress and uncompress,compress rate can be less than 50 percent,chinese character maybe error,uncompress maybe not statble,soure code can run very fast,compress and uncompre-user Huffman alg to Text compress and uncompr
hufman
- 哈夫曼文本压缩器,两个功能压缩文本文件和解压二进制文件 -Huffman text compression, two text files compression and decompression functions binaries
HuffmanCompress
- 一份大作业,基于Huffman(霍夫曼)编码实现的文本压缩,代码中对于Huffman树的创建、编码及压缩有详细的过程,包含一份文档-A great job, a text-based Huffman coding to achieve compression, Huffman code tree for creating, coding and compression process in detail, including a document
Huffman-coding
- 用huffman编码实现的文本压缩用compress进行压缩用uncompress进行解压缩-Huffman coding used to achieve the compression used compress text compression used for decompression uncompress
KXZE
- 用huffman编码实现的文本压缩用compress进行压缩用-Huffman coding is used to implement the text compression with compress is compressed
98834126
- 用huffman编码实现的文本压缩用compress进行压缩用(Huffman coding is used to implement the text compression with compress is compressed)
MakeCAB
- 将文件压缩成CAB格式,实现了文件夹被压缩成CAB格式文本的功能。(Compress files into CAB forma)
81824257
- Palm TextSync Conduit是一个掌上电脑同步管道,用于标准文本压缩 解压缩基础PDOC,它将和无格式的桌()
文本压缩
- 基于Python 编写的以Huffman和bwt两种方法编写的文本压缩程序(A text compression program written in Python written in both Huffman and bwt methods)
新建 好压 ZIP 压缩文件
- 易语言目录遍历工具,快速查找目录文本,批量查询,过滤格式(Easy language directory traversal tool, quickly search directory text, batch query, filter format.)
解压缩程序
- C++实现文本、图像、音频、视频的解压缩,并通过MD5算法实现原始文件与压缩并解压后文件的比较。