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

资源简介

C++实战源码-音频波形显示(入门级实例550).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “RecordSound.h“
#include “RecordSoundDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRecordSoundApp

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

/////////////////////////////////////////////////////////////////////////////
// CRecordSoundApp construction

CRecordSoundApp::CRecordSoundApp()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1193  2006-12-01 09:25  Demo1\RecordSound.clw
     文件        2133  2006-11-17 18:45  Demo1\RecordSound.cpp
     文件        4249  2006-11-17 18:45  Demo1\RecordSound.dsp
     文件         547  2006-11-17 18:45  Demo1\RecordSound.dsw
     文件        1379  2006-11-17 18:45  Demo1\RecordSound.h
     文件        5312  2006-11-30 19:47  Demo1\RecordSound.rc
     文件        4705  2007-05-22 14:50  Demo1\RecordSoundDlg.cpp
     文件        1487  2006-11-30 19:44  Demo1\RecordSoundDlg.h
     文件         827  2006-11-17 20:00  Demo1\resource.h
     文件         213  2006-11-17 18:45  Demo1\StdAfx.cpp
     文件        1103  2006-11-30 19:51  Demo1\StdAfx.h
     文件        5694  2005-10-14 16:40  Demo1\res\RecordSound.ico
     文件         403  2006-11-17 18:45  Demo1\res\RecordSound.rc2
     文件        1224  2007-06-14 15:27  Demo2\ControlSound.clw
     文件        2147  2007-04-10 09:11  Demo2\ControlSound.cpp
     文件        4267  2007-04-10 09:11  Demo2\ControlSound.dsp
     文件         549  2007-04-10 09:11  Demo2\ControlSound.dsw
     文件        1390  2007-04-10 09:11  Demo2\ControlSound.h
     文件        5391  2007-04-10 09:39  Demo2\ControlSound.rc
     文件        6843  2007-04-10 10:01  Demo2\ControlSoundDlg.cpp
     文件        1635  2007-04-10 09:57  Demo2\ControlSoundDlg.h
     文件         690  2007-04-10 09:39  Demo2\resource.h
     文件         214  2007-04-10 09:11  Demo2\StdAfx.cpp
     文件        1108  2007-04-10 09:40  Demo2\StdAfx.h
     文件        5694  2005-10-08 16:28  Demo2\res\ControlSound.ico
     文件         404  2007-04-10 09:11  Demo2\res\ControlSound.rc2
     文件        3047  2008-12-02 17:04  MP3Player\DrawDemo.cpp
     文件        1344  2008-12-02 17:04  MP3Player\DrawDemo.h
     文件        1517  2010-10-28 14:31  MP3Player\MP3Player.clw
     文件        2105  2008-12-02 10:05  MP3Player\MP3Player.cpp
     文件        4277  2008-12-25 11:33  MP3Player\MP3Player.dsp
............此处省略13个文件信息

评论

共有 条评论