資源簡介
C++實戰源碼-用Visual C++編寫MIDI文件播放程序(入門級實例557).zip
代碼片段和文件信息
//?MIDIPlayer.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“MIDIPlayer.h“
#include?“MIDIPlayerDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMIDIPlayerApp
BEGIN_MESSAGE_MAP(CMIDIPlayerApp?CWinApp)
//{{AFX_MSG_MAP(CMIDIPlayerApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMIDIPlayerApp?construction
CMIDIPlayerApp::CMIDIPlayerApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMI
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1221??2010-10-28?14:43??MIDIPla
?????文件????????2119??2007-06-04?14:12??MIDIPla
?????文件????????4294??2007-06-04?14:52??MIDIPla
?????文件?????????545??2007-06-04?14:12??MIDIPla
?????文件????????1368??2007-06-04?14:12??MIDIPla
?????文件????????5485??2007-06-04?14:38??MIDIPla
?????文件????????4608??2007-06-04?14:41??MIDIPla
?????文件????????1401??2007-06-04?14:24??MIDIPla
?????文件?????????779??2007-06-04?14:38??MIDIPla
?????文件?????????212??2007-06-04?14:12??MIDIPla
?????文件????????1054??2007-06-04?14:12??MIDIPla
?????文件????????5694??2007-06-04?14:38??MIDIPla
?????文件????????1078??2007-06-04?14:12??MIDIPla
?????文件?????????402??2007-06-04?14:12??MIDIPla
評論
共有 條評論