搜索资源列表
DirectShowKAIFAZHINAN_Chapter04
- 《DirectShow开发指南》 范例源代码,Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 -"DirectShow Development Guide" paradigm source code, Chapter04 : Chapter 4 to use the code, which AppIPTransform
DirectShowKAIFAZHINAN_Chapter07
- 《DirectShow开发指南》 范例源代码,Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 -"DirectShow Development Guide" paradigm source code, Chapter07 : Chapter 7 to use the code, which is some DsDemo demo code.
DirectShowKAIFAZHINAN_Chapter09
- 《DirectShow开发指南》 范例源代码,Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 -"DirectShow Development Guide" paradigm source code, Chapter07 : Chapter 7 to use the code, which is some DsDemo demo code.
DSDemo
- 数据结构题集(c语言版)的DSDemo,可以演示上面有关算法
DirectShow
- DirectShow应用开发案例,第4章用到的代码,其中AppIPTransform为MFC Filter的例子,DsDemo是一些演示代码FilterTitleOverlay是字符叠加Filter的源代码。 第5章用到的代码,其中GraphBuilding为Filter Graph构建技术的一些代码,SimplePlayer为一个简单的播放器例子。 第7章用到的代码,其中DsDemo是一些演示代码。 第9章用到的代码,其中DESCallback演示了控制DirectShow智能
DsDemo
- DshoW注册Filter插件的一个简单程序。希望对大家有所帮助
DirectShow-src
- DirectShow开发指南》源码 Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技 术的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。
ImaLib2
- Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技 术的一些代码,SimplePlayer为一个简单的播放器例子。 Chapter07:第7章用到的代码,其中DsDemo是一些演示代码。 Chapter09:第9章用到的代
Chapter04
- 其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。-MFC Filter which AppIPTransform for example, DsDemo some demo code, FilterTitleOverlay is superimposed character Filter source code.
DsDemo
- DirectShow应用开发案例,第7章用到的代码,其中DsDemo是一些演示代码。
Chapter04
- Chapter04:第4章用到的代码,其中AppIPTransform为MFC Filter的例子, DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 -the code used in the chapter, the AppIPTransform is the example of the MFC Filter, DsDemo is some demonstrate code,FilterTitleOverlay is the cod
DsDemo
- Dshow编程的案例,主要实现摄像头数据的采集-Dshow programming case, the main achievement data acquisition camera
DsDemo
- Dshow一个基本功能,实现了FILTER的注册并且,前期要对DS进行配置-Dshow一个基本功能
DSDemo
- vc控制混音效果的程序源码,很不错的demo-vc control the mixing effect of program source code, it is a good demo
DSDemo
- 控制混音效果\DSDemo,很不错的vc源码,希望能对大家有所帮助-Control the mixing effect \ DSDemo, very good vc source, I hope you can help
DsDemo
- 界面编程 给予稳定下的界面编程 希望对你有所帮户-program of jiemian
source-code-of-DirectShow
- 详细讲解了directshow的编程方法,附有多个源码,如:AppIPTransform为MFC Filter的例子,DsDemo是一些演示代码,FilterTitleOverlay是字符叠加Filter的源代码。 Chapter05:第5章用到的代码,其中GraphBuilding为Filter Graph构建技术 的一些代码,SimplePlayer为一个简单的播放器例子。DESCallback演示了控制DirectShow智能连接的方法。MpegNetwork为“MPEG流的网络客
DSDemo
- 运用DirectSound实现混音,本例程有两个文件,实现同时播放,互不干扰-use direct sound to do play two voice at the same time
DsDemo
- Directshow过滤器的实现,过程处理,算法细节,架构设计等-Directshow filter realization process of processing, algorithm details, architecture and design
DSDemo
- 总结一下我对混音算法的学习,大概有以下几种方式: 1. 直接加和 2. 加和后再除以混音通道数,防止溢出 3. 加和并箝位,如有溢出就设最大值 4. 饱和处理,接近最大值时进行扭曲(“软件混音的实现”一文算法就是这类) 5. 归一化处理,全部乘个系数,使幅值归一化。(只适用于文件) 6. 衰减因子法,用衰减因子限制幅值[1]。- This program is free software you can redistribute it and/or modify