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

搜索资源列表

  1. Untitled5

    0下载:
  2. 哈夫曼编码译码,大小写字母分别编译码,信息论课程设计-Huffman coding and decoding, encoding and decoding, respectively, uppercase and lowercase letters, information theory curriculum design
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1317
    • 提供者:fanli
  1. hufferman

    2下载:
  2. 用下表给出的字符集和频度的实际统计数据建立哈夫曼树,并实现以下报文的编码和译码:“THIS PROGRAM IS MY FAVORITE”字符 A B C D E F G H I J K L M 频度 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1-The actual statistics of the character set a
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3103
    • 提供者:梁耀燊
  1. hufuman

    0下载:
  2. 用哈夫曼树实现文件的编码和译码,并保存编码和译码文件,还能打印生成的哈夫曼树-Huffman tree to achieve encoding and decoding files, and save the file encoding and decoding, but also print the generated Huffman
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:133293
    • 提供者:任程麟
  1. Huffman_math_lzw

    0下载:
  2. 图像压缩中基本的统计编码方式 LZW编码 算术编码以及哈弗曼编码 -Basic statistical image compression encoding LZW coding arithmetic coding and Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:500055
    • 提供者:me
  1. Vc6_Image

    0下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15011263
    • 提供者:namejiang
  1. 0203

    0下载:
  2. 利用赫夫曼树的编码思想,构造一个完整的赫夫曼编码系统。 要求如下: ①从键盘读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,然后对赫夫曼树进行编码,输出结果。 ②使用上述字符集创建一个任意的明文,对该明文进行编码,输出该明文的电文序列。 ③利用上述创建的编码集合,输入任意的电文序列,输出该电文的明文。-Use Huffman coding tree thinking, construct a complete Huffman coding syst
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1677
    • 提供者:Lr
  1. haffmantree

    0下载:
  2. 哈弗曼数节点类,带权路径长度最短的树,权值较大的结点离根较近。显示个字符的编码,编码,译码,文本串的编码。-Huffman number of node class with the right length of the shortest path tree, the larger weights from the root node closer. Display, coding, decoding, encoding text strings of characters.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:112002
    • 提供者:majian
  1. huffmn_sam

    0下载:
  2. Generalized Huffman Coding for Source Encoding in Digital Transmission
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1971
    • 提供者:awla
  1. HuffmanCode

    0下载:
  2. 赫夫曼编码的实现,可以按照字符的规定,生成相应的最优编码-Huffman coding to achieve, according to the terms of characters, generates the corresponding optimum encoding
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1159766
    • 提供者:祁鹏涛
  1. jpeg

    0下载:
  2. 自己写的jpeg的压缩,自己写的DCT以及IDCT,没有采用huffman编码,因为太难了,采用的是游程编码,可以直接运行,压缩比达到要求。内付文档详细说明代码。-Write your own jpeg compression, and write their own DCT and IDCT, did not use huffman coding, because too difficult, using run-length encoding, you can directly run th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:165045
    • 提供者:邓恬
  1. HuffmanTree

    0下载:
  2. 霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression entropy coding (right coding)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1371
    • 提供者:lly
  1. buildHuffmanTree

    0下载:
  2. 霍夫曼编码是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。用变长编码表对源符号(如文件中的一个字母)进行编码,其中变长编码表是通过一种评估来源符号出现机率的方法得到的,出现机率高的字母使用较短的编码,反之出现机率低的则使用较长的编码,这便使编码之后的字符串的平均长度、期望值降低,从而达到无损压缩数据的目的。-Huffman coding is a coding is a lossless data compression entropy coding (right coding)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1381
    • 提供者:lly
  1. HuffmanCode

    0下载:
  2. 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。为信息收发站写一个哈夫曼码的编译码系统,要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道 (即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-The use of Huffman coding can greatly improve the information communication channel utilization, reduce th
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:16229
    • 提供者:gas
  1. ImageCompress

    0下载:
  2. 用哈夫曼编码原理,进行二元编码的过程。缩减信源符号数量。以达到数据压缩之效果-Huffman coding theory, carry out the process of binary encoding. Reduce the number of source symbols. In order to achieve the effect of data compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:84549
    • 提供者:刘杰
  1. chap10

    0下载:
  2. 霍夫曼编码、香农编码、算术编码、行程编码知识,重点讲解常用的图像压缩编码方式-Huffman coding, Shannon coding, arithmetic coding, run length coding knowledge to highlight common image compression encoding
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:274887
    • 提供者:张晓晓
  1. chap10

    0下载:
  2. 图像压缩编码,包括霍夫曼编码,香农编码算数编码,行程编码等-Image compression, including Huffman coding, Shannon coding arithmetic coding, run-length encoding, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:274481
    • 提供者:韩建辉
  1. HuffmanCoding

    0下载:
  2. 这是使用Matlab实现的Huffman编码与绘图的程序。编码过程比较简单,是通过建立Huffman树,再进行简单的遍历得到。 主要贡献在绘图部分。这是迄今为止唯一一个画出Huffman生成树的Matlab程序。-This is a piece of Huffman coding and graphics program based on matlab. The encoding process is relatively simple, through the establishment of
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3278
    • 提供者:anguswang
  1. huffmam

    0下载:
  2. 霍夫曼编码实现文件 构建霍夫曼树 编码与解码 需要511个节点才能构成霍夫曼树-Huffman Coding file to build the Huffman tree encoding and decoding require 511 nodes in order to constitute a Huffman tree
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3463
    • 提供者:萧然
  1. Desktop

    0下载:
  2. 哈夫曼树的编码与解码,会对初学者有一定帮助-Encoding and decoding of Huffman tree, there will be some help for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:101356
    • 提供者:jujingzhi
  1. amzollbf

    0下载:
  2. 常用计算机程序进行压缩编码的matlab实现。包括:DM编码、变换编码(temp)、算术编码、行程编码、Huffman编码、线性-A common computer program for the compression of encoding Matla
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7079
    • 提供者:hcazly
« 1 2 ... 35 36 37 38 39 4041 42 »
搜珍网 www.dssz.com