搜索资源列表
DCT变换 C实现
- DCT变换的实现,用C语言实现的
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
x264encodeforc
- 经过调试过的x264编码,用c编写。可以用于分析x264编码的原理,也希望你进一步优化,大家共享。-After debugging through the x264 encoding, with c written. X264 encoding can be used to analyze the principles, I hope you further optimized, and we share.
sift
- sift是一种特征检测算法,这里的sift算法是用C++实现的。-sift is a feature detection algorithm, where the sift algorithm is implemented using C++.
MediaPlay
- 用VC++开发的一个播放器,屏幕大小可以变换,能播放AVI,MPG,WMV格式的视频-VC++ development with a player, the screen size can change, can play AVI, MPG, WMV video formats
CaptureTest
- 用C#编写的基于DirectX的音频、视频采集程序及源代码。包含完整的.net类库“DirectX.Capture”以及说明文档。-This is a audio and video caputure program which is written using C# and based on DirectX. Includes the full .Net Class Library of "DirectX.Capture" and documentation.
USBDVR21.1
- USB DVR 錄像方案全部源代碼,採用DIRECTSHOW編程-USB DVR video programs with full source code, using DIRECTSHOW Programming
DirectShow
- 这是用C#开发的播放器,希望大家可以学习下-it is developed by C# hope everyone to learn well
YUVtoAVI
- 用C++编写的程序,用于将YUV文件转化成为AVI文件,包含界面设计-Using C++ programs written for the YUV file transformed into AVI files, including interface design
WangEPD
- 基于短时能量和短时过零率来实现语音端点检测。也称为双门限比较法,是一种传统的 语音端点检测方法。现在已经有研究人员提出若干其他更加高效和有效的检测方法,但 是这个方法不失为一种最简单的方法,可以通过程序来获得语音端点检测的感性认识和 体会。内的程序读取WAV文件,程序附有详细的使用说明和注释,以及若干测试用的语音文件。-Based on the short-term and short-term energy to achieve zero rate of voice activit
v1refsoft
- 用C些的MPEG4音频源代码。适合学习MPEG4协议的朋友们参考使用-a mepg4 audio program using c , suiting the people who learn mepg4 first
AVI_pickure
- 用C++实现从AVI视频流中获取单帧的图像数据-With C++ From AVI video stream to obtain single frame of image data
MyPlayer
- 大家都用过千千静听吧! 这个代码可以实现千千静听的全部功能,代码有个人实现的,有不足的地方望大家海涵!-We all used it thousands of listening! This code can achieve the full functionality of thousands of listening, have a personal realization of the code, there are deficiencies in the hope that we H
equal
- 用C++实现 ,控制台应用程序 ,直方图均衡化-With C++ Realized, console applications, histogram equalization
ImageIpainting
- 根据FMM算法用C++实现图像修复功能,可对图像中的特定破损颜色区域进行修补,用周围颜色的平均值来进行填充-According to FMM algorithm C++ Image Restoration function, can damage the image of a particular color patch region, with the average of the color around to fill
SignalGenerate
- 本程序用C++,正弦波声音信息发生器VC源代码-This procedure using C++, sine wave generator VC voice message source code
imorgin
- 用C语言写的图形初始化及画图子程序,可在同一屏幕中画出对应的时间序列和频谱。-Using C language to write and draw graphics initialization subroutine can be painted in the same screen in the corresponding time series and spectrum.
wave-basic-c
- 高手(非本人)使用基本C语言写的产生三角函数波形、随机噪声波形等wave波形的代码,并自动保存。代码简练,也可以用C++编译。-Master (non-I) using the basic C language to write the generated trigonometric waveforms, random noise such as wave waveform code, and automatically saved. Concise code, you can also use
Speech-feature-C
- 这式一个用C语言编写的音频波形图、短时能量和短时过零率的程序,适合于学习语音信号处理的人。-This type is written in a C language audio waveform, short-term energy and short-term zero-rate program, suitable for the study of speech signal processing.
WinForms嵌套其他程序
- 一个用C#编写的WinForm程序,可以将一个“本程序打开的exe文件创建的进程” 嵌套到界面的容器中,或者 "通过程序名称查找的进程" 嵌套到界面中。 本程序的本意是做一个基于ffmpeg的播放器界面,将SDL播放界面嵌套到C#界面中。(A program for bring a process to a C# UI. The process can be create by the programe , or Findwindow handle create by ot