资源简介
语音识别系统(源码和开发文档)
看看吧!很好配!
代码片段和文件信息
// 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
评论
共有 条评论