• 大小: 1.79MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: 其他
  • 标签:

资源简介

vc读取MP3文件信息,vc版 代码简单 欢迎分享

资源截图

代码片段和文件信息

// MP3Read.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “MP3Read.h“
#include “MP3ReadDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMP3ReadApp

BEGIN_MESSAGE_MAP(CMP3ReadApp CWinApp)
//{{AFX_MSG_MAP(CMP3ReadApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CMP3ReadApp construction

CMP3ReadApp::CMP3ReadApp()
{
// TODO: add construction code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     110648  2009-08-30 17:27  MP3Read\Debug\MP3Read.exe

     文件     198604  2009-08-30 17:27  MP3Read\Debug\MP3Read.ilk

     文件      12893  2009-08-30 17:23  MP3Read\Debug\MP3Read.obj

     文件    5507044  2009-08-30 17:23  MP3Read\Debug\MP3Read.pch

     文件     353280  2009-08-30 17:27  MP3Read\Debug\MP3Read.pdb

     文件       2796  2009-08-30 17:27  MP3Read\Debug\MP3Read.res

     文件      29657  2009-08-30 17:23  MP3Read\Debug\MP3ReadDlg.obj

     文件     105474  2009-08-30 17:23  MP3Read\Debug\StdAfx.obj

     文件     205824  2009-08-30 17:27  MP3Read\Debug\vc60.idb

     文件     364544  2009-08-30 17:23  MP3Read\Debug\vc60.pdb

     文件      35876  2009-08-30 17:26  MP3Read\MP3Read.aps

     文件       1487  2009-08-30 17:27  MP3Read\MP3Read.clw

     文件       2077  2009-08-30 12:53  MP3Read\MP3Read.cpp

     文件       4177  2009-08-30 12:53  MP3Read\MP3Read.dsp

     文件        537  2009-08-30 17:27  MP3Read\MP3Read.dsw

     文件       1335  2009-08-30 12:53  MP3Read\MP3Read.h

     文件      41984  2009-08-30 17:27  MP3Read\MP3Read.ncb

     文件      53760  2009-08-30 17:27  MP3Read\MP3Read.opt

     文件        248  2009-08-30 17:27  MP3Read\MP3Read.plg

     文件       5703  2009-08-30 17:26  MP3Read\MP3Read.rc

     文件       5808  2009-08-30 17:10  MP3Read\MP3ReadDlg.cpp

     文件       1651  2009-08-30 17:03  MP3Read\MP3ReadDlg.h

     文件       3597  2009-08-30 12:53  MP3Read\ReadMe.txt

     文件       1078  2009-08-30 12:53  MP3Read\res\MP3Read.ico

     文件        399  2009-08-30 12:53  MP3Read\res\MP3Read.rc2

     文件        915  2009-08-30 15:57  MP3Read\resource.h

     文件        209  2009-08-30 12:53  MP3Read\StdAfx.cpp

     文件       1054  2009-08-30 12:53  MP3Read\StdAfx.h

     目录          0  2009-08-30 17:27  MP3Read\Debug

     目录          0  2009-08-30 12:53  MP3Read\res

............此处省略4个文件信息

评论

共有 条评论

相关资源