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

搜索资源列表

  1. huffman

    0下载:
  2. 哈夫曼编码,程序可以进行修改,对于个人要求可以实现。-Huffman encoding realization
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2210
    • 提供者:tan
  1. huffman

    0下载:
  2. huffman编码C语言实现,项目开发中经常用到的算法。-The the huffman encoding C language, algorithms are often used in the development of the project.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:12566
    • 提供者:tang
  1. huffman

    0下载:
  2. 分别为16位,32位哈夫曼编码与解码实现 ,数字图像处理课程设计-16 32 Huffman encoding and decoding implementations, digital image processing course design
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:232661
    • 提供者:朱朴宁
  1. huffman

    0下载:
  2. 用哈夫曼编码反编码并判断有无失真压缩前后侧储存空间比较-Use Huffman encoding the coding and back before compression to the storage space is any distortion
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:1961
    • 提供者:张晓山
  1. huffman

    0下载:
  2. 本程序在DEVC++下实现huffman编码和解码,二者是分开的,压缩比达到1.7。程序也可以在VC++下运行。-The program DEVC++ achieve huffman encoding and decoding, the two are separate, the compression ratio of 1.7. Program can also be run under the VC++.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-24
    • 文件大小:9287
    • 提供者:万雨榕
  1. Huffman

    0下载:
  2. 以huffman编码方式对文本文件进行无损压缩,并可以实现解压还原文件。-In huffman encoding for lossless compression of text files, and can achieve unzip restore files.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1037524
    • 提供者:yxt
  1. huffman

    0下载:
  2. 根据huffman编码的原理实现文件的压缩与解压。C语言编写。使用时输入源文件与目标文件路径即可。-According to the principle of huffman encoding for file compression and decompression. C language, hoping to be helpful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:18381
    • 提供者:VongRuohang
  1. huffman-code

    0下载:
  2. 哈弗曼的编码与译码,在D文件夹下建立文本文件,输入英文文章,运行程序,可实现哈弗曼的编码与译码-Huffman encoding and decoding, the D folder created text file, enter the English articles, operating procedures, can achieve Huffman encoding and decoding
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1780
    • 提供者:那强
  1. Huffman-enc-dec

    0下载:
  2. 实现了无损压缩算法:霍夫曼编码的编解码例子-Achieve a lossless compression algorithms: Huffman encoding codec examples
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:14752
    • 提供者:shangqingtao
  1. Huffman

    0下载:
  2. C语言,利用信息论与编码中的霍夫曼的原理实现文件的编码和解码,对txt和ppt文件测试成功-C language, the use of information theory and coding to achieve the principle of Huffman encoding and decoding files, txt and ppt files on the test was successful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:4044
    • 提供者:温志平
  1. huffman

    0下载:
  2. 在windows环境下进行huffman编码,应用于jpeg压缩过程中-In the windows environment huffman encoding, used in the process of jpeg compression
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2943
    • 提供者:niora
  1. huffman

    0下载:
  2. Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码(有时也称为霍夫曼编码)。-A Huffman coding method proposed in 1952, the occurrence probability of the method is completely based on the average length of the different characters to cons
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:33337
    • 提供者:张欢欢
  1. huffman

    0下载:
  2. hufman coding. Input QUALITY determines the amount of information that is lost and compression achieved. Y is an encoding structure containing fields: Y.size Size of X Y.numblocks Number of 8-by-8 encoded blocks Y.qualit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:12577
    • 提供者:karimak
  1. huffman

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码(有时也称为霍夫曼编码)。-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable length coding (VLC) one. A Huffma
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1569
    • 提供者:ray
  1. Huffman

    0下载:
  2. huffman的编码和译码,有文件操作,压缩和解压功能-huffman encoding and decoding, there are file operations, compression and decompression functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1337
    • 提供者:刘灿
  1. huffman

    0下载:
  2. 通过本程序实现图像的huffman编码加密解密以及解码。以及运行结果的输出-Through this program achieve the image encryption and decryption huffman encoding and decoding. And output the results of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:156764
    • 提供者:张敏
  1. huffman

    0下载:
  2. huffman编码器解码器,能采用huffman编码并对编码反译码-huffman encoder decoder can employ huffman encoding and decoding coded anti-
  3. 所属分类:Compiler program

    • 发布日期:2017-06-10
    • 文件大小:17891983
    • 提供者:wx
  1. huffman

    0下载:
  2. 霍夫曼编码是一种被广泛应用而且非常有效的数据压缩技术,本程序为m=16,256两种情况下的霍夫曼编码-Huffman coding is a widely used and very efficient data compression techniques, procedures for the m = 16,256 in both cases the Huffman encoding
  3. 所属分类:Other systems

  1. Huffman

    0下载:
  2. Huffman编码与译码 1.Huffman编码的算法,以及对一编码文件进行解码的算法 2.二叉树的应用 -Huffman encoding and decoding 1.Huffman coding algorithm, and the algorithm for decoding an encoded file 2. Application Binary Tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:13819
    • 提供者:xinwuya
  1. Huffman

    0下载:
  2. VS2012实现哈弗曼的编码解码过程,已经编译通过-VS2012 realize Huffman encoding decoding process, it has been compiled by
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:810948
    • 提供者:吵吵吵
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 42 »
搜珍网 www.dssz.com