搜索资源列表
曼哈夫树
- 这是一个有关哈夫曼编码的软件,包括哈夫曼的编码和翻译.-A program shows how to implement the Huffman code contains encoding and decoding
ga_model
- 关于遗传算法的一个二进制编码的计算函数最大值的实例-on Genetic Algorithms a binary encoding function of the maximum calculated examples
DES_V5.0_EN_Final
- DES加密解密文件源代码,可用于加密任何类型任何大小的文件!-Source code for DES encoding and decoding, supports any type and size of files
spiht_C++
- 用VC++编写的EZW编码与解码,其编码与解码的结果都用文件详细的表示,我自己写的,希望大家给点意见-VC EZW prepared by the encoding and decoding, encoding and decoding with the results of a detailed document that I wrote it myself, we hope to the point
ezw_C++
- 我用VC++编写的EZW的编码与解码,其结果用文件显示-A program written in VC++ that implements EZW s encoding and decoding algorithm, and the results are shown in files
VideoH264
- 通过OPENCV H.264编码YUV视频,进行量化 变换 编码-By OPENCV H.264 encoding YUV video, transform coding to quantify
MTF
- 1.图像 CCD9-64-LINE3.raw的大小为8240*1024(宽度*高度),每个象素的灰度值为12bits编码。2.图像 CCD9-A-SHUI1.raw的大小为8240*96(宽度*高度),每个象素的灰度值为12bits编码。实现了对这两种图像的MTF计算。 -1 Image CCD9-64-LINE3.raw size of 8240* 1024 (width* height), each pixel gray value of 12bits encoding. 2 Imag
hafuman
- 一个哈弗曼编码的具体实现,大家可以参考一下-哈弗曼encoding a specific implementation, we can refer to
ezutf_src
- This is a software for read/write text to file. It supports multiple character encoding and very efficient when reading/writing.
libvorbis-1.3.1.tar
- The libvorbis package contains a general purpose audio and music encoding format. This is useful for creating (encoding) and playing (decoding) sound in an open (patent free) format. This package is known to build and work properly using an LFS-
Huffman_System
- 本代码完全实现Huffman编码解码,由本人自主编写,是初学Huffman的好材料,其中可根据权重绘制树图-The full realization of the Huffman code encoding and decoding, self-written by me, a good material to learn Huffman, which may draw the tree under the weight
Huffman
- 用C++的模板类实现的霍夫曼树及其编码过程,可视地展示霍夫曼树的结构。-Huffman tree and its encoding process to achieve C++ template class, visual display of the structure of the Huffman tree.
celp
- melp编解码程序,文件.dsp是其工程描述文件;melp编码处理8kHz采样率,16bit量化的语音样本,处理帧长为180个样本,压缩输出54个bit;melp解码为编码的反过程。-the melp codec program files. dsp its project descr iption file melp the encoding processing 8kHz sampling rate 16bit quantify voice sample processing frame
HuffmanTree
- 哈夫曼编/译码器 利用哈夫曼编码进行信道通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 要求:一个完整的系统应具有以下功能: (1)初始化(Initialization)。从终端读入字符集大小n,以及n个字符和权值, 建立哈夫曼树,并将它存于文
rs
- Reed-Solomon Coding/Encoding written in C
huffmanOK
- 哈夫曼编码译码器,可以实现构造哈夫曼树、编码、解码等功能-Huffman decoder can achieve Huffman tree structure, encoding, decoding, etc.
demo
- 各种vs的编码源程序,下载后绝不后悔,非常有用的一组编码。-Various vs encoding source, download never regret very useful set of codes.
64base
- base64编解码,能够对Base64进行编解码,很实用-base64 encoding and decoding, capable of Base64 encoding and decoding, it is practical
HuaffmanTree
- 数据结构 哈夫曼编/译码器 功能: 1.初始化:输入一串字符(正文),计算不同字符 (包括空格)的数目以及每种字符出现的频率(以该种字符出现的次数作为其出现频率),根据权值建立哈夫曼树,输出每一种字符的哈夫曼编码。 2.编码:利用求出的哈夫曼编码,对该正文(字符串)进行编码,并输出。 3.译码:对于得到的一串编码,利用已求得的哈夫曼编码进行译码,将译出的正文输出。 输出哈夫曼树形态:以树的形式输出哈夫曼树。-Data structure Huffman encoding/d
Huffman-Tree
- 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
