• 大小: 6.27MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-16
  • 语言: 其他
  • 标签: 陷波  

资源简介

工程实践中,在程序中用于对某一频带的干扰进行滤波

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BEF.h“
#include “BEFDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBEFApp

BEGIN_MESSAGE_MAP(CBEFApp CWinApp)
//{{AFX_MSG_MAP(CBEFApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CBEFApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBEFApp object

CBEFApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBEFApp initialization

BOOL CBEFApp::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

CBEFDlg 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;
}

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

     文件      37940  2015-09-06 08:48  BEF\BEF.APS

     文件       1452  2015-09-06 08:54  BEF\BEF.clw

     文件       2021  2015-09-05 13:16  BEF\BEF.cpp

     文件      16940  2015-09-05 13:16  BEF\BEF.dsp

     文件        793  2015-09-05 13:16  BEF\BEF.dsw

     文件       1291  2015-09-05 13:16  BEF\BEF.h

     文件     427008  2015-09-06 08:54  BEF\BEF.ncb

     文件      55808  2015-09-06 08:54  BEF\BEF.opt

     文件       1761  2015-09-06 08:54  BEF\BEF.plg

     文件      14246  2015-09-06 08:48  BEF\BEF.rc

     文件       7270  2015-09-06 08:54  BEF\BEFDlg.cpp

     文件       1423  2015-09-05 14:44  BEF\BEFDlg.h

     文件    1822757  2015-09-05 15:30  BEF\Debug\BEF.exe

     文件    2518996  2015-09-05 15:30  BEF\Debug\BEF.ilk

     文件     372692  2015-09-05 15:23  BEF\Debug\BEF.obj

     文件   11236948  2015-09-05 14:29  BEF\Debug\BEF.pch

     文件    1082368  2015-09-05 15:30  BEF\Debug\BEF.pdb

     文件       4924  2015-09-05 15:23  BEF\Debug\BEF.res

     文件     455932  2015-09-05 15:30  BEF\Debug\BEFDlg.obj

     文件     497516  2015-09-05 14:29  BEF\Debug\StdAfx.obj

     文件     410624  2015-09-05 15:31  BEF\Debug\vc60.idb

     文件     815104  2015-09-05 15:30  BEF\Debug\vc60.pdb

     文件       4105  2015-09-05 13:16  BEF\MStudio_Backup\BEF_mstudio_001.dsp

     文件        529  2015-09-05 13:16  BEF\MStudio_Backup\BEF_mstudio_001.dsw

     文件       1105  2015-09-05 13:16  BEF\NiIncludes.h

     文件       3525  2015-09-05 13:16  BEF\ReadMe.txt

     文件     126976  2015-09-06 08:54  BEF\Release\BEF.exe

     文件     159099  2015-09-06 08:48  BEF\Release\BEF.obj

     文件   10904568  2015-09-06 08:48  BEF\Release\BEF.pch

     文件       4956  2015-09-06 08:48  BEF\Release\BEF.res

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

评论

共有 条评论