资源简介
说话人识别,矢量量化(VQ),特征提取(MFCC),GUI界面,完整C源码,可运行。
代码片段和文件信息
// draw98.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “draw98.h“
#include “draw98Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDraw98App
BEGIN_MESSAGE_MAP(CDraw98App CWinApp)
//{{AFX_MSG_MAP(CDraw98App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CDraw98App construction
CDraw98App::CDraw98App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDraw98App object
CDraw98App theApp;
/////////////////////////////////////////////////////////////////////////////
// CDraw98App initialization
BOOL CDraw98App::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
CDraw98Dlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6251520 2009-04-29 20:03 GUI界面2.0\Debug\draw98.bsc
文件 30261 2009-04-25 18:33 GUI界面2.0\Debug\draw98.obj
文件 7062776 2009-04-25 18:10 GUI界面2.0\Debug\draw98.pch
文件 574464 2009-04-29 20:03 GUI界面2.0\Debug\draw98.pdb
文件 3136 2009-04-29 20:00 GUI界面2.0\Debug\draw98.res
文件 0 2009-04-25 18:33 GUI界面2.0\Debug\draw98.sbr
文件 0 2009-04-29 20:03 GUI界面2.0\Debug\draw98Dlg.sbr
文件 105703 2009-04-25 18:10 GUI界面2.0\Debug\StdAfx.obj
文件 1374904 2009-04-25 18:10 GUI界面2.0\Debug\StdAfx.sbr
文件 336896 2009-05-27 16:59 GUI界面2.0\Debug\vc60.idb
文件 503808 2009-04-29 20:03 GUI界面2.0\Debug\vc60.pdb
文件 159837 2009-04-29 20:03 GUI界面2.0\Debug\draw98.exe
文件 540696 2009-04-29 20:03 GUI界面2.0\Debug\draw98.ilk
文件 196535 2009-04-29 20:03 GUI界面2.0\Debug\draw98Dlg.obj
目录 0 2009-04-25 18:33 GUI界面2.0\Debug
文件 76064 2009-04-24 10:04 GUI界面2.0\3.wav
文件 1863 2009-05-27 16:59 GUI界面2.0\draw98.clw
文件 2063 2009-04-25 17:36 GUI界面2.0\draw98.cpp
文件 4222 2009-04-25 18:34 GUI界面2.0\draw98.dsp
文件 535 2009-04-25 17:36 GUI界面2.0\draw98.dsw
文件 1324 2009-04-25 17:36 GUI界面2.0\draw98.h
文件 140288 2009-05-27 17:00 GUI界面2.0\draw98.ncb
文件 120070 2009-04-24 10:32 GUI界面2.0\shibie.wav
文件 719 2009-04-29 20:03 GUI界面2.0\draw98.plg
文件 120535 2009-04-29 20:03 GUI界面2.0\yuanshi.txt
文件 333 2009-04-25 18:09 GUI界面2.0\draw98.sln
..A..H. 6656 2009-04-25 18:09 GUI界面2.0\draw98.suo
文件 6279 2009-04-29 20:00 GUI界面2.0\draw98.rc
文件 35868 2009-04-29 20:03 GUI界面2.0\shibie.txt
文件 165968 2009-04-29 20:03 GUI界面2.0\tree.txt
............此处省略21个文件信息
- 上一篇:C++程序设计谭浩强PDF完整版
- 下一篇:太阳方位计算器v1.02
评论
共有 条评论