搜索资源列表
Adpcm
- Adpcm压缩解压缩算法实现,应用于嵌入式linux平台,C/C++开发
zlib1.1
- zlib压缩源码函数库,好多时候需要此函数库来自己实现压缩算法,比如自己解压用spider获取的http数据
piz
- 因为GIF89格式的图片文件只支持256色动画, 所以特地开发了一款32位色的动画文件格式, 把这种格式命名为PIZ格式,属于多帧动画, 基于帧间差值和zip压缩的算法,类似PNG的 alpha通道,640x480尺寸,700帧,要11M字节 压缩包里面包含PIZ制作器和PIZ播放器, 以及全部代码 适合linux使用
python-lzo-1.08.tar
- Python使用的lzo压缩算法,可以在python下实现lzo算法的压缩,对内存等数据进行压缩-Python use lzo compression algorithm can achieve lzo algorithm python compression, data compression for memory, etc.
gzip-1.4.tar
- 对文件进行gzip压缩解以及压缩,非常好用,可用在加密算法上-gzip commpress and uncompress
spiht3d_g_raw_linux
- 这是一个很好的源代码,它是在linux平台下编程,主要是实现SPIHT算法,有极大的参考价值,对于图像压缩算法的初学者来说,很有帮助,欢迎大家下载。-This is a very good source code, it is under linux platform programming, mainly to achieve SPIHT algorithm, there is a great reference value, image compression algorithm for b
7z465
- 最新版7zip源代码,给适合的朋友们,本人正在寻找zip压缩算法,纯C语言,希望得到大家的帮忙,谢谢!-The latest version of 7zip source code, to appropriate friends, I am looking for zip compression algorithm, a pure C language, want to get everyone' s help, thank you!
minilzo-1.08.tar
- 迷你lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。-Mini-lzo library of algorithms, used to implement the memory, images, data, such as disk file compression, is a very fast compression algorithm.
java-lzo-1.00.tar
- java版的lzo算法库,用于实现内存、图像、磁盘文件等数据的压缩,是一种非常快的压缩算法。-java version of the lzo library of algorithms, used to implement the memory, images, data, such as disk file compression, is a very fast compression algorithm.
siftcode
- 在图像匹配中,有很多种算法。在这众多的算法中,SIFT 算法具有良好的尺度、光 照和空间旋转的不变性,所以被广泛的应用于图像匹配当中。本文对SIFT 算法的四个主要 步骤进行了简单的介绍,并将该算法应用到多色二值压缩的压缩算法当中,提高了压缩效率 并且缩小了压缩后的存储空间。-In image matching, there are many kinds of algorithms. In many algorithms, SIFT algorithm has good scale,
EZW111
- 这是个图象编码压缩里的ezw算法,是按照ezw流程实现的,非常不错的一个程序-This is a compression image coding in the EZW algorithm, in accordance with the EZW process achieved a very good program
jpeg
- 压缩包的内容包括:1.有关JPEG和DPCM算法的文章;2.实现其算法的压缩程序3.有关图像压缩方面的资料。读者请注意: <1>这里讨论的是灰度图像的压缩不涉及彩色图像。 <2>实现压缩时,输入的图像数据采用一种自定义的格式(com 格式),前四个字节记录图像的宽度和高度,之后就是逐 行的图像数据,图像的开头和结尾没有任何标记。这种格式的图像数据是从BMP图像中得到的。 <3>这里没有JPEG算法的解压程序,压缩后的数据存成标准的JPEG文件
G.729ab(C)
- g729a和g729b的源码,是非常好的语音压缩算法,可以移植到各种平台上,例如DSP,ARM-these are source codes of g729a and g729b,very good voice compression algorithm,can be transplanted to kinds of platform,such dsp,arm
ro_zipfs
- SOPC实验程序,视频压缩解压算法程序源代码,很有用的-SOPC experimental procedure, video compression and decompression algorithms source code, very useful
gzip124
- gzip是Linux环境下一个非常好用的压缩软件,这里提供了它的源码,希望对压缩有兴趣的朋友,从研究它的代码开始,系统的学习压缩算法!-gzip Linux environment is a very easy to use compression software, here are the source of its hope on the compression are interested, from the beginning of its code, the system compr
rohc-1.2.0
- 实现了鲁棒性包头压缩算法,运行在Linux环境中,并带有测试数据-Achieve a robust header compression algorithm, running in a Linux environment, and with test data
ZenLib
- zlib兄弟,辅助zlib工作,zlib是压缩算法库-zenlib libuary
lzma-4.32.7.tar
- lama 著名的开源压缩算法源码和例子。-Open source compression algorithm source code
mp3
- mp3播放源码,MP3功能的实现 7.1基本概念 PCM: 脉冲编码调制 声音是模拟量 计算机能处理的是数字量,涉及模拟量和数字量的相互转换 录音时是模拟量转数字量 播放时是数字量转模拟量 采样频率: 每秒钟抽取声波幅度样本的次数 当采样频率应该在40kHz左右,保证声音不失真 量化位数: 每
c语言实现的g.729压缩算法源码程序
- 对G729功能的完美展示,可以有效的帮助学习(The perfect display of the G729 function can help to learn effectively)