从C ++中的霍夫曼编码和解码项目开始 [英] Start with a project of huffmann encoding and decoding in C++

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

问题描述

我想用Huffmann编码和解码的c ++创建一个项目.
我想知道如何开始.
什么可以成为我的项目的前端.

我尝试过的事情:

我已经尝试过Visual Studio,但我不知道从哪里开始.

I want to make a project in c++ of Huffmann encoding and decoding.
I want to know how to start.
What can be the frontend of my project.

What I have tried:

i have tried visual studio but i dont know from where to start.

推荐答案

从这里开始: ^ ]
应用程序的前端"完全取决于您:从需要命令行文件和切换的控制台应用程序,通过允许用户选择要编码和解码的文件的一对按钮,到完全图形化的与用户将使用它的目的有关.我们不知道,也不能说-我们不;您不会得到任何信息;我们不会明确地给我们!

因此,请决定您要使用它做什么,然后从中设计一个应用程序.那应该告诉您您想要什么类型的项目,您可以从那里开始.但是我们不能为您做到这一点!
Start here: Huffman coding - Wikipedia[^]
The "front end" of your app is entirely down to you: from a console app that requires command line files and switches, via a pair of buttons that allows the user to select a file to encode and decode, to something fully graphic that is relevant to what the user is going to use it for. We don''t know, and can''t say - we don;t get any information you don;t explicitly give us!

So decide what you want to do with it, and design an app from that. That should tell you what type of project you want and you can go from there. But we can''t do that for you!


报价:

我想做一个项目在Huffmann编码和解码的c ++中.

I want to make a project in c++ of Huffmann encoding and decoding.

网上有很多关于此主题的资源.您还可以查看原始的霍夫曼文章.

There are many many resource available on the web on this very topic. You may also have a look at the original Huffman''s article.

报价:

我想知道如何开始.
什么可以成为我项目的前端.

I want to know how to start.
What can be the frontend of my project.

您可以从Visual Studio上的C++控制台项目开始.

You could start with a C++ console project on Visual Studio.


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

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