c ++上的固定长度压缩/解压缩 [英] fixed length compression/decompression on c++

查看:84
本文介绍了c ++上的固定长度压缩/解压缩的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在C ++中创建一个执行以下操作的程序:

用于实现运行固定长度编码器的程序 - 在压缩数据并将其保存在文件中之后,另一个模块将打开该文件再次,解压缩并恢复原始数据。此外,该程序将计算编码器的效率





任何人都可以告诉我如何压缩和解压缩a。使用C ++编程的txt文件?

I need to make a program in C++ that does the following:
Program to implement the run fixed length encoder -- After the data is compressed and saved in a file another module will open the file again, decompress it and recover the original data. Also, the program will calculate
the efficiency of the encoder.

Can anyone give me an idea of how to compress and decompress a.txt file using C++ programming?

推荐答案

Google可以 [< a href =https://www.google.com/search?q=compress+c%2B%2B&aq=f&oq=compress+c%2B%2B&aqs=chrome.0.57j0j60j0l2j62.4263&sugexp = chrome,mod = 1& sourceid = chrome& ie = UTF-8target =_ blanktitle =New Window> ^ ]。


这篇关于c ++上的固定长度压缩/解压缩的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