CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - code huffman

搜索资源列表

  1. 用于文件压缩的huffman算法

    1下载:
  2. 用哈夫曼编码编的压缩和解压缩的程序的源代码,在网上选的。-encoded using Huffman compression of the program's source code, on-line election.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13827
    • 提供者:张雷
  1. FastHF

    0下载:
  2. 惠普实验室的经典代码。用于huffman编码的快速实现,具有参考价值-HP Labs classic code. Huffman coding for the rapid realization of value with reference
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:220877
    • 提供者:子陵
  1. wbs

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空间或效率优化。所有代码以C++语言编写,为了更容易地实现各种数据结构,代码中大量应用了标准C++库和模板技术。——总之,这些代码的作用在于示例和演示;如果大家想把这些代码应用在实际应用中,可能还需要做进一步的调整和优化。-given here, the source code huffman.zip
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:26763
    • 提供者:叶润
  1. 产生huffman编码

    0下载:
  2. 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 the i th code, j present from
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1520
    • 提供者:yl
  1. Huffman编码以及解码程序

    0下载:
  2. 霍夫曼编码 提供基本内核 下载后用户可根据需要根改-Huffman code, provides the fundamental core, you can modify it as your wish after downloading it.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14341
    • 提供者:卢林
  1. huffman tree

    0下载:
  2. huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem descr iption : Let a message different frequency of the characters, in order to enhance the input and message translat
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9874
    • 提供者:李明
  1. huffman code

    0下载:
  2. 哈夫曼编码是一种最优的前缀编码技术,然而其存在的不足却制约了它的直接应用。首先,其解码时间为O(lavg), 其中lavg为码字的平均长度;其次,更为最重要的是,解码器需要知道哈夫曼编码树的结构,因而编码器必须为解码器保存或传输哈夫曼编码树。
  3. 所属分类:Windows编程

    • 发布日期:2010-10-13
    • 文件大小:40960
    • 提供者:kine1314
  1. jpg.zip

    0下载:
  2. jpeg压缩matlab源代码。由均匀量化和huffman编码组成,简洁易懂,jpeg compression matlab source code. By the uniform quantization and huffman coding components, concise and understandable
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:29641
    • 提供者:wuzhikai
  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. huffman-C

    0下载:
  2. 基于huffman算法的压缩/解压缩的程序源码。 Borland C++写的。 仅供参考学习,请勿作为盈利性程序。-Huffman compression code compressor and decompressor in Borland C++ 2.0 by Shaun Case, April 1991 Enclosed in this archive are two C programs that implement Huffman code compressi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:38960
    • 提供者:毕雪成
  1. BCH

    0下载:
  2. BCH码的MATLAB仿真源代码,并对各编码技术进行比较分析-BCH code of MATLAB simulation source code, various coding techniques and a comparative analysis
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:9117
    • 提供者:张铨
  1. bak

    0下载:
  2. 数据结构中链表算法的PPT,包括伪代码和基本原理,内容很详细-Data structure linked list algorithm PPT, including pseudo-code and the basic principles of the content in detail
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:39126
    • 提供者:士大夫
  1. Huffman

    1下载:
  2. 基于matlab的哈夫曼编码与解码的源代码程序。-Matlab-based Huffman encoding and decoding of the source code program.
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:4096
    • 提供者:瑞霞裴
  1. homeworkofimageprocessing

    1下载:
  2. 数字图像处理作业,包括:bmp图像的读取,图像的缩放,直方图均衡化等操作的c代码,还有一些关于傅里叶变换,KL变换,哈达吗变换,huffman编码的习题。可以供学习这门课程的同学参考学习。-Digital image processing operations, including: bmp image reading, image scaling, histogram equalization, and other operations of the c code, and some on t
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:14469120
    • 提供者:千年一叹
  1. huff

    4下载:
  2. 这是一个灰度图像进行哈夫曼编码的Matlab程序,包括编码和解码部分。绝对能用!-Huffman Code
  3. 所属分类:Graph program

    • 发布日期:2014-11-24
    • 文件大小:34104
    • 提供者:xiaowei
  1. YMHuffman

    0下载:
  2. 霍夫曼编码源代码(VC) -The VC source code of Huffman coding.
  3. 所属分类:

    • 发布日期:2017-12-08
    • 文件大小:2280
    • 提供者:张宏
  1. huffman

    0下载:
  2. 一个完整的哈夫曼c代码,包括huffman树的构造,编码,解码。-Huffman c a complete code, including the huffman tree structure, encoding, decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:3814
    • 提供者:张高
  1. Huffman

    0下载:
  2. Huffman源码,用C++编写,配套数据结构教程,为控制台应用程序-Huffman code, using C++ Prepared, supporting data structure tutorial for the console application
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:64318
    • 提供者:lucy
  1. huffman

    0下载:
  2. 这是一个霍夫曼编码程序,输入编码的源文件名,和译码文件名。可以得到对应的结果-This is a Huffman code procedure, enter the source code file name, and decoding the file name. Can get the corresponding results
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:17390
    • 提供者:往往
  1. hafumanbianyimaqi

    0下载:
  2. 给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中给定电文进行哈夫曼编码,给定编码进行哈夫曼译码。要求电文存储在文件1中,编码后的结果存储在文件2中,给定编码存储在文件3中,译码后的结果存储在文件4中-Given the message Huffman, given Huffman code decoding. Request message is stored in the document 1
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2203
    • 提供者:苏若水
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com