CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - HuffmanCoding

搜索资源列表

  1. huffmancoding

    0下载:
  2. 对文本文件success.dat进行霍夫曼编码,用文本文件coding.dat保存编码
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:12.65kb
    • 提供者:greengrape
  1. HuffmanCoding

    0下载:
  2. 结构清晰的哈夫曼编码,哈夫曼编码,对于初学者很有帮助.程序有注释
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:34.16kb
    • 提供者:desertwing
  1. HuffmanCoding

    0下载:
  2. 实现哈夫曼编码功能,可任意输入一段报文,程序自动统计各字符的权值,并进行编码,可显示中间过程..编码后可输入一段密文进行解码...原创,请支持,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11.66kb
    • 提供者:Michael
  1. Huffmancoding

    0下载:
  2. 哈夫曼编码的程序,哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:蔡君
  1. HuffmanCoding

    0下载:
  2. 引用经典的哈夫曼编码方式,发送方能后读一段文字并按照哈夫曼编码方式编码并生成另一个文件,并且也有读密文还原源码的功能
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.28kb
    • 提供者:codesdownloads
  1. HuffmanCoding.rar

    0下载:
  2. 利用数字图像处理中的霍夫曼编码算法对数字图像作霍夫曼编码,所得编码结果完全符合概率越大,码长越短的原则,The use of digital image processing of the Hoffman coding algorithm for digital image on the Huffman code, coding the results obtained in full compliance with the greater probability, the shorter co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:166.59kb
    • 提供者:tianjieyu
  1. Huffmancoding

    0下载:
  2. 霍夫曼编码算法,实现对输入信息(名称和权值)的霍夫曼编码并输出结果-Huffman coding algorithm, the realization of the input information (name and the right value) of the Huffman code and output results
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 本代码是基于VC++用C语言编写的哈弗曼编码 调试已通过 可使用 程序有待改善之处是译码程序没有 -The code is based on the VC++ Using C language debugging哈弗曼coding procedures have been through the use of room for improvement is the decoding process is not
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:12.59kb
    • 提供者:kenneth
  1. huffmancoding

    0下载:
  2. 哈夫曼压缩 哈弗曼算法是基本的压缩和解密算法,此文件表示了如何用Java来编码 -Huffman Encoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:6.35kb
    • 提供者:nasa
  1. huffmancoding

    0下载:
  2. 通过建立霍夫曼树,输入一串数据,进行霍夫曼编码-Huffman code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2.79kb
    • 提供者:hrj
  1. huffmancoding

    0下载:
  2. 此文档是一个Huffman编码,其是基于VC而设计的程序。-This document is a Huffman coding, which is designed based on the VC process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:186.59kb
    • 提供者:刘丹
  1. HuffmanCoding

    0下载:
  2. 霍夫曼编码实现,在文件中输入一个字符串,即可在结果文件中获得编码-Huffman coding to achieve, type a string in the file can be encoded in the outcome document
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:5.08kb
    • 提供者:王彦如
  1. HuffmanCoding

    0下载:
  2. huffman coding,pdf文件,介绍各种Huffman code编码-huffman coding, pdf documents, introducing the various Huffman code encoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:252.24kb
    • 提供者:陶秋平
  1. HuffmanCoding

    0下载:
  2. 用C实现的哈夫曼编码程序,包括码树的建立和码字生成。-Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2.19kb
    • 提供者:Lin Xu
  1. Huffman_encode

    0下载:
  2. 这是一个霍夫曼编码的程序,是利用霍夫曼树等相关算法解决的。在程序中,随机产生的10个字符,利用子函数: HC=HuffmanCoding(HT,HC,w,3) 则可以获得每个元素的码字,存储的方式是通过一个指针的指针。-This is a Huffman coding process is the use of Huffman tree related algorithms to solve. In the process, the randomly generated 10 charact
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1.7kb
    • 提供者:浪飞人海
  1. HuffmanCoding

    0下载:
  2. (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 -(1) I: Initialization (Initialization). English section of the input statistics for each character of their weight, the establishment of Huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.67kb
    • 提供者:贾铭
  1. Huffmancoding

    0下载:
  2. 哈夫曼在上世纪五十年代初就提出这种编码时,根据字符出现的概率来构造平均长度最短的编码。它是一种变长的编码。在编码中,若各码字长度严格按照码字所对应符号出现概率的大小的逆序排列,则编码的平均长度是最小的。(注:码字即为符号经哈夫曼编码后得到的编码,其长度是因符号出现的概率而不同,所以说哈夫曼编码是变长的编码。)-Huffman in the early fifties of last century to make such a code, depending on the probability
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:2.46kb
    • 提供者:顾鑫伟
  1. HuffmanCoding

    0下载:
  2. HUFFMAN编码 简单的Huffman文本压缩程序-Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:663.94kb
    • 提供者:Croft
  1. HuffmanEva

    0下载:
  2. HuffmanCoding.java Huffman implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:15.87kb
    • 提供者:adc
  1. HuffmanCoding

    0下载:
  2. 用Java编程实现了Huffman编码。附带Java虚拟机。运行通过。有测试数据。-Huffman coding is realized by Java programming. The code has been debugged and there some test data for you.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-01
    • 文件大小:13.62mb
    • 提供者:赵瑛
« 12 »
搜珍网 www.dssz.com