搜索资源列表
指纹识别
- c语言编写的一个指纹识别系统 包含了指纹识别中各种算法的实现代码。这些代码的使用方法可以参见demo目录中的 例程。 读者在应用这些代码时,可能会需要根据自己的应用需求对代码进行一定的改动。对 于Linux/UNIX下编译C程序不熟悉的读者,可以参考相关的Linux/UNIX下的C语言编程 书籍。由于本章着重介绍指纹识别的算法,对于imagemagic的使用不再做详细介绍。 读者可以从网上找到关于imagemagic使用的介绍。 读者对代码做适当的改动,即
AES候选算法RC6未优化
- 加解码算法,用c语言编程 ,AES候选算法RC6未优化-increase decoding algorithm, using c programming language, the candidate AES algorithm optimization not RC6
DECORE
- 用C语言实现MPEG4压缩算法,可以实现MPEG4格式的压缩和解压缩-C language MPEG4 compression algorithm can achieve MPEG4 compression
g729ab_v14
- ITU建议的G.729标准算法c语言实现,包括预加重,LPC环.
g727
- 语音算法,ITU G727 c语言源代码,是研究压缩语音不可多的的资料
PCM
- 采用DSP 320TMS54X实现ADPCM压缩的算法,对您会有帮助的C语言程序
mpeg4decoder
- MPEG-4SP解码源码(C语言编写)下LINUX环境下编译运行通过。包括解码基本算法源码实现。
libmad_151
- 非常著明的mp3开源定点解码库,c语言编写,在算法上和语法上都有许多优化
ima_adpcm
- IMA ADPCM算法的编码与解码,C语言实现(16bit)
mp3decode
- 嵌入式系统MP3解码的c语言算法,仅供大家参考
mp3DIY_in_C
- 使用C语言实现mp3的解码代码,已改进算法,提高音质。
ROTATE 旋转的立体 C语言实现
- 计算机图形学课程设计-旋转的立体, C语言实现,交互式图形界面,有消隐算法,可选择不同立体,同时可选择按不同方向旋转。-computer graphics curriculum design-rotating three-dimensional, and C language, interactive graphical interface, blanking algorithm choice of different three-dimensional, while the option by
音效算法C源码
- 里面包含各种音频算法处理的C语言代码。
Motion-Detection-Algorithms
- C#语言编写的,用于视频监控中的移动侦测算法。-C# language for video surveillance motion detection algorithm.
MP3-decoding-algorithm
- MP3解码算法,基于C语言编写的MP3音频解码源程序-MP3 decoding algorithm, based on the C language source MP3 audio decoder
encode
- 用C语言编写,一个用于调用g721及其g72x语音编码算法的框架-Using C language, one for call g721 and g72x the framework of speech coding algorithms
FhDgHEP2
- 快速傅里叶变换算法的c语言实现程序,具体描述了fft算法的实现过程-Fast Fourier Transform algorithm c language implementation procedures, specific descr iption of the fft algorithm implementation process
C-language
- C语言100道经典例题,包括算法,图像,视频等-Classic example of the C language 100, including the algorithm, images, video, etc.
ld
- LEVINSON-DURBIN 算法 c语言编写。用于语音与音频信号处理-LEVINSON-DURBIN algorithm c language. Signal processing for speech and audio
音频EQ和升降调算法
- c语言写的音频EQ和升降调的处理,适用于windows和Linux下。EQ和升降调软件算法。