-
音频波形显示和滤波
音频波形显示和滤波-Audio waveform display and filtering
- 2022-02-26 04:42:01下载
- 积分:1
-
图像处理
image processing
This book is a doc on image processing. Each chapter explains basic
concepts with words and gures, shows image processing results with photographs,
and implements the operations in C. Information herein comes
from articles published in The C/C++ Users Journal from 1990 through
1998 and from the rst edition of this book published in 1994. This second
(electronic) edition contains new material in every chapter.
- 2022-09-09 09:55:02下载
- 积分:1
-
DirectShow开发工具包,包含Muxer, Parser, Reader, Source, Transform等几大类Filter事例。例:AviSpli...
DirectShow开发工具包,包含Muxer, Parser, Reader, Source, Transform等几大类Filter事例。例:AviSplitter,MpegSplitter, OggSplitter, RealMediaSplitter, CddaReader, AudioSwitcher, Mpeg2decFilter等。-DirectShow Development Kit, including Muxer, Parser, Reader, Source, Transform and other examples of broad categories Filter. Example: AviSplitter, MpegSplitter, OggSplitter, RealMediaSplitter, CddaReader, AudioSwitcher, Mpeg2decFilter and so on.
- 2022-03-05 08:19:18下载
- 积分:1
-
Visual Basic 录音、放音组件、支持编码。
Visual Basic 录音、放音组件、支持编码。-Visual Basic recording, playback components, to support coding.
- 2022-01-21 06:30:13下载
- 积分:1
-
单击鼠标左键调用this
单击鼠标左键调用this->SetTimer(1500,NULL),时间间隔是0.5秒,每隔0.5秒就会发送WM_TIMER消息,调用函数ONTIMER,使M_INDEX增加,通过INVALIDATE函数触发对屏幕的刷新.-click the left mouse button call this-
- 2022-05-06 17:10:29下载
- 积分:1
-
在VC++中实现自动连续播放多媒体的程序源代码
在VC++中实现自动连续播放多媒体的程序源代码-In VC++ Achieve automatic continuous playback of multi-media source code
- 2023-01-05 14:30:03下载
- 积分:1
-
透明的AVI播放控件,有源码,可以使用,添加新的功能
透明的AVI播放控件,有源码,可以使用,添加新的功能-transparent AVI player controls, a source can be used to add a new function
- 2022-01-21 05:25:52下载
- 积分:1
-
我自己写的视频录制程序,有点小问题
主要技术:VFW,AVIGenerator
我自己写的视频录制程序,有点小问题
主要技术:VFW,AVIGenerator-I wrote it myself video recording process, a bit small problem is mainly technical: VFW, AVIGenerator
- 2022-02-21 16:23:51下载
- 积分:1
-
with DDA methods and methods painting straight bressham
用DDA方法和bressham方法 画直线-with DDA methods and methods painting straight bressham
- 2023-03-23 05:10:03下载
- 积分:1
-
哈夫曼编码和解码
这个项目是一个简单的 c + + 实现的哈夫曼编码。目前,它可以只对文件进行编码 ;解码功能是暂停工作时,我对我的大学课程。
编译
编译由 Make 实用程序处理。若要编译,只是导航到存储库中的根文件夹和运行"使"。若要在调试模式下进行编译,运行"使调试 = 1"。
运行
的可执行文件"哈夫曼"应该传递一个参数: 要进行编码 (或解码,解码功能完成时) 的文件的名称。编码的文件放置在同一目录中用".huf"追加到的文件的名称。
解剖的编码的文件
的文件的第一次 3 位指示过剩在结束了最后一个字节的位的数目 ; 这些尾随位将被忽略,解码器。接下来的 128 字节描述了码本。因为典型的哈夫曼编码 (http://en.wikipedia.org/wiki/Canonical_Huffman_code) 用来对文件进行编码,描述码书很简单,按字母顺序排列,在每个码字中给予的位数给 0 为符号不存在的文件中。后码书,进行编码的输入的文件。
- 2022-08-25 18:29:48下载
- 积分:1