基于mfc十段均衡器的设计


基于mfc十段均衡器的设计,运用语音合成技术,实现音乐的不同音效的播放。
资源截图
代码片段和文件信息
// EQ.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “EQ.h“
#include “EQDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CEQApp

BEGIN_MESSAGE_MAP(CEQApp CWinApp)
//{{AFX_MSG_MAP(CEQApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CEQApp construction

CEQApp::CEQApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CEQApp object

CEQApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CEQApp initialization

BOOL CEQApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CEQDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

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

     文件      42520  2014-04-27 22:57  mfc 十段均衡器设计EQ.APS

     文件       3511  2014-04-27 22:57  mfc 十段均衡器设计EQ.clw

     文件       2007  2014-04-27 22:57  mfc 十段均衡器设计EQ.cpp

     文件       4794  2014-04-27 22:57  mfc 十段均衡器设计EQ.dsp

     文件        510  2014-04-27 22:57  mfc 十段均衡器设计EQ.dsw

     文件       1280  2014-04-27 22:57  mfc 十段均衡器设计EQ.h

     文件     484352  2014-04-27 22:57  mfc 十段均衡器设计EQ.ncb

     文件     110592  2014-04-27 22:57  mfc 十段均衡器设计EQ.opt

     文件       2319  2014-04-27 22:57  mfc 十段均衡器设计EQ.plg

     文件       9836  2014-04-27 22:57  mfc 十段均衡器设计EQ.rc

     文件   55595008  2014-04-27 22:57  mfc 十段均衡器设计EQ.sdf

     文件        870  2014-04-27 22:57  mfc 十段均衡器设计EQ.sln

     文件       8526  2014-04-27 22:57  mfc 十段均衡器设计EQ.vcxproj

     文件       2855  2014-04-27 22:57  mfc 十段均衡器设计EQ.vcxproj.filters

     文件        143  2014-04-27 22:57  mfc 十段均衡器设计EQ.vcxproj.user

     文件      13260  2014-04-27 22:57  mfc 十段均衡器设计EQDlg.cpp

     文件       2540  2014-04-27 22:57  mfc 十段均衡器设计EQDlg.h

     文件       4905  2014-04-27 22:57  mfc 十段均衡器设计Equalizer.cpp

     文件       1155  2014-04-27 22:57  mfc 十段均衡器设计Equalizer.h

     文件   74776576  2014-04-27 22:58  mfc 十段均衡器设计ipcheq-102a88f0eq-5d5c6d4c.ipch

     文件   75300864  2014-04-27 22:58  mfc 十段均衡器设计ipcheq-102a88f0eq-860f1f86.ipch

     文件       3507  2014-04-27 22:57  mfc 十段均衡器设计ReadMe.txt

     文件       1078  2014-04-27 22:57  mfc 十段均衡器设计
esEQ.ico

     文件        394  2014-04-27 22:57  mfc 十段均衡器设计
esEQ.rc2

    ..A.SH.      4096  2014-04-27 22:59  mfc 十段均衡器设计
esThumbs.db

     文件       2014  2014-04-27 22:57  mfc 十段均衡器设计
esource.h

     文件        204  2014-04-27 22:57  mfc 十段均衡器设计StdAfx.cpp

     文件       1054  2014-04-27 22:57  mfc 十段均衡器设计StdAfx.h

     文件       4739  2014-04-27 22:57  mfc 十段均衡器设计\_fzhWAVEDECREC.cpp

     文件       1084  2014-04-27 22:57  mfc 十段均衡器设计\_fzhWAVEDECREC.h

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)