• 大小: 0.01M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

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  MIDIPlayer\MIDIPlayer.clw
     文件        2119  2007-06-04 14:12  MIDIPlayer\MIDIPlayer.cpp
     文件        4294  2007-06-04 14:52  MIDIPlayer\MIDIPlayer.dsp
     文件         545  2007-06-04 14:12  MIDIPlayer\MIDIPlayer.dsw
     文件        1368  2007-06-04 14:12  MIDIPlayer\MIDIPlayer.h
     文件        5485  2007-06-04 14:38  MIDIPlayer\MIDIPlayer.rc
     文件        4608  2007-06-04 14:41  MIDIPlayer\MIDIPlayerDlg.cpp
     文件        1401  2007-06-04 14:24  MIDIPlayer\MIDIPlayerDlg.h
     文件         779  2007-06-04 14:38  MIDIPlayer\resource.h
     文件         212  2007-06-04 14:12  MIDIPlayer\StdAfx.cpp
     文件        1054  2007-06-04 14:12  MIDIPlayer\StdAfx.h
     文件        5694  2007-06-04 14:38  MIDIPlayer\res\22.ico
     文件        1078  2007-06-04 14:12  MIDIPlayer\res\MIDIPlayer.ico
     文件         402  2007-06-04 14:12  MIDIPlayer\res\MIDIPlayer.rc2

评论

共有 条评论