搜索资源列表
xyz
- 前几天看到有人在论坛上寻找压缩代码,自己前几天又不是很忙,就摸索着写了这个程序-saw a few days ago was at the Forum for compression code, a few days before his is not so busy, writing on the exploration of this process
forwarddct
- 离散余弦变换vc++代码,有测试图片和运行结果,在JPEG压缩中很有用。-discrete cosine transform vc code, a photo and test results of operations, the JPEG compression useful.
Huffman007
- 图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩 -image processing source code, a demo program Huffman coding method compression function, and the achievement of the document image compression
shuff-1.1.tar
- Arithmetic coding source code. A very good software for arithmetic coding.
CompressDecompress.rar
- ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip zip解压.zip zip压缩解压范例.zip 哈夫曼编码树算法.zip 哈夫曼压缩
GZIP
- GZIP压缩与解压算法的C语言实现源码,你的有力帮手-GZIP compression and decompression algorithms of the C language source code, a powerful helper for you
TryDCT.rar
- 这是一组DCT和iDCT的代码,都是基于x86构架汇编的或标准C的,有使用MMX、3Dnow或者SSE、SSE2,是陈氏算法的变种,可以参考Intel APP Notes 9,This is a group of DCT and IDCT code, are based on the x86 architecture or standard C compilation, with the use of MMX, 3Dnow or SSE, SSE2, is a variant of Chen s
audio_convert
- CCITT的g.723,g.721,g.729,pcm之间的编解码转换代码-CCITT' s g.723, g.721, g.729, pcm codec conversion code between the
Alowcompress
- 本代码为A律压缩量化方法,并有其对应的解压。13折线法。-A law code for the quantitative methods of compression and decompression of its corresponding. 13 line method.
Huffman
- 霍夫曼编码全代码,完全描述了编码的全过程,还包括几个实例研究-Huffman code the whole code, a full descr iption of the encoding of the entire process, including several case studies
kmeans
- this is a very good code for k means clustering. works quite fast. can download for school assignments.
Compr
- VC++编程,有源代码,一个数据压缩库进行文件数据的压缩/解压-VC++ Programming, source code, a data compression library file data compression/decompression
code
- 给定电文进行哈夫曼编码,给定编码进行哈夫曼译码,要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中。-Given the message Huffman, given Huffman code decoding request message is stored in the document 1, the result of coding is stored in the document 2, a given code is stored
MyVPN-0_1
- vpn虚拟专用网络的一个开源搭建工具,可以按你的要求自己搭建一个虚拟专用网-vpn virtual private network to build an open source tool, you can request your own by creating a Virtual Private Network
packer
- 这是我用C语言写的一个很好的打包程序,压缩软件就是这样的原理,理解了这个程序,下一步你就可以写一个压缩软件。 功能: 1.能把若干个任何类型的小文件打包到一个大文件中。 2.可以查询打包后的大文件里包含哪些小文件,以及每个小文件的大小。 3.可以原样不变地解压出来。 如果你再加入一段Huffman代码就成为一个小型压缩软件了-This is one I used the C language to write the package procedures, functions
jpeg_matlab_program
- 这是一个用MATLAB软件来实现的图像JPEG压缩程序源代码-This is a used MATLAB software to achieve JPEG image compression source code
huffman_me
- 对输入的字符串各个字符出现次数的概率进行霍夫曼编码,并对其过程进行详细图形显示-Enter the string of characters appear in all probability the number of Huffman code, and a detailed graphical display process
Measurements
- 压缩感知中一种测量方法。介绍如何构造测量矩阵。-Compression in a perceptual measurement method. Introduce how to construct measurement matrix.
huffman
- 霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见-Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone
golomb_compress
- 一种基于多扫描链相容 压缩的 Golomb 码的压缩方法。这种方法首先把原始测试集的测试向量转变成多扫 描链的形式,从而进行第一次压缩——相容压缩,接着对已经相容压缩过的测试 集进行重排,使其仍然保持原始测试集模式之间变化位较少的特性,并通过对测 试模式的优化排序使得相邻模式间具有最少的不同位,最后利用 Golomb 码的编码 方法进行第二次压缩。-The method of Golomb codes compression based on compatible co