资源简介
去噪、调制、解调。为ASK课程设计原版资料。
代码片段和文件信息
// ASK.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ASK.h“
#include “ASKDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CASKApp
BEGIN_MESSAGE_MAP(CASKApp CWinApp)
//{{AFX_MSG_MAP(CASKApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CASKApp construction
CASKApp::CASKApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CASKApp object
CASKApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CASKApp initialization
BOOL CASKApp::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
CASKDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-10-14 12:13 ASK\
文件 37180 2011-07-12 20:57 ASK\ASK.APS
文件 1905 2011-07-12 21:41 ASK\ASK.clw
文件 2021 2011-07-05 16:38 ASK\ASK.cpp
文件 4237 2011-07-05 16:39 ASK\ASK.dsp
文件 531 2011-07-05 16:38 ASK\ASK.dsw
文件 1291 2011-07-05 16:38 ASK\ASK.h
文件 140288 2011-07-12 21:41 ASK\ASK.ncb
文件 49664 2011-07-12 21:41 ASK\ASK.opt
文件 673 2011-07-12 20:57 ASK\ASK.plg
文件 6822 2011-07-12 20:57 ASK\ASK.rc
文件 18204 2011-07-11 22:04 ASK\ASKDlg.cpp
文件 1886 2011-07-07 08:40 ASK\ASKDlg.h
目录 0 2011-10-14 12:13 ASK\Debug\
文件 122928 2011-07-12 20:57 ASK\Debug\ASK.exe
文件 228428 2011-07-12 20:57 ASK\Debug\ASK.ilk
文件 14326 2011-07-06 16:41 ASK\Debug\ASK.obj
文件 5501520 2011-07-05 16:47 ASK\Debug\ASK.pch
文件 418816 2011-07-12 20:57 ASK\Debug\ASK.pdb
文件 3380 2011-07-12 20:57 ASK\Debug\ASK.res
文件 51168 2011-07-12 20:57 ASK\Debug\ASKDlg.obj
文件 27633 2011-07-12 20:51 ASK\Debug\SigTranmit.obj
文件 105786 2011-07-05 16:47 ASK\Debug\StdAfx.obj
文件 230400 2011-07-12 21:41 ASK\Debug\vc60.idb
文件 389120 2011-07-12 20:54 ASK\Debug\vc60.pdb
文件 3525 2011-07-05 16:38 ASK\ReadMe.txt
目录 0 2011-10-14 12:13 ASK\res\
文件 1371 2011-07-06 16:12 ASK\resource.h
文件 1078 2011-07-05 16:38 ASK\res\ASK.ico
文件 395 2011-07-05 16:38 ASK\res\ASK.rc2
文件 5730 2011-07-11 22:22 ASK\SigTranmit.cpp
............此处省略3个文件信息
相关资源
- Notification最新用法、实现Notification的
- Flask web Develop 英文原版
- 航拍车辆数据集
- Motocom driver
- Haskell Programming From First Principles
- 通信系统仿真原理与无线应用中文版
- flask搭建微电影网站代码
- 基于Systemview的通信系统的仿真(2AS
- Haskell 系列打包第一弹
- Flask Web开发实战:入门、进阶与原理
- 人工智能问答百度、图灵接口+flask框
- Flask框架实现CRUD
- tasking 教学视频
- mask rcnn训练自己数据,更换数据集和
- mask_rcnn_coco.h5
- RCNN系列论文
- Flask Web开发实战:入门、进阶与原理
- Mask RCNN源代码
- 通信系统仿真原理与无线应用--中文
- 深度学习目标检测 经典论文 RCNN~M
-
WebGIS之Openla
yers全面解析源码 - Haskell函数式编程入门.pdf
- 魔力Haskell(高清带书签).pdf
- mask_data.zip
- FlaskWeb开发.zip
- 京瓷TASKalfa2551ci 维修手册.pdf
- 基于flask框架连接数据库的图书管理系
- mobil_mask_rcnn_coco.h5
- opencv4.0调用TensorFlow实现mask rcnn的训练
- 京瓷 TASKalfa 3501i 4501i 5501i 复印机中文
评论
共有 条评论