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

资源简介

C++实战源码-控制左右声道(入门级实例546).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “LRSoundControl.h“
#include “LRSoundControlDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CLRSoundControlApp

BEGIN_MESSAGE_MAP(CLRSoundControlApp CWinApp)
//{{AFX_MSG_MAP(CLRSoundControlApp)
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CLRSoundControlApp construction

CLRSoundControlApp::CLRSoundControlApp()
{
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CLRSoundControlApp object

CLRSoundControlApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CLRSoundControlApp initialization

BOOL CLRSoundControlApp::

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         884  2010-10-28 13:56  LRSoundControl\LRSoundControl.clw
     文件        1573  2006-11-30 19:07  LRSoundControl\LRSoundControl.cpp
     文件        4240  2006-11-30 19:07  LRSoundControl\LRSoundControl.dsp
     文件         553  2006-11-30 19:25  LRSoundControl\LRSoundControl.dsw
     文件        1270  2006-11-30 19:07  LRSoundControl\LRSoundControl.h
     文件        4755  2007-05-22 15:36  LRSoundControl\LRSoundControl.rc
     文件        2598  2007-04-10 15:13  LRSoundControl\LRSoundControlDlg.cpp
     文件        1421  2007-04-10 14:38  LRSoundControl\LRSoundControlDlg.h
     文件         646  2007-04-10 08:33  LRSoundControl\resource.h
     文件         216  2006-11-30 19:07  LRSoundControl\StdAfx.cpp
     文件        1108  2006-11-30 19:11  LRSoundControl\StdAfx.h
     文件        5694  2005-10-08 16:28  LRSoundControl\res\LRSoundControl.ico
     文件         406  2006-11-30 19:07  LRSoundControl\res\LRSoundControl.rc2

评论

共有 条评论