联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 多媒体编程(24) 
按平台查找All Visual C++(24) 

[多媒体编程] Multi_Display

Windows下双屏各种设置的VC++实现
VC++ dual Windows under various settings (2017-11-03, Visual C++, 24699KB, 下载18次)

http://www.pudn.com/Download/item/id/1509709489113945.html

[多媒体编程] VideoResize

用于多媒体视频流的缩放处理,适用于Win32-Dshow平台; 允许动态选择算法(双线性重采样算法,双立方重采样算法,汉宁窗重采样算法); 双线性重采样算法和双立方重采样算法都经过SSE2指令加速(C代码内嵌汇编);
For the multimedia video stream scaling processing, suitable for Win32-Dshow platform; Allowing the dynamic selection algorithm (bilinear resampling algorithm, bicubic resampling algorithm, Hann window resampling algorithm); Both the bilinear resampling algorithm and the bicubic resampling algorithm are accelerated by the SSE2 instruction (C code embedded assembly); (2017-07-24, Visual C++, 126KB, 下载1次)

http://www.pudn.com/Download/item/id/1500863485790230.html

[多媒体编程] TestAviDll

通过VFW实现屏幕录屏及AVI回放功能,通过xdiv压缩录屏生成AVI文件,文件较小,可实现单机双屏录制。
By VFW screen screen recording and avi playback and recording screen generating AVI file, to achieve a single dual recording. (2015-11-27, Visual C++, 11740KB, 下载32次)

http://www.pudn.com/Download/item/id/1448607526901213.html

[多媒体编程] 111111111DEMO

网络摄像机SDK demo,值得一看,支持云台,rtsp流,H264,aac,双码流
Network camera SDK demo, worth a visit, support platform, RTSP, H264, AAC, dual stream (2014-09-09, Visual C++, 4829KB, 下载32次)

http://www.pudn.com/Download/item/id/2616300.html

[多媒体编程] PlayWav

双缓冲技术音频播放。 缓存块数目及缓存大小可以宏定义调整,方便测试效果。 基于SDK函数编程。 可以播放Wav文件。 为了控制大小,调试及过程信息已清除。
Double buffering audio playback. The number of cache block and cache size can be adjusted macro definitions to facilitate the test results. SDK function-based programming . Wav files can be played . In order to control the size , commissioning and process information has been cleared. (2014-06-13, Visual C++, 8KB, 下载9次)

http://www.pudn.com/Download/item/id/2566592.html

[多媒体编程] mymusic

一个音乐播放器,纯属娱乐,不涉及底层只是对c语言sdk的一种学习和应用,也可用mfc实现
A music player, is purely entertainment, don t involve the bottom of c language is a kind of study and the SDK application, also can use MFC realized (2012-03-12, Visual C++, 1545KB, 下载4次)

http://www.pudn.com/Download/item/id/1791364.html

[多媒体编程] PlayWav

一个双缓冲播放文件的例子,参考价值比较大,欢迎大家下载
A double buffering play file example, reference value is big, welcome everybody to download (2012-03-02, Visual C++, 7544KB, 下载5次)

http://www.pudn.com/Download/item/id/1783798.html

[多媒体编程] shuangping

双屏显示很好的说明同时还有简单的例程是初学者很好的参考资料
Good description of dual-display as well as a simple routine is a good reference for beginners (2011-04-30, Visual C++, 10KB, 下载40次)

http://www.pudn.com/Download/item/id/1512519.html

[多媒体编程] recordhwnd

用vc做的一个音频实时采集播放的程序,采用双缓冲机制
Vc do with a real-time audio broadcast of the program acquisition, use double buffering mechanism (2010-04-04, Visual C++, 5823KB, 下载92次)

http://www.pudn.com/Download/item/id/1111679.html

[多媒体编程] reconline

双缓冲录音技术,保证声音的连续。不适合互联网
Double-buffering recording technology to ensure the continuous sound. Not suitable for the Internet (2009-10-15, Visual C++, 39KB, 下载29次)

http://www.pudn.com/Download/item/id/938475.html

[多媒体编程] AnimateIcon

制作动画ICON,可使动画动起来,效果不错,源码采用VC的动态图像双缓冲技术。
Designer Animated ICONS (2009-10-05, Visual C++, 1005KB, 下载12次)

http://www.pudn.com/Download/item/id/929207.html

[多媒体编程] DXSurfaceMgr_src

基于directDraw的双缓冲绘图实例代码, 很有参考价值。
The double buffering graphics with directDraw e, could very well refer. (2009-08-10, Visual C++, 8KB, 下载23次)

