搜索资源列表
ship17
- Ship version 1.7--utility to encode, split, and mail binary data and reconstruct the data at the other end (ship will unship).-Ship version 1.7 -- utility to encode. split. and mail binary data and reconstruct the data at the other end (ship will u
CRD7209_Files
- It is a MP3 encode reference.-It is a reference encode MP3.
huffman_code
- huffman编码. 把一个英文字母,空格,句号.一共有28个 character. 先求每个字符出现的频率. 然后用频率对这个文件进行哈夫曼编码. 然后再进行解码. 运行的时候需要在VC++ 工程->设置->调试->程序变量里加E:\\sample.txt E:\\encode.txt E:\\decode.txt 然后把英文文件放到E盘里.名叫samole.txt, 还有在E里新件2个txt文件.名叫encode.txt,decode.t
mpeg2
- 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
Linux
- PartiTek SDK PartiTek Software Inc. is a professional image processing and barcode software development company that produces the SDK to encode & decode PDF417, QR Code, Data Matrix . By using PartiTek software, our users have successfully lever
arithmeticencode
- 学过数据压缩的朋友都知道, arithmetic encode是为了弥补哈夫曼编码对浮点数压缩的问题而提出的, 希望对大家有帮助
ijg-ipp_linux
- jpeg 压缩/解压缩库,是Intel 在ijg基础上改进的libjpeg,encode/decode是ijg的速度的2倍以上。
lzari_huf
- In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character \"e\" appears more frequently than \"x\", and a <position, length> pair of length 3 might be commoner than one of length
MPEG4video
- 采用VC语言实现对mpeg 4格式数据中视频流的解码和编码-perform decode and encode for video stream in mpeg 4 format data
huffman-
- 实现huffman编码,算出编码效率,输出平均码长。-encode the huffman
Huffman
- 基于哈夫曼编码的思想进行文件的压缩处理 (1) 能够将一个文件进行编码压缩 (2) 能够将压缩的文件解码还原 -Huffman coding based on the idea for file compression (1) the ability to encode a file compression (2) to restore the compressed file decoding
Huffman-encode-and-decode
- huffman 编码和解码, 它详细的写出了编解码的过程, 有助于你的学习哦-huffman encode and decode
parklib
- 一个含有compress、expand、lzw等等压缩算法的源码-a encode source code with compress,expand and lzw
acms
- ACMS压缩算法-acms encode algorithm
encode
- 用C语言编写程序实现Zip或者Rar无损压缩算法 -Using C programming language to achieve Zip or Rar lossless compression algorithm
huffmanprogram
- 用matlab软件实现图像的编码和解码,并对解压后的图像是否失真进行测试,采用的算法是huffman算法,经调试无误后上传-Matlab software used to encode and decode images and extract the image to test whether the distortion using the algorithm is huffman algorithm, after the upload through debugging correct
Huffman
- huofuman 压缩编码 描述如何用霍夫曼编码进行文件压缩-huofuman encode this code describles the detail how to compress for file using the huofuman algorithm
Huffman
- self contained Huffman encoder and decoder with CLI. Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
Encode-of-LZ77
- LZ77和它的变体发现,在正文流中词汇和短语(GIF中的图像模式)很可能会出现重复。当出现一个重复时,重复的序列可以用一个短的编码来代替。压缩程序扫描这样的重复,同时生成编码来代替重复序列。随着时间的过去,编码可以重用来捕获新的序列。算法必须设计成解压程序能够在编码和原始数据序列推导出当前的映射。-encode of Lz77
encode
- This a source that encode an audio wav file using the MELP algorithm-This is a source that encode an audio wav file using the MELP algorithm
