搜索资源列表
无损压缩中的熵编码
- 用c语言编写的无损压缩中的熵编码的编码和解码程序! 很实用的!-prepared by the lossless compression of the entropy coding coding and decoding process! Very practical!
H[1].26L标准论述以及熵编码的研究与分析
- H[1].26L标准论述以及熵编码的研究与分析.PDF-H [1] .26 L standard exposition and entropy coding research and analysis. PDF
H[1].26L中熵编码原理分析及改进
- H.26L中熵编码原理分析及改进.PDF-H.26L entropy coding theory analysis and improvement. PDF
entropycoding
- 熵编码源程序,也即霍夫曼编码,希望对大家有所帮助哦~-source entropy coding, Huffman coding is, we want to help, oh ~
shangbianma
- 这是应用vc++变得基于熵的图像编码。对给定图像进行熵编码-This is the application vc become the images based on entropy coding. Given the image entropy coding
熵编码
- 关于熵编码的代码-on entropy coding code
mpeg
- 本文首先介绍了视频处理的一般原理,主要介绍了采样,变换编码,预测编码,量化,熵编码等。然后介绍了最新的视频标准MPEG主要介绍了系统体系结构,系统解码器模型,缓冲区模型规范,对象描述框架,以及场景描述和视频部分。接着介绍了DSP,介绍了它的特点,主要应用,CPU结构,
111
- H.264视频压缩熵编码和网络传输的研究,大 家 请 自 行 辨 别下 载。
haffman
- 用于计算信息熵的哈弗曼编码的c++源代码,含实验报告和结果分析-it contents the C++ source of haffman and the reports and analysis
entropy_coding
- 熵编码的程序,包括哈弗曼编码,算术编码和游程编码。-Entropy coding of procedures, including Huffman coding, arithmetic coding and run-length coding.
jpeg
- JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为
H6502
- H.264标准解码器全部verilog源码,包括帧内、帧间、变换编码、熵编码、滤波等所有模块和著名的6502的软件源码-The standard H.264 decoder all verilog source code, including the frame, frame, transform coding, entropy coding, filtering all modules and the famous 6502' s software source code
AVS
- AVS熵编码的硬件结构实现有关论文,改进了结构,zig-zag使用并行结构-AVS entropy coding to achieve the hardware structure of the paper, to improve the structure, zig-zag to use parallel structure
H_264guanjianjis
- 介绍和分析了H. 264 采用的新编码关键技术及算法, 诸如运动补偿, 帧内预测, 变换和量化, 新的熵编码等, 最后阐述视频编解码技术的研究方向及前景.-Descr iption and analysis of the H. 264 coding using the new key technology and algorithms, such as motion compensation, intra prediction, transform and quantization, entro
02.x264_cavlc_dataflow
- H.264视频编码压缩标准 熵编码CAVLC流程图-X264-depth understanding of the importance of article 5 of algorithm, each function of the x264 have done a detailed descr iption of the overall process can be expressed with a diagram in the form of friends really want to
huffman.c
- Huffman编码属于熵编码的方法之一,是根据信源符号出现概率的分布特性而进行的压缩编码。 Huffman编码的主要思想是:出现概率大的符号用短的码字表示;反之,出现概率小的符号用长的码字表示。 Huffman编码过程描述: 1. 初始化: 将信源符号按出现频率(或概率)进行递增顺序排列,输入集合L 2. 重复如下操作直至L中只有1个节点: (a) 从L中取得两个具有最低频率(或概率)的节点,为它们创建一个父节点; (b) 将它们的频率和(或概率和)赋给父结点,并
PicProcessing
- 图像处理。主要研究JPEG编码和解码的实现(分块、DCT、量化、熵编码、熵解码)-Image Processing by MATLAB
experiment1绘制二进制熵函数曲线
- 画出二进制信息熵函数的图形,由此观察归纳总结数学结论,可验证所学《信息论与编码》理论知识(Binary information entropy function image)
UEC_EXIT
- 对信源符号采用熵编码的程序,包括编码过程,以及相应软译码的外信息转移曲线。(An entropy coding program for the source symbol, including the encoding process, and the external information transfer curve of the corresponding soft decode.)