CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 哈夫曼编码

搜索资源列表

  1. haffman

    0下载:
  2. 这是哈夫曼编码程序,可以作为你算法与数据结构的课程设计例子-This is the Huffman coding procedures, curriculum design can be used as an example of your algorithms and data structures
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1037
    • 提供者:wuwang
  1. hafumanshu

    0下载:
  2. 构造哈弗曼树,输出对应哈夫曼编码和平均查找长度-Huffman tree structure, the output of the corresponding Huffman coding and the average length
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1234
    • 提供者:刘东洋
  1. Huffman-Coding

    0下载:
  2. 实现简单的哈夫曼编码,用来煅炼数据结构算法的编程能力。-Implement a simple Huffman encoding, data structure used to exercise programming ability of the algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:139638
    • 提供者:孙广星
  1. HDL_Syn_V3.1

    0下载:
  2. 哈夫曼编码 包括synthesis优化。 Huffman encoding verilog code including synthesis optimization.-Huffman coding involves synthesis optimization. Huffman encoding verilog code including synthesis optimization.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:54477
    • 提供者:
  1. haffman

    0下载:
  2. 将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件) 反过来,可将一个压缩文件解码还原为一个文本文件。-haffman tree
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:248958
    • 提供者:王一晴
  1. Huffcode

    0下载:
  2. 完整的哈夫曼编码的程序,设计了比较清晰的界面。而且里面有详细的注释-Huffcode ,you can try to study it
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:329674
    • 提供者:董鑫
  1. Huffman-coding

    0下载:
  2. 可以实现哈夫曼编码,简单易懂,可以用于交作业。欢迎下载-Huffman coding can be achieved, easy to understand, can be used for homework. Welcome to download
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1510
    • 提供者:吴西皓
  1. haffman

    0下载:
  2. 实现了哈夫曼编码,简单易懂,可供学习,新手可看-Achieving Huffman coding, easy to understand, for learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2030
    • 提供者:吴西皓
  1. Huffman

    0下载:
  2. 哈夫曼编解码程序,可实验对图像的哈夫曼编码-Huffman encoding and decoding procedures, the image of Huffman coding experiments
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:188532
    • 提供者:陈冠希
  1. Huffman-coding-and-recoding

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

    • 发布日期:2017-05-22
    • 文件大小:6587091
    • 提供者:simon
  1. 1001

    0下载:
  2. 简单实现n元哈夫曼编码-Simple implementation of n-ary Huffman coding ...................................
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1043
    • 提供者:wxc
  1. MATLAB

    1下载:
  2. 哈夫曼编码解码包含主程序,图像压缩的例子,仅供参考-Huffman encoding and decoding contains the main, examples of image compression, for reference
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:3617
    • 提供者:zjq
  1. Compress-and-decompress

    0下载:
  2. 压缩和解压缩,利用哈夫曼编码实现压缩功能和解压缩功能-compress and decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2270
    • 提供者:Zhong
  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
    • 文件大小:311442
    • 提供者:ANDY
  1. HuffmanTree

    0下载:
  2. 使用java实现的哈夫曼编码,中序遍历树结构,算法作业-Use java achieve Huffman coding, in order to traverse the tree structure, algorithms job
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1048
    • 提供者:在于
  1. File-compression-and-decompression

    0下载:
  2. 本系统通过哈夫曼编码实现对文件的压缩和解压,效果较好。-The system achieved by Huffman coding file compression and decompression, the better.
  3. 所属分类:File Operate

    • 发布日期:2017-05-07
    • 文件大小:1400137
    • 提供者:姜海涛
  1. haffman

    0下载:
  2. 实现哈夫曼编码与解码,数据结构课设要求基本完成-Huffman encoding and decoding, data structures, the basic completion of the course set requirements
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:254439
    • 提供者:zhuang
  1. huffman

    0下载:
  2. 哈夫曼编码,构建哈夫曼树,以及哈夫曼译码-Huffman coding, to build the Huffman tree, and Huffman decoding
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:627
    • 提供者:刘明
  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
    • 文件大小:1314
    • 提供者:Lateefah
  1. haffman--

    0下载:
  2. 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件-Huffman tree coding ,decoding,print
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3232
    • 提供者:p
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com