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

资源简介

声音的采集与播放程序,亲测可用,非常使用的源代码,希望能够帮助大家

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
// Download by http://www.codefans.net

#include “stdafx.h“
#include “snd.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM

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

     文件       2575  2011-08-18 11:28  声音采集播放程序1\MainFrm.cpp

     文件       1586  1998-11-04 20:23  声音采集播放程序1\MainFrm.h

     文件        938  1998-11-05 19:49  声音采集播放程序1\Process.cpp

     文件       1051  1998-11-05 19:49  声音采集播放程序1\Process.h

     文件        953  1998-11-05 20:07  声音采集播放程序1\README.TXT

     文件       1078  1998-11-04 20:23  声音采集播放程序1\res\snd.ico

     文件        395  1998-11-04 20:23  声音采集播放程序1\res\snd.rc2

     文件       1078  1998-11-04 20:23  声音采集播放程序1\res\sndDoc.ico

     文件       1078  1998-11-04 20:23  声音采集播放程序1\res\Toolbar.bmp

     文件        488  1998-11-04 20:23  声音采集播放程序1\Resource.h

     文件       3443  1998-11-05 19:26  声音采集播放程序1\snd.clw

     文件       4373  1998-11-05 19:26  声音采集播放程序1\snd.cpp

     文件       4759  1998-11-05 19:26  声音采集播放程序1\snd.dsp

     文件        531  1998-11-04 20:23  声音采集播放程序1\snd.dsw

     文件       1363  1998-11-04 21:59  声音采集播放程序1\snd.h

     文件      12635  1998-11-04 21:47  声音采集播放程序1\snd.rc

     文件       1718  2011-08-18 11:28  声音采集播放程序1\sndDoc.cpp

     文件       1450  1998-11-04 20:23  声音采集播放程序1\sndDoc.h

     文件       3725  2011-08-18 11:28  声音采集播放程序1\sndView.cpp

     文件       1780  1998-11-04 21:29  声音采集播放程序1\sndView.h

     文件       8218  2011-08-18 11:28  声音采集播放程序1\SoundIn.cpp

     文件       2927  1998-11-05 19:22  声音采集播放程序1\Soundin.h

     文件        201  1998-11-04 20:23  声音采集播放程序1\StdAfx.cpp

     文件        987  1998-11-04 20:23  声音采集播放程序1\StdAfx.h

     目录          0  2011-08-18 11:26  声音采集播放程序1\res

     目录          0  2011-08-18 11:27  声音采集播放程序1

----------- ---------  ---------- -----  ----

                59330                    26


评论

共有 条评论

相关资源