资源列表

« 1 2 ... .17 .18 .19 .20 .21 922.23 .24 .25 .26 .27 ... 1306 »

[压缩解压LZW_Compression

说明: LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.-LZW Compression
<cky> 在 2025-04-06 上传 | 大小:6kb | 下载:0

[压缩解压source-of-the-G729

说明:G729 的源程序,用c实现,没有优化,有几部分,压解包,音频压缩-The source of the G729, with c, not optimized, there are several parts, pressure unpack, audio compression
<sky> 在 2025-04-06 上传 | 大小:48kb | 下载:0

[压缩解压LZW-CLASS

说明:这是一个简单的LZW编码程序,能实现字典编码的基本工能!用码树实现!实现LZW编码和译码,任意数一段字符之后,就能实现对其的LZW编码,按照格式输入一段解码字符段,会解码出字符!-This is a simple LZW coding procedure, can realize the basic encoding dictionary work can!!!! Tree with code true! Realize the cod
<xr> 在 2025-04-06 上传 | 大小:5kb | 下载:0

[压缩解压huffman

说明:huffman encoding in matlab
<mohamad> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[压缩解压Main_functions

说明:好东西 希望对大家有帮助 压缩感知的内容 工具箱-yasuoganzhi sparse signal good things yasuoganzhi sparse signal yasuoganzhi sparse signal
<gabriel> 在 2025-04-06 上传 | 大小:26kb | 下载:0

[压缩解压jpeglib

说明:jpeglib 内存到内存压缩解压-jpeglib save in memory
<li> 在 2025-04-06 上传 | 大小:5.81mb | 下载:0

[压缩解压CALICcodec

说明:CALIC complete encoder decoder using visual basic
<Tanmay> 在 2025-04-06 上传 | 大小:25kb | 下载:0

[压缩解压compressSPIHT

说明:SPIHT algorithm for image compression
<Tanmay> 在 2025-04-06 上传 | 大小:1kb | 下载:0

[压缩解压myilwt2

说明:Integer wavelet transform for image compression
<Tanmay> 在 2025-04-06 上传 | 大小:2kb | 下载:0

[压缩解压calic-arith

说明:CALIC method for image compression
<Tanmay> 在 2025-04-06 上传 | 大小:490kb | 下载:0

[压缩解压jm93

说明:实现了H.264的压缩和解压的功能。调试通过。-H.264 compression and decompression functions. Through debugging.
<qsw> 在 2025-04-06 上传 | 大小:782kb | 下载:0

[压缩解压Orthogonal-Matching-Pursuit

说明:压缩传感中Orthogonal Matching Pursuit算法的matlab实现以及测试程序,上传者亲自编写,以验证,可放心使用。-The realization of Orthogonal Matching Pursuit (OMP) algorithm via matlab. OMP is a classical algorithm in compressed sensing. The RAR also includes a
<mike> 在 2025-04-06 上传 | 大小:2kb | 下载:0
« 1 2 ... .17 .18 .19 .20 .21 922.23 .24 .25 .26 .27 ... 1306 »

源码中国 www.ymcn.org