霍夫曼编码 [英] Huffman coding

查看:69
本文介绍了霍夫曼编码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用window.h库来压缩文件夹.
我该怎么办?

I want to use library window.h to compress a folder.
What should I do?

推荐答案

window.h不是库,而是C/C ++头文件.无论您要执行哪种压缩类型,此类文件都无法完成.也许改写您的问题会有一定用处.
window.h is not a library it is a C/C++ header file. Whatever type of compression you want to do will not be accomplished by such a file. Perhaps rephrasing your question would be of some use.


我首先要回到您的讲义或课程书中,然后再读一遍.

"window.h"不是一个库.它是一组定义,可以包含在您的应用程序中.

然后,当您准备实现霍夫曼编码时,将这两个单词键入Google(或Bing),最后添加"C ++",然后进行搜索.您会找到想要的东西.
I would start by going back to your lecture notes, or course book and reading them again.

"window.h" is not a library. It is a set of definitions which can be included in your application.

Then, when you are ready to implement Huffman coding, Type those two words into Google (or Bing), add "C++" on the end, and search. You will find what you want.


这篇关于霍夫曼编码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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