CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - huffman coding based

搜索资源列表

  1. 动态哈夫曼的改进

    0下载:
  2. 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:6.31kb
    • 提供者:wzh
  1. huffman

    0下载:
  2. 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.82kb
    • 提供者:吕璐
  1. huffman

    0下载:
  2. 哈夫曼编码的实现与解析 基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6.56kb
    • 提供者:李平
  1. hfm

    0下载:
  2. 哈弗曼树 基于哈夫曼编码的数据压缩/解压程序-Huffman coding tree哈弗曼based on the data compression/decompression process
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1.83mb
    • 提供者:xie
  1. JPEG_Compress3.2

    0下载:
  2. 基于VC++6.0的JPEG压缩编码 有自己编写的Huffman查表 写jpeg文件等函数.可以完成标准256*256图的bmp到jpg的压缩,其生成的jpg图片可以用画图软件打开.暂时未完成像素没有16对齐的图片压缩.-VC++6.0 based on the JPEG compression Huffman coding which has its own look-up table prepared to write jpeg files, and so function Can comp
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:570.86kb
    • 提供者:张工
  1. Lossless_decoding

    0下载:
  2. 自己编的基于霍夫曼编码以及解码的程序,供大家分享-Own compilation based on Huffman coding and decoding procedures for share
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:49.96kb
    • 提供者:陈濛
  1. HuffmanCoding

    0下载:
  2. 实现基于Huffman编码的压缩和解压缩算法-Based on Huffman coding to achieve compression and decompression algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:陈陈
  1. HuffmanTress

    0下载:
  2. 自动构建霍夫曼树,可以根据输入自动构建霍夫曼树并生成相应的霍夫曼编码,本源码执行速度快。-Automatic Construction of Huffman tree can be automatically constructed based on the input and generate a corresponding Huffman tree, Huffman coding, the source execution speed.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:98.07kb
    • 提供者:石鑫
  1. HuffmanCoding

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

    • 发布日期:2017-04-12
    • 文件大小:1.17kb
    • 提供者:小崔
  1. Huffman-coding-and-decoding

    1下载:
  2. 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
  3. 所属分类:Communication

    • 发布日期:2017-11-02
    • 文件大小:16.39kb
    • 提供者:Gary
  1. yasuojieya

    0下载:
  2. 基于Huffman编码的压缩解压程序,包括Huffman树的建立,Huffman编码的生成,二进制编码文件的生成以及后续的压、解压过程。-Based on Huffman coding compression decompression procedures, including Huffman tree establishment, Huffman coding generation, binary code file generation and subsequent compression
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-12
    • 文件大小:226.95kb
    • 提供者:李凯
  1. dai

    0下载:
  2. 设计一个完整的,基于霍夫曼编码的压缩解压软件包,并用适当的文本来检查-Design a complete, based on Huffman coding compression decompression software packages and to check with the appropriate text
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.25mb
    • 提供者:财综字
  1. Haffman

    0下载:
  2. 基于MFC的HUFFMAN编码,visual c-MFC-based HUFFMAN coding, visual c++
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1.92mb
    • 提供者:王一
  1. huffman-coding

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

    • 发布日期:2017-04-30
    • 文件大小:304.14kb
    • 提供者:ANDY
  1. Huffman

    0下载:
  2. 哈夫曼编码。霍夫曼编码被广泛使用的一种非常有效的编码方法,用于数据文件的压缩。基于字符的频率进行编码。出现频率高的字符的编码较短,出现频率较低的字符的编码较长。 -Huffman coding. Huffman coding is widely used in a very efficient coding method data file compression. Huffman coding algorithm based on the frequency of characters a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.28kb
    • 提供者:Lateefah
  1. Huffman-coding-CPP-and-MFC

    0下载:
  2. 基于C++和MFC的哈夫曼编码压缩软件的实现,-Based C++ and MFC Huffman coding compression software implementation,
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:5kb
    • 提供者:zhanzhan
  1. 5、Huffman编码

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also known as Hoffman encoding, is a coding method, and Huffman en
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:223kb
    • 提供者:飞洒吧year
  1. haffman

    0下载:
  2. 哈夫曼编码,基于树形结构自顶向下的编码方式(Huffman coding based on tree structure from top to bottom)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1kb
    • 提供者:力占
  1. HuffmanCode张书铭2014302590080

    0下载:
  2. 该程序基于C语言,采用Huffman编码的方式,对一个文档中的文字内容进行压缩。(The program is based on the C language and uses Huffman coding to compress the text content in a document.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:235kb
    • 提供者:whuzsm
  1. duplicate

    0下载:
  2. huffman coding based adaptive spatial modulation
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:27kb
    • 提供者:kavana
« 12 »
搜珍网 www.dssz.com