您要查找的是不是:
- Furthermore the parameters are compressed losslessly with adaptive Huffman coding to obtain higher ratio. A fast matching pursuit method based on speech pitch is presented. 实验分析了建模过程中字典规模和迭代精度等因素对编码结果的影响,并对建模后各个参数的特征进行了分析和相应的编码;
- adaptive Huffman coding 自适应霍夫曼编码
- Huffman Code can not carry out!!! 我的这个C代码总不能实现.
- Based on the grouping Huffman coding method a more efficient coding method, i.e. adaptive grouping Huffman is presented. 摘要在分组霍夫曼编码的基础上提出了一种更有效的编码方法,即自适应分组霍夫曼编码方法。
- It describes the programming scheme of data compression &recovery with adaptive Huffman coding.The compression characteristics and effect of the scheme are given. 介绍自适应哈夫曼编码的数据压缩与解压方法及程序流程,给出该方案的压缩性能及其对远程通信的实际效果。
- The basic idea of Huffman coding is to re-code the character with the maximum count with the least bits. 霍夫曼编码的基本思路是对字符重新编码,最大的“次数”用最少的比特(位)。
- The general idea of Huffman coding is to keep count of the number of times a character appears in the input stream. 霍夫曼编码的指导思想是记录输入数据流中某个字符出现的次数。
- The JPEG encoder includes DCT, Zigzag scan, Quantization, DPCM&RLE and Huffman coding. JPEG编码器又由DCT模块、Zigzag_scan模块、Quantization模块、DPCM编码和游程编码模块、Huffman编码等组成。
- In this thesis, we study the implementation of a two-level lossless data compression architecture that combines the PD-LZW algorithm and an approximated adaptive Huffman algorithm. 摘要:论文中采用二阶层无失真资料压缩/解压缩演算法,它结合了PD-LZW演算法及近似动态霍夫曼演算法。
- The 2nd way of implementing the header requires you to use consecutive Huffman coding. 第二种处理注释头方法要求你用到“连续霍夫曼编码”。
- Results from experiments show that the algorithm in discussion has a better compression ratio than RLE coding,Huffman coding and LZ77. 实验结果显示本方法的压缩比高于游程编码、哈夫曼编码,较LZ77编码也有一定优势。
- Modified Huffman Code (MHC) and Modified Reference Address Code (MRC) are Standards of Generation 3 Fax Information Source Coding. 改进的霍夫曼码 (MHC)及改进的相对地址码(MREAD Code)是三类传真机信源编码的标准。
- Compared with the traditional Huffman coding method, this method improves the compression ratio obviously without much increase in complexity. 与基于小波变换的霍夫曼编码方法相比,压缩比大大提高,而计算复染度只是略有增加。
- Implement the Huffman coder with LUT(look up table) mode, according to the orderliness of Huffman coding table, using less store unit. 用查表方式完成了霍夫曼编码模块,依据霍夫曼编码表的规律性,用较少的存储单元完成霍夫曼编码的运算。
- Image coding, including Huffman coding, Shannon coding, bit-plane coding, such as complete source code can be used directly. (译):图像编码,包括Huffman编码,香农编码,位平面编码,如完整的源代码可以直接使用。
- This paper presents a way of using Huffman coding and optimal Bina- ry Tree technique to compress ASCII files in order to economize store memory space and security. 提供了一种在IBM-PC机上,使用哈夫曼(Huffman)编码技术对ASCII码文件进行最优压缩的方法。
- This paper will implement Huffman coding by Perl programming,and describe the basic idea of the Perl program and application skills of Perl data structures. 采用Perl语言编程来产生Hu ffm an编码;并阐述了用Perl编写此程序的基本思想及其数据类型的使用技巧.
- There are several methods for EEG data compression, such as Huffman coding, DPCM/ADPCM, visiting distance coding, vector quantization, arithmetic coding, etc. . 对数据进行压缩的方法很多,一些通用的压缩算法如Huffman编码,DPCM/ADPCM,游程编码,矢量量化,算术编码等等。
- The paper introduces briefly the optimum binary tree,the origination and principle of Huffman coding as well as the application situation at source coding in digital TV system. 简要介绍了最优二叉树,哈夫曼编码的来历,哈夫曼编码原理以及哈夫曼编码在数字电视系统信源编码中的应用情况。
- Consecutive Huffman Coding (actually I made up this term because I didn't know what to call it) is a efficient way of encoding the stream for a minimal header construction. 连续霍夫曼编码(我也不知道怎么称呼,自己起的名)是一种对数据流进行有效编码的方法,且只用到最小的注释头。