搜索资源列表
huffman code
- 哈夫曼编码是一种最优的前缀编码技术,然而其存在的不足却制约了它的直接应用。首先,其解码时间为O(lavg), 其中lavg为码字的平均长度;其次,更为最重要的是,解码器需要知道哈夫曼编码树的结构,因而编码器必须为解码器保存或传输哈夫曼编码树。
layer3编码源码
- MP3原码,1991年版的,非常适合初学者看-MP3 encoder and decoder source code,writen in 1991, it is suitable for beginner
熵编码
- 关于熵编码的代码-on entropy coding code
change-chinese-code
- 汉字内码的转换,各种编码之间变换-CICS code switching between various Transform Coding
JPEG压缩编码系统源代码
- JPEG压缩编码系统源代码-JPEG compression coding system source code
Huffman霍夫曼编码源代码(VC)
- Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
实验一 Huffman编码源码
- Huffman编码1. 给出信源符号的一阶概率分布,并计算信源符号熵和单字符Huffman码表。2. 计算每信源的平均字长,并与信源符号熵比较。3. 比较压缩效果。-Huffman coding 1. Source symbols are given first-order probability distribution, and calculate the entropy source and single-character sy
几种编码方式
- A. 产生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMI编码,脉冲宽度为符号宽度的50%,波形采样率为符号率的8倍,画出前20个符号对应的波形(同时给出前20位信源序列);C. 改用HDB3码,画出前20个符号对应的波形;D. 改用密勒码,画出前20个符号对应的波形;E. 分别对上述1000个符号的波形进行功率谱估计,画出功率谱;F. 改变信源“0”的概率,观察AMI码的功率
卷积编码
- 卷积编码的源代码,可以用于移动通信信道编 码-the source code can be used in mobile communications channel coding
matlab wavelet code
- 图形图像处理中小波压缩编码的码头喇叭实现,非常简单,只是调用系统函数-graphics processing wavelet compression coding to achieve the terminal loudspeaker, very simple, just call functions
手机编码转换
- 这是我用Delphi写的一个关于手机的编码与解码的程序,unicode到汉字,和ascii码到8bit码的转换!-This is what I wrote with Delphi on a cell phone encoding and decoding process, unicode to Chinese characters, and ascii codes to 8bit code conversion!
layer3编码源码1
- mp3编码程序,是学习的范例,很多初学者的楷模-This programe is for MP3 encode source code . it is a good example for study. and a good model for many beginning person.
mmp3编码和解码源码
- 吐血篇--- mp3编码和解码的源代码。 代码简洁,调用层次清晰。 为深入研究MP3的程序员提供了很好的样板。-mp3 encoder and decoder with source code.code is brief,arragement is well.Providing a good example for programmer.
哈夫曼编码解码
- 霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding
EZW编码与解码
- 嵌入式零树编码程序(包括编码,解码,vc语言开发)-application-embeded zero tree code program(including code,decode ,vc language developing.)
perfect code
- 这个程序用来实现HUFFMAN编码及译码,程序小巧而实用-the procedures used to achieve HUFFMAN encoding and decoding, compact and practical procedures
产生huffman编码
- huffman产生哈夫曼编码的源代码. ... generate huffman code //i present the i th code, j present from leaf to root in huffman tree //hfdata ... 第3 楼 一种思想。-Huffman coding produce the source code. Generate Huffman code ...// i present t
Huffman编码以及解码程序
- 霍夫曼编码 提供基本内核 下载后用户可根据需要根改-Huffman code, provides the fundamental core, you can modify it as your wish after downloading it.
编码的奥秘
- 本书用大量的篇幅讲述了与计算机原理相关的各种编码方法,并通过数字逻辑电路(包括逻辑与开关、逻辑门电路与触发器、二进制加法器等)以及存储器、微处理器的形成、组织及发展阐述了编码的实现。此外,本书还涉及到计算机系统、操作系统、编程语言等的产生及发展,甚至对计算机图形化的相关技术也给了一个全面的描述。阅读本书,相信您会从它图文并茂的编排组织、通俗风趣的语言文字、广泛丰富的背景知识中体会到作者超凡的智慧和深邃的学问。本书定会带您去畅游计算机内部
Polar Code Encoder and Decoder
- Polar Code 编码解码函数 使用matlab实现(Polar Code Encoder and Decoder)