搜索资源列表
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
EasyCam1.0
- 主要功能: 实现USB摄像头、虚拟摄像头视频图像的拍照、录制功能。 代码完全使用C#编写,也是最近一段时间理解DirectShow .Net组件的第一个实例,功能较简单,经过一段时间的简单测试应该可以与大家分享一下。 -Main function: To achieve USB camera, virtual camera video camera, recording capabilities. The use of C# code complete
WangEPD
- 基于短时能量和短时过零率来实现语音端点检测。也称为双门限比较法,是一种传统的 语音端点检测方法。现在已经有研究人员提出若干其他更加高效和有效的检测方法,但 是这个方法不失为一种最简单的方法,可以通过程序来获得语音端点检测的感性认识和 体会。内的程序读取WAV文件,程序附有详细的使用说明和注释,以及若干测试用的语音文件。-Based on the short-term and short-term energy to achieve zero rate of voice activit
TVTunerSDK
- 电视卡开发包,以及v c++写的简单的测试程序。-TV Card Development Kit, and v c++ test programs.
voicetalk
- win32 api 写的 语音,文字 C/S通信 程序,涉及到的语音录制,播放,压缩,传输,代码很有研究价值。-this code is about voice test communication,is write with win32 apis .is very valuable.
VH2663examplli
- Visual C++ 视频捕获+HH263压缩/解压+远程传输 已测试 -The the Visual C++ video capture+HH263 compression/decompression+ remote transmission test
FffmmpegVCC6F
- FFMPEG.C工程移植Visuual C6.0(已通过编译测试) -FFMPEG.C works transplantation Visuual C6.0 (compile test)
AdoTest
- c++ 的一个单文档测试程序。和水晶报表结合。-c++ a single document test procedures. Combined and Crystal Reports.
AudioSolution
- 在vs2010下开发了两个音频控件,一个是音频采集的,另一个是音频播放的。还有一个是用于测试这两个控件的C#编写的EXE代码。-Developed under the vs2010 two audio controls, and an audio capture, audio playback. EXE is a used to test these two controls written in C# code.
nginx-rtmp-module-master
- c++开源的ningx rtmp模块,是从老外的网站拿回来的,亲测可用。支持rtmp和hls直播。-The open source ningx rtmp in c++ module to get it back from the foreigner' s website, pro-test available. Support rtmp and hls live.
tags_HM-12.0-3551
- 高效率视频编码HEVC/H.265的最新测试模型C++源码,欢迎大家下载学习。-High Efficiency Video Coding HEVC/H.265 latest test model C++ source, welcome to download the study.
Face-Recognize
- C++编写的人脸识别软件,基本已经成型,可以下载测试一下,大部分情况下都可以识别-Written in C++ face recognition software has basically been formed, you can download test, most cases can be identified
YiZhanDaoDi
- 用visual C++编的答题软件,界面友好,包括许多方面,数据库用的是acce-With visual C++ series of test software, friendly interface, including many aspects, the database is access
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
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通