在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → Visual C++音频视频处理技术及工程实践(charpter 1-9源码)

Visual C++音频视频处理技术及工程实践(charpter 1-9源码)

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:2.43M
  • 下载次数:3
  • 浏览次数:4
  • 发布时间:2023-10-18
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: Visual C++ char c++ 视频处理 cha

实例介绍

【实例简介】Visual C 音频视频处理技术及工程实践 书附带的源码

【实例截图】

from clipboard

【核心代码】

.
├── Visual C 音频视频处理技术及工程实践(charpter 1-9源码)_程序源码charper4-9.rar
├── chapter4
│   └── Dsound
│       ├── DSoundManager
│       │   ├── DSoundManager.cpp
│       │   ├── DSoundManager.dsp
│       │   ├── DSoundManager.dsw
│       │   ├── DSoundManager.plg
│       │   ├── DSoundManager.sln
│       │   ├── DSoundManager.vcproj
│       │   ├── DSoundManager.vcproj.E5C45D5F489645B.Administrator.user
│       │   ├── DSoundManager.vcproj.LE401-59.Administrator.user
│       │   ├── DSoundManager.vcproj.ZHUCHAOF-4C1644.zhuchaofei.user
│       │   ├── Debug
│       │   ├── DirectSound.cpp
│       │   ├── DirectSound.h
│       │   ├── GENRS_SyncObject.h
│       │   ├── GenRS_AutoLock.h
│       │   ├── ReadMe.txt
│       │   ├── StdAfx.cpp
│       │   ├── StdAfx.h
│       │   └── TKCore.h
│       └── DSound_demo
│           ├── DSoundManager.lib
│           ├── DirectSound.cpp
│           ├── DirectSound.h
│           ├── Sound.aps
│           ├── Sound.clw
│           ├── Sound.cpp
│           ├── Sound.dsp
│           ├── Sound.dsw
│           ├── Sound.h
│           ├── Sound.plg
│           ├── Sound.rc
│           ├── Sound.sln
│           ├── Sound.suo
│           ├── Sound.vcproj
│           ├── Sound.vcproj.E5C45D5F489645B.Administrator.user
│           ├── Sound.vcproj.LE401-59.Administrator.user
│           ├── Sound.vcproj.ZHUCHAOF-4C1644.zhuchaofei.user
│           ├── SoundDlg.cpp
│           ├── SoundDlg.h
│           ├── StdAfx.cpp
│           ├── StdAfx.h
│           ├── res
│           │   ├── Sound.ico
│           │   ├── Sound.rc2
│           │   └── guoge.wav
│           └── resource.h
├── chapter5
│   └── Dsound3DPlayDemo
│       ├── Dsound3DPlayDemo.aps
│       ├── Dsound3DPlayDemo.cpp
│       ├── Dsound3DPlayDemo.h
│       ├── Dsound3DPlayDemo.rc
│       ├── Dsound3DPlayDemo.sln
│       ├── Dsound3DPlayDemo.suo
│       ├── Dsound3DPlayDemo.vcproj
│       ├── Dsound3DPlayDemo.vcproj.BBNET.sunz.user
│       ├── Dsound3DPlayDemo.vcproj.ZHUCHAOF-4C1644.zhuchaofei.user
│       ├── Dsound3DPlayDemoDlg.cpp
│       ├── Dsound3DPlayDemoDlg.h
│       ├── ReadMe.txt
│       ├── UpgradeLog.XML
│       ├── WaveFile.cpp
│       ├── WaveFile.h
│       ├── _UpgradeReport_Files
│       │   ├── Thumbs.db
│       │   ├── UpgradeReport.css
│       │   ├── UpgradeReport.xslt
│       │   ├── UpgradeReport_Minus.gif
│       │   └── UpgradeReport_Plus.gif
│       ├── res
│       │   ├── Dsound3DPlayDemo.ico
│       │   ├── Dsound3DPlayDemo.manifest
│       │   ├── Dsound3DPlayDemo.rc2
│       │   ├── Thumbs.db
│       │   └── bitmap1.bmp
│       ├── resource.h
│       ├── stdafx.cpp
│       └── stdafx.h
├── chapter6
│   └── CaptureSound
│       ├── Common
│       │   ├── Include
│       │   │   ├── SessionInfo.h
│       │   │   ├── d3dapp.h
│       │   │   ├── d3denumeration.h
│       │   │   ├── d3dfile.h
│       │   │   ├── d3dfont.h
│       │   │   ├── d3dres.h
│       │   │   ├── d3dsaver.h
│       │   │   ├── d3dsettings.h
│       │   │   ├── d3dutil.h
│       │   │   ├── ddutil.h
│       │   │   ├── didevimg.h
│       │   │   ├── diutil.h
│       │   │   ├── dmutil.h
│       │   │   ├── dsutil.h
│       │   │   ├── dxutil.h
│       │   │   ├── netclient.h
│       │   │   ├── netclientres.h
│       │   │   ├── netconnect.h
│       │   │   ├── netconnectres.h
│       │   │   └── netvoice.h
│       │   ├── Src
│       │   │   ├── SessionInfo.cpp
│       │   │   ├── d3dapp.cpp
│       │   │   ├── d3denumeration.cpp
│       │   │   ├── d3dfile.cpp
│       │   │   ├── d3dfont.cpp
│       │   │   ├── d3dsaver.cpp
│       │   │   ├── d3dsettings.cpp
│       │   │   ├── d3dutil.cpp
│       │   │   ├── ddutil.cpp
│       │   │   ├── didevimg.cpp
│       │   │   ├── diutil.cpp
│       │   │   ├── dmutil.cpp
│       │   │   ├── dsutil.cpp
│       │   │   ├── dxutil.cpp
│       │   │   ├── netclient.cpp
│       │   │   ├── netconnect.cpp
│       │   │   └── netvoice.cpp
│       │   ├── Thumbs.db
│       │   ├── directx.ico
│       │   └── directxCE.ico
│       └── Recorder
│           ├── AudioFormat.cpp
│           ├── AudioFormat.h
│           ├── CaptureDevices.cpp
│           ├── CaptureDevices.h
│           ├── ReadMe.txt
│           ├── Recorder.aps
│           ├── Recorder.clw
│           ├── Recorder.cpp
│           ├── Recorder.dsp
│           ├── Recorder.dsw
│           ├── Recorder.h
│           ├── Recorder.opt
│           ├── Recorder.plg
│           ├── Recorder.rc
│           ├── Recorder.sln
│           ├── Recorder.suo
│           ├── Recorder.vcproj
│           ├── Recorder.vcproj.E5C45D5F489645B.Administrator.user
│           ├── RecorderDlg.cpp
│           ├── RecorderDlg.h
│           ├── StdAfx.cpp
│           ├── StdAfx.h
│           ├── res
│           │   ├── Recorder.ico
│           │   ├── Recorder.rc2
│           │   └── Thumbs.db
│           └── resource.h
├── chapter7
│   ├── aviplayer
│   │   ├── aviplayer
│   │   │   ├── ReadMe.txt
│   │   │   ├── aviplayer.cpp
│   │   │   ├── aviplayer.vcproj
│   │   │   ├── stdafx.cpp
│   │   │   └── stdafx.h
│   │   ├── aviplayer.sln
│   │   └── aviplayer.suo
│   └── capaudio
│       ├── capaudio
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── capaudio.aps
│       │   ├── capaudio.cpp
│       │   ├── capaudio.h
│       │   ├── capaudio.rc
│       │   ├── capaudio.vcproj
│       │   ├── capaudioDlg.cpp
│       │   ├── capaudioDlg.h
│       │   ├── res
│       │   │   ├── capaudio.ico
│       │   │   └── capaudio.rc2
│       │   ├── stdafx.cpp
│       │   └── stdafx.h
│       ├── capaudio.sln
│       └── capaudio.suo
├── chapter8
│   └── MediaPlayer
│       ├── MediaPlayer
│       │   ├── CDXGraph.cpp
│       │   ├── CDXGraph.h
│       │   ├── MediaPlayer.aps
│       │   ├── MediaPlayer.cpp
│       │   ├── MediaPlayer.h
│       │   ├── MediaPlayer.rc
│       │   ├── MediaPlayer.vcproj
│       │   ├── MediaPlayerDlg.cpp
│       │   ├── MediaPlayerDlg.h
│       │   ├── ReadMe.txt
│       │   ├── Resource.h
│       │   ├── res
│       │   │   ├── MediaPlayer.ico
│       │   │   ├── MediaPlayer.rc2
│       │   │   └── ayh.bmp
│       │   ├── stdafx.cpp
│       │   └── stdafx.h
│       ├── MediaPlayer.sln
│       └── MediaPlayer.suo
└── chapter9
    ├── 9-2
    │   ├── 9-2
    │   │   ├── 9-2.aps
    │   │   ├── 9-2.cpp
    │   │   ├── 9-2.h
    │   │   ├── 9-2.rc
    │   │   ├── 9-2.vcproj
    │   │   ├── 9-2Dlg.cpp
    │   │   ├── 9-2Dlg.h
    │   │   ├── Convert.h
    │   │   ├── ReadMe.txt
    │   │   ├── Resource.h
    │   │   ├── VMR_Capture.cpp
    │   │   ├── VMR_Capture.h
    │   │   ├── cscc.lib
    │   │   ├── res
    │   │   │   ├── 9-2.ico
    │   │   │   └── My92.rc2
    │   │   ├── stdafx.cpp
    │   │   └── stdafx.h
    │   ├── 9-2.sln
    │   └── 9-2.suo
    └── CaptureVideo
        ├── CaptureVideo
        │   ├── CaptureClass.cpp
        │   ├── CaptureClass.h
        │   ├── CaptureVideo.aps
        │   ├── CaptureVideo.cpp
        │   ├── CaptureVideo.h
        │   ├── CaptureVideo.rc
        │   ├── CaptureVideo.vcproj
        │   ├── CaptureVideoDlg.cpp
        │   ├── CaptureVideoDlg.h
        │   ├── Convert.h
        │   ├── ReadMe.txt
        │   ├── Resource.h
        │   ├── res
        │   │   ├── CaptureVideo.ico
        │   │   └── CaptureVideo.rc2
        │   ├── stdafx.cpp
        │   └── stdafx.h
        ├── CaptureVideo.sln
        ├── CaptureVideo.suo
        └── debug

35 directories, 214 files


实例下载地址

Visual C++音频视频处理技术及工程实践(charpter 1-9源码)

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警