资源简介
C 播放WAVE音频。
代码片段和文件信息
// PlayWAV.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “PlayWAV.h“
#include “PlayWAVDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CPlayWAVApp
BEGIN_MESSAGE_MAP(CPlayWAVApp CWinApp)
//{{AFX_MSG_MAP(CPlayWAVApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CPlayWAVApp construction
CPlayWAVApp::CPlayWAVApp()
{
// TODO: add construction code
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2020-06-30 14:50 PlayWAV\
文件 35684 2020-04-15 15:30 PlayWAV\PlayWAV.aps
文件 1241 2020-04-15 17:13 PlayWAV\PlayWAV.clw
文件 2077 2020-04-15 15:05 PlayWAV\PlayWAV.cpp
文件 4073 2020-04-15 15:05 PlayWAV\PlayWAV.dsp
文件 520 2020-04-15 15:05 PlayWAV\PlayWAV.dsw
文件 1335 2020-04-15 15:05 PlayWAV\PlayWAV.h
文件 41984 2020-04-15 17:29 PlayWAV\PlayWAV.ncb
文件 48640 2020-04-15 17:29 PlayWAV\PlayWAV.opt
文件 1517 2020-04-15 17:13 PlayWAV\PlayWAV.plg
文件 5458 2020-04-15 15:30 PlayWAV\PlayWAV.rc
文件 6488 2020-04-15 17:12 PlayWAV\PlayWAVDlg.cpp
文件 1509 2020-04-15 16:53 PlayWAV\PlayWAVDlg.h
文件 3597 2020-04-15 15:05 PlayWAV\ReadMe.txt
目录 0 2020-04-15 15:05 PlayWAV\res\
文件 1078 2020-04-15 15:05 PlayWAV\res\PlayWAV.ico
文件 399 2020-04-15 15:05 PlayWAV\res\PlayWAV.rc2
文件 777 2020-04-15 15:13 PlayWAV\resource.h
文件 209 2020-04-15 15:05 PlayWAV\StdAfx.cpp
文件 1054 2020-04-15 15:05 PlayWAV\StdAfx.h
- 上一篇:C/C++ 学生管理系统源码(控制台)
- 下一篇:银行家算法的实现(c++代码)
评论
共有 条评论