搜索资源列表
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
BlockMatchingAlgoMPEG
- This paper (and accompanying MATLAB source code) is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 different types of block matching algorithms that range from the very basic Ex
WaveProcess
- 这是一部以软件形式分发的电子书。书名是《声波处理程序设计》。它和普通电子书的主要区别是不借助通用电子书工具,而是直接以编程方法形成标准 Windows 程序,形式类似普通学习软件。电子书包括如下内容: 声波数字化原理 Windows 声波编程概述 录放音应用程序实例 播放和创建声波文件 压缩声波编码应用实例 声波处理是多媒体编程的重要内容,也是程序设计的普遍难点。Windows 环境提供了多种声波编程支持。一般开发者可以借助这些支持很快写出处理程序,
Assessment_of_the_state_of_the_art_in_image_and_v
- Here are described some methods of image and video segmentation.
StatisticalTechnicForWatermarking
- Watermark an image using statistical techniques. that is here we change the statistical measures in order to watermark an image.
VBMap
- VB写的地图例子。值得参考。我就是从这里开始入门的。-Examples of VB to write the map. Worth considering. I just started getting started from here.
Adobe_Audition_v1.5
- hi how are you all here is voice files
TLV320AIC23CODECDSP
- 音频压缩算法的实现,使)格式文件 得到广泛应用,) 播放器、 等消费类电子产 品也成为大众产品。在这些便携式系统中,前端音 频编解码器在播放质量(采样精度、采样率)、播放 时间(功耗)等方面起较关键的作用,采用高精度, 低功耗的前端处理芯片是提高产品性能极为有效 的解决方案。 数字编解码器具有位采 样精度,录音回放模式下仅 功耗,是数字音 频便携式系统的理想选择,下面介绍它在 系统 中的实际应用。-Audio compression algorithm,
MediaPlayer
- 采用Directshow对AVI视频进行播放,这里给出了Visual C++的环境下的源代码,只要安装里Directshow和VC++即可直接运行播放。-Using Directshow playback of AVI video, here are the Visual C++ source code environment, as long as the installation in the Directshow and VC++ to run the player directly.
bfq
- 在Silverlight开发中我们可能需要自定义开发一个播放器来满足自己的需要,其中一个重要的功能是双击播放器界面能够全屏,这里做了一个功能使得播放器能够全屏。 首先,我们新建一个Silverlight项目,并拖一个MediaElement控件和一个辅助的按钮到设计界面上。 -In the Silverlight development we may need to develop a player to customize to meet their own needs, a
AVI
- 本代码详解了如何播放AVI动画文件,AVI文件通常有3种播放方式,这里是利用MCIWnd窗口类来实现AVI文件播放的。-Detailed how to play the code AVI animation files, AVI files usually have three kinds of play mode, here is the use of MCIWnd window class to play AVI files.
yinyuebofangqi
- MFC音乐播放器,请先安装VC后,在上面打开使用,希望对你的学习有帮助。-This is a player,you can download it here.It may be usefull for you,you can learn from here,it is important for your learning.please download it with free of charge.Welcome to loading it.
rgbbargraphdisplay-wvs2010
- C#编写的WIndowsAPI音频处理类库,包含USB通讯协议,包含频谱条显示,可连MCU处理,从某个老外那里拷过来的-windowsapi audio processing written in C# class library that contains the USB Protocol , containing spectrum display , but even the MCU processing , copying from a foreigner here
colorcurve
- Title: Real-time Image Curves (using cubic splines) - just like Photoshop Descr iption: By request, here s another first of its kind in VB: a fast, accurate, real-time image curves dialog.
spiht
- SPIHT-set partitioning in hierarchical tree algorithm. it is also used for compression. here list of insignificant pixels, list of si gnificant sets-SPIHT-set partitioning in hierarchical tree algorithm. it is also used for compression. here list of
TTS
- TTS读文本 很经典 至于更多的功能就需要自己去看他的函数说明了,这里只完成他的基本功能- TTS is a classic text reads As more functionality you need to see his own descr iption of the functi
mplayer-1.0rc2
- 君正Mplayer,由于君正FTP关闭,上传此处备用。针对君正CPU进行了优化,在嵌入式上面也许会流畅。-Jun is Mplayer, the king is due to close FTP upload here spare. For Ingenic CPU optimized, embedded in the above may be smooth.
SQLLiteWrapper.cpp
- SQLite Wrapper for C-This is a simple SQLite wrapper written in c++. SQLite is an embedded SQL engine,fully tested. SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files.The descr iption about SQLite
AddressBookManage100
- 此程序为电话簿管理源代码,由于能力有限,目前只编到这里。-Management of the program source code for the phone book, Because of limited capacity, currently allocated to here.
lpcMATLAB
- 掌握LPC原理,根据给定音频数据,求指定阶数的LPC系数,这里是10阶LPC系数。-According to a given audio data, find LPC coefficients specified order, here is the 10-order LPC coefficients.