資源簡介
語音識別系統(源碼和開發文檔)
看看吧!很好配!

代碼片段和文件信息
//?speech.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“speech.h“
#include?“speechDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CSpeechApp
BEGIN_MESSAGE_MAP(CSpeechApp?CWinApp)
//{{AFX_MSG_MAP(CSpeechApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CSpeechApp?construction
CSpeechApp::CSpeechApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CSpeechApp?object
CSpeechApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CSpeechApp?initialization
BOOL?CSpeechApp::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
CSpeechDlg?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??2009-06-28?18:47??語音識別系統(源碼和開發文檔)
?????目錄??????????0??2008-10-23?13:57??語音識別系統(源碼和開發文檔)\speech
?????目錄??????????0??2008-10-23?13:57??語音識別系統(源碼和開發文檔)\speech\Debug
?????文件?????114747??2008-10-27?10:55??語音識別系統(源碼和開發文檔)\speech\Debug\speech.exe
?????文件??????13607??2008-10-23?12:48??語音識別系統(源碼和開發文檔)\speech\Debug\speech.obj
?????文件?????435200??2008-10-27?10:55??語音識別系統(源碼和開發文檔)\speech\Debug\speech.pdb
?????文件???????2980??2008-10-27?10:55??語音識別系統(源碼和開發文檔)\speech\Debug\speech.res
?????文件??????69414??2008-10-27?10:35??語音識別系統(源碼和開發文檔)\speech\Debug\speechDlg.obj
?????文件??????70952??2008-10-27?10:06??語音識別系統(源碼和開發文檔)\speech\Debug\speechDlg.obj.enc
?????文件?????105448??2008-10-23?12:48??語音識別系統(源碼和開發文檔)\speech\Debug\StdAfx.obj
?????文件?????512000??2008-10-27?10:35??語音識別系統(源碼和開發文檔)\speech\Debug\vc60.pdb
?????文件???????3579??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\ReadMe.txt
?????目錄??????????0??2008-10-23?13:57??語音識別系統(源碼和開發文檔)\speech\res
?????文件???????1078??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\res\speech.ico
?????文件????????398??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\res\speech.rc2
?????文件????????960??2008-10-27?10:51??語音識別系統(源碼和開發文檔)\speech\Resource.h
?????文件??????36128??2008-10-27?10:54??語音識別系統(源碼和開發文檔)\speech\speech.aps
?????文件???????1497??2008-10-27?10:57??語音識別系統(源碼和開發文檔)\speech\speech.clw
?????文件???????2063??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\speech.cpp
?????文件???????4159??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\speech.dsp
?????文件????????520??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\speech.dsw
?????文件???????1324??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\speech.h
?????文件??????82944??2008-10-27?10:58??語音識別系統(源碼和開發文檔)\speech\speech.ncb
?????文件??????54784??2008-10-27?10:58??語音識別系統(源碼和開發文檔)\speech\speech.opt
?????文件????????246??2008-10-27?10:58??語音識別系統(源碼和開發文檔)\speech\speech.plg
?????文件???????6024??2008-10-27?10:54??語音識別系統(源碼和開發文檔)\speech\speech.rc
?????文件???????7957??2008-10-27?10:35??語音識別系統(源碼和開發文檔)\speech\speechDlg.cpp
?????文件???????1442??2008-10-27?10:34??語音識別系統(源碼和開發文檔)\speech\speechDlg.h
?????文件????????208??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\StdAfx.cpp
?????文件???????1054??2008-10-23?12:04??語音識別系統(源碼和開發文檔)\speech\StdAfx.h
............此處省略5個文件信息
- 上一篇:QPSK信號生成代碼
- 下一篇:VMware vSphere 6.5
評論
共有 條評論