搜索资源列表
Capture
- < 项目开发全程实录>>中第一个项目:"社区视频监控系统"的源代码.-<Project development throughout Record>> in the first project: Community Video Surveillance System, the source code.
PlayCap
- 采用window的SDK ,使用VC6.0 采用C++写的一段 DirectShow sample code。 适合USB摄像头,需要一些头文件。如下: #include <atlbase.h> #include <windows.h> #include <dshow.h> #include <stdio.h>-With window of the SDK, use the VC6.0 C++ written by a Direct
CSharp_for_flv
- C#转换flv代码 /// <summary> /// 视频(avi,mov等等格式)转换为flv格式视频 /// </summary> /// <param name="FromName">被转换的视频文件</param> /// <param name="ExportName">转换flv后的文件名</param> /// <param name="WidthAndHeight"&
page-45---5circle
- Draw Circle in C++ graphic Library <graphics.h> code by Namira
33673-1081694-editeur-tag-mp3
- Editeur tag mp3--- --- --- Url : http://codes-sources.commentcamarche.net/source/33673-editeur-tag-mp3Auteur : tof2503Date : 13/08/2013 Licence : ========= Ce document intitulé « Editeur tag mp3 » issu de CommentCaMarche (codes-s
dev_add
- Linux简单字符设备驱动编写方法本示例代码实现了Linux下的一个简单字符设备驱动。由二个文件组成,驱动模块< dev_add.c> 和测试程序< test.c> 。-Linux character device driver writing simple methodThe sample code implements a simple under Linux character device drivers.Composed by two files, the driver