• 大小: 718KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 标签: 小波变换  VC++  mfc  

资源简介

小波变换的VC++实现,基于MFC,有界面,可计算一维和二维的小波变换,很好用

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DSplit.h“

#include “MainFrm.h“
#include “DSplitDoc.h“
#include “DSplitView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDSplitApp

BEGIN_MESSAGE_MAP(CDSplitApp CWinApp)
//{{AFX_MSG_MAP(CDSplitApp)
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 CWinApp::OnFileOpen)
// Stand

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

    .CA....      5990  2004-09-20 17:37  小波变换\CDIB.CPP

    .CA....       924  2004-09-20 17:22  小波变换\Cdib.h

    .CA....     19919  2004-09-20 17:38  小波变换\Debug\Cdib.obj

    .CA....         0  2004-09-20 17:38  小波变换\Debug\Cdib.sbr

    .CA....    147581  2004-09-20 17:38  小波变换\Debug\DSplit.exe

    .CA....     22915  2004-09-20 17:22  小波变换\Debug\DSplit.obj

    .CA....    566272  2004-09-20 17:38  小波变换\Debug\DSplit.pdb

    .CA....      9364  2004-09-20 17:20  小波变换\Debug\DSplit.res

    .CA....         0  2004-09-20 17:22  小波变换\Debug\DSplit.sbr

    .CA....     21981  2004-09-20 17:22  小波变换\Debug\DSplitDoc.obj

    .CA....         0  2004-09-20 17:22  小波变换\Debug\DSplitDoc.sbr

    .CA....     25159  2004-09-20 17:22  小波变换\Debug\DSplitView.obj

    .CA....         0  2004-09-20 17:22  小波变换\Debug\DSplitView.sbr

    .CA....     19486  2004-09-20 16:36  小波变换\Debug\DynSplitterWnd.obj

    .CA....         0  2004-09-20 16:36  小波变换\Debug\DynSplitterWnd.sbr

    .CA....     33281  2004-09-20 17:22  小波变换\Debug\DynSplitView2.obj

    .CA....         0  2004-09-20 17:22  小波变换\Debug\DynSplitView2.sbr

    .CA....     22560  2004-09-20 17:22  小波变换\Debug\MainFrm.obj

    .CA....         0  2004-09-20 17:22  小波变换\Debug\MainFrm.sbr

    .CA....     10394  2004-09-20 16:36  小波变换\Debug\Num.obj

    .CA....         0  2004-09-20 16:36  小波变换\Debug\Num.sbr

    .CA....     54172  2004-09-20 16:36  小波变换\Debug\StdAfx.obj

    .CA....    816568  2004-09-20 16:36  小波变换\Debug\StdAfx.sbr

    .CA....    126976  2004-09-20 17:38  小波变换\Debug\vc60.pdb

    .CA....      4719  2004-09-20 17:22  小波变换\Debug\WFilter.obj

    .CA....         0  2004-09-20 17:22  小波变换\Debug\WFilter.sbr

    .CA....     18052  2004-09-20 17:22  小波变换\Debug\WvltTransDib.obj

    .CA....         0  2004-09-20 17:22  小波变换\Debug\WvltTransDib.sbr

    .CA....     47848  2004-09-20 17:06  小波变换\DSplit.aps

    .CA....      3786  2004-09-20 17:38  小波变换\DSPLIT.CLW

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

评论

共有 条评论