资源简介
有用的资源,用C++实现OFDM,我觉得蛮有用的,希望对你们也有用啊。
代码片段和文件信息
// OFDM.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “OFDM.h“
#include “OFDMDlg.h“
#include“math.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// COFDMApp
BEGIN_MESSAGE_MAP(COFDMApp CWinApp)
//{{AFX_MSG_MAP(COFDMApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// COFDMApp construction
COFDMApp::COFDMApp()
{
// TODO: add construction code here
// P
- 上一篇:BHO劫持主页
- 下一篇:教你使用VC打开BMP图像
评论
共有 条评论