• 大小: 1.88MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签: 窗口界面  b  c  

资源简介

霍夫曼编码,输入字符,然后给出对应字符的权值和编码,用窗口界面展现出来

资源截图

代码片段和文件信息

// huffman.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “huffman.h“
#include “fuffmant.h“
#include “MainFrm.h“
#include “huffmanDoc.h“
#include “huffmanView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CHuffmanApp

BEGIN_MESSAGE_MAP(CHuffmanApp CWinApp)
//{{AFX_MSG_MAP(CHuffmanApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     122960  2009-05-15 22:52  huffman\Debug\huffman.exe

     文件     329648  2009-05-15 22:52  huffman\Debug\huffman.ilk

     文件      23143  2009-05-15 22:52  huffman\Debug\huffman.obj

     文件    5570784  2009-05-14 21:42  huffman\Debug\huffman.pch

     文件     484352  2009-05-15 22:52  huffman\Debug\huffman.pdb

     文件       7548  2009-05-14 11:10  huffman\Debug\huffman.res

     文件      14857  2009-05-14 21:42  huffman\Debug\huffmanDoc.obj

     文件       4844  2009-05-15 22:52  huffman\Debug\huffmant.obj

     文件      28562  2009-05-15 22:52  huffman\Debug\huffmanView.obj

     文件      26770  2009-05-14 22:31  huffman\Debug\huffmanView.obj.enc

     文件      20007  2009-05-14 21:42  huffman\Debug\MainFrm.obj

     文件     105710  2009-05-14 21:42  huffman\Debug\StdAfx.obj

     文件     222208  2009-05-15 22:52  huffman\Debug\vc60.idb

     文件     364544  2009-05-15 22:52  huffman\Debug\vc60.pdb

     文件      12333  2009-05-14 21:42  huffman\Debug\zhifu.obj

     文件        538  2009-05-15 22:53  huffman\fuffmant.h

     文件      29396  2009-05-14 15:50  huffman\huffman.aps

     文件       2782  2009-05-15 22:53  huffman\huffman.clw

     文件       4248  2009-05-03 20:33  huffman\huffman.cpp

     文件       4826  2009-05-03 23:39  huffman\huffman.dsp

     文件        539  2009-05-03 19:04  huffman\huffman.dsw

     文件       1367  2009-05-03 19:04  huffman\huffman.h

     文件     148480  2009-05-15 22:53  huffman\huffman.ncb

     文件      56832  2009-05-15 22:53  huffman\huffman.opt

     文件       1411  2009-05-15 22:52  huffman\huffman.plg

     文件      12303  2009-05-14 11:10  huffman\huffman.rc

     文件       1762  2009-05-03 19:04  huffman\huffmanDoc.cpp

     文件       1486  2009-05-03 19:04  huffman\huffmanDoc.h

     文件       1377  2009-05-15 22:27  huffman\huffmant.cpp

     文件       3891  2009-05-15 22:52  huffman\huffmanView.cpp

............此处省略19个文件信息

评论

共有 条评论