搜索资源列表
DirectShowLibV1-3
- dotNET c# directshow的运行库, 由C#的direct运行时库实现截取和回放 在本版本中 增加了DirectDraw, Windows Media Format的示例代码-dotNET directshow the runtime from the direct C# runtime library to intercept and playback version of the DirectDraw added to the Windows Media Format of t
wav-test
- 读取并且分析wav 格式的C 代码,非常清晰易懂,并有示例文件。-Wav format to read and analyze the C code, very clear and understandable, and there is sample file.
phone
- 程序应该是自已explainatory如果不,用户手册是attacted。 原始代码被评论。 文件附有了: phonev2a.c -原始代码, phonev2a.exe -二进制文件, samdb.txt -样品数据库文件, userm2a.doc -用户手册。-The program should be self-explainatory if not,a user manual has been attacted. source code are commented. Files attac
Sample
- Visual C++ 编写的图像拍摄软件,使用VFW-Visual C++ to prepare the image shooting software, use the VFW
DirectShowLibV2-0andSamples
- 在.net中加入此链接库,可以用c#进行directshow的开发。还有一些示例代码-In. Net library to add this link, you can use c# for the development of directshow. Some sample code
showcamera.c.tar
- opencv sample code to capture video from webcam
doc_filter_by_software_c_code
- 1、限幅滤波法(又称程序判断滤波法) A、方法: 根据经验判断,确定两次采样允许的最大偏差值(设为A) 每次检测到新值时判断: 如果本次值与上次值之差<=A,则本次值有效 如果本次值与上次值之差>A,则本次值无效,放弃本次值,用上次值代替本次值 B、优点: 能有效克服因偶然因素引起的脉冲干扰 C、缺点 无法抑制那种周期性的干扰 平滑度差 -1, limiting filtering method (also known
MP3Player
- c++ source code sample of mp3 player on pc
vc_how_to_display_flash
- How to Load Flash swf In Visual C++ 6 Source Sample
AudioPreview
- DirectSound实现的处理音频数据示例,C++实现,对初学者很有帮助。-An audio playing sample using DirectSound, C++, grate help to beginners.
EZRGB24.orig
- Sample directshow filter in C++ with image manipulation stu-Sample directshow filter in C++ with image manipulation stuff
bass24
- BASS is an audio library for use in Windows and Mac OSX software. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via add-ons), MOD music (XM, IT, S3M, MOD, MT
SampleCap1031
- Sample for Video capture by using C++Builder 6
Sample
- 利用C++语言,编写的录音程序,功能简单-C++ audio capture
Platinum-SRC-0-6-4_690
- A cross-platform C++ library for discovering, controlling or implementing UPnP devices. Contains sample code for a UPnP AV Media Server, Media Renderer & Control Point.
cameravision_src
- 视频监控示例程序,可以同时监控多个IP摄像头,用C#实现-Video surveillance sample program, you can simultaneously monitor multiple IP camera with C#
WAV
- VS2010环境下C++编写,用于读取wav文件,分析文件头,显示通道数目、采样率、比特率、文件长度、量化位数等信息。-VS2010 environment C++ prepare for reading wav files, analyze the file header, showing the number of channels, sample rate, bit rate, file size, number of quantization bits and other informa
CAMSHIFT
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。 该运行文件在VC6.0环境下编译通过,是一个 stand-alone 运行程序,不需要OPENCV的DLL库支持。在运行之前,请先连接好USB接口的摄像头。然后可以用鼠标选定欲跟踪目标。已经调通了。-CAMSHIFT algorithm using rapid detection and tracking moving targets C/C+
DirectShowLibV2-1
- 这个是国外一群牛人编写的directshow封装的C#动态链接库,如果想要下载sample,可以直接通过在google搜索,directshowlib-2 sample即可。-This is a foreign group of cattle were prepared DirectShow package C# dynamic link library, if you want to download the sample, can be directly through the google
h264.c
- h264 最最简单的压缩视频的代码例子, 参考这个修改吧-a simple sample souce code about h264 encoder