嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Visual C 音频视频处理技术及工程实践 书附带的源码
.
├── 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