http://www.pudn.com/Download/item/id/872452.html

[多媒体编程] WangEPD

基于短时能量和短时过零率来实现语音端点检测。也称为双门限比较法,是一种传统的 语音端点检测方法。现在已经有研究人员提出若干其他更加高效和有效的检测方法,但 是这个方法不失为一种最简单的方法,可以通过程序来获得语音端点检测的感性认识和 体会。内的程序读取WAV文件,程序附有详细的使用说明和注释,以及若干测试用的语音文件。
Based on the short-term and short-term energy to achieve zero rate of voice activity detection. Also known as dual-threshold comparison method, is a traditional method of voice activity detection. Researchers now have made a number of other more efficient and effective detection methods, but this method may be one of the most simple way to get through the process of voice activity detection and the experience of perceptual knowledge. Procedures within the WAV file to read, procedures with detailed instructions and notes, as well as the voice of a number of test documents. (2009-07-11, Visual C++, 2945KB, 下载360次)

http://www.pudn.com/Download/item/id/840673.html

[多媒体编程] wave

WAVE文件的格式播放。低级音频函数的使用比较繁琐,大致要有以下几个步骤。 1. 用waveInOpen打开设备,并设置回调。因为要保证实时性,所以不能用查询的方式,而必须设置回调。 2. 为设备分配足够的内存做缓冲区,动态分配或静态数组都可以。为了保证实时性,程序用了双缓冲技术,在处理一个缓冲区数据的同时另一个缓冲区用于录音。为了便于说明写成Buffer1、Buffer2。 3. 将Buffer1关联到设备上去,waveInPrepareBuffer、waveInAddBuffer。 4. 开始录音,waveInStart 5. 当驱动程序填满这个缓冲区(Buffer1)时就会产生回调(消息为WIM_DATA),这时立刻将Buffer2关联到设备上继续录音,然后处理Buffer1,当驱动程序填满Buffer2时又会产生回调,这是再将Buffer1关联到设备上,而去处理Buffer2,如此反复就使得录音能够实时的进行下去。 6. 停止录音,waveInStop 7. 关闭设备,waveInClose
wave player (2009-03-11, Visual C++, 154KB, 下载104次)

http://www.pudn.com/Download/item/id/669164.html

[多媒体编程] player

本系统是一个自制的小型播放器,自己写来玩的。算法系在原算法的基础上修改而成,且加入了对于双核系统的支持
This system is a small self-made player, himself wrote the play. Algorithm Department at the original algorithm on basic modifications made, and add a dual-core system for the support of (2009-03-10, Visual C++, 172KB, 下载4次)

http://www.pudn.com/Download/item/id/668210.html

[多媒体编程] MemDC_no_flick_draw

创建memdc内存缓冲区,简明演示双缓冲方式实现无闪烁绘,功能很简单
Create memdc memory buffer, concise presentation double buffer to achieve flicker-free drawing, functionality is very simple (2008-11-09, Visual C++, 52KB, 下载26次)

http://www.pudn.com/Download/item/id/575817.html

[多媒体编程] Pokygame

一个MFC编的游戏程序。对双缓冲的应用,和对PNG图片的解码。有利于大家开发游戏程序,对整个框架和流程的解释。
MFC made a game program. Application of double buffering, and decoding PNG images. Conducive to the development of the game we all procedures and processes to the entire framework of interpretation. (2008-11-03, Visual C++, 1352KB, 下载72次)

http://www.pudn.com/Download/item/id/572198.html

[多媒体编程] music

一个用MFC编写的音乐播放程序,可以听听MIDI以及WAV等音乐,娱乐而已
Using MFC to prepare a music player, you can listen to MIDI and WAV music, entertainment, no more than (2007-11-02, Visual C++, 307KB, 下载24次)

http://www.pudn.com/Download/item/id/354588.html

[多媒体编程] liucheng24x

利用双神龙卡实现的双解码卡播放器,可以正确播放硬盘上的mpeg文件.
use of the card-decoder card player, can correct broadcast on the disk mpeg document. (2007-03-10, Visual C++, 6258KB, 下载55次)

http://www.pudn.com/Download/item/id/254060.html

[多媒体编程] yuv2avi

这个软件是为变换从avi到yuv文件。 我希望你们的合作。 谢谢!巴巴!
this software is to transform from avi to yuv document. I hope your cooperation. Thank you! Baba! (2006-08-10, Visual C++, 2894KB, 下载353次)

http://www.pudn.com/Download/item/id/208588.html
12
总计:24