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

搜索资源列表

  1. HUFFMAN_entropy

    0下载:
  2. 运行主函数,得出Huffman码字、平均字长、信源熵。可根据需要修改信源概密 p-running main function, drawn Huffman code word, the average size, entropy source. Under the need to amend the corresponding source close p
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.85kb
    • 提供者:曹雨
  1. 200521511243234

    0下载:
  2. 用于数据流压缩的huffman算法源代码,VC程序-data flow for the Huffman compression algorithm source code, VC Program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:17.45kb
    • 提供者:马克
  1. huffman_src22

    0下载:
  2. 本代码提供一种非常简单且快速的哈夫曼编码方法。 -this code provide a very simple and rapid method of Huffman coding.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. Huffman source code. you can do text encoding.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1.11mb
    • 提供者:Kim
  1. HuffMan

    0下载:
  2. Compress file using code Huffman algorithim
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:675.71kb
    • 提供者:Vuong Quang Hung
  1. Huffman_JRB_2.0.tar

    0下载:
  2. Huffman code using JRB lib run on linux platform
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:540.59kb
    • 提供者:Vuong Quang Hung
  1. HUFFMANCODE

    0下载:
  2. basic huffman code, visual c-basic huffman code, visual c++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:197.75kb
    • 提供者:gom
  1. zlib

    0下载:
  2. huffman编码的实现,分成三个文件,详细请见源代码-huffman coding implementation, divided into three documents, in detail, see the source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:9.38kb
    • 提供者:qhdxsyf
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:15.67kb
    • 提供者:wangdongdong
  1. Source_coding

    1下载:
  2. 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.07kb
    • 提供者:小影
  1. hafuman

    1下载:
  2. 基于哈夫曼树的文件压缩/解压程序c++源代码程序-Huffman tree based file compression/extracting program c++ source code program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:4.53kb
    • 提供者:xie
  1. Huffman-algorithm

    0下载:
  2. 哈夫曼算法的源代码程序,很适合用来学习理解及提高,非常经典哦!-Huffman algorithm source code, it is suitable for learning to understand and improve, very classic Oh!
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:43.93kb
    • 提供者:freezinging
  1. huffman-algorithm

    0下载:
  2. this implementation huffman algorithm,you must try code. i think you must try.-this is implementation huffman algorithm,you must try code. i think you must try.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:39.51kb
    • 提供者:asraqoutz
  1. Huffman

    0下载:
  2. 使用huffmandict函数对《小时代》进行编码,计算了整个编码的平均码长、最大码长、信息熵、编码效率的值-Use huffmandict function small time to encode the entire computing average code length coding, the maximum code length, information entropy coding efficiency values
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:205.51kb
    • 提供者:丁廉
  1. hw3_E24016629

    0下载:
  2. 霍夫曼編碼(Huffman Coding)是一種編碼方式,是一種用於無損數據壓縮的熵編碼(權編碼)算法。 在計算機數據處理中,霍夫曼編碼使用變長編碼表對源符號(如文件中的一個字母)進行編碼,其中變長編碼表是通過一種評估來源符號出現機率的方法得到的,出現機率高的字母使用較短的編碼,反之出現機率低的則使用較長的編碼,這便使編碼之後的字符串的平均長度、期望值降低,從而達到無損壓縮數據的目的。-Huffman coding (Huffman Coding) is an encoding, data co
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:431.29kb
    • 提供者:陳冠丞
  1. Huffman_Coding

    0下载:
  2. IMAGE SOURCE CODING & DECODING In This code The Coding Technique Used Is Huffman Coding Data Input Is A Gray Image The Symbols Are The Intensity Levels Of The Pixels (256 Intensity)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.96kb
    • 提供者:Mostafa Helal
  1. Huffman

    0下载:
  2. 上传的文档为Huffman编码的C++实现代码,功能完备,编解码有较为详细的界面演示-Upload the document for the Huffman code C++ code, complete function, encoding and decoding have a more detailed interface demo
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:4.22mb
    • 提供者:范特西
  1. ym_cpp-heimantree

    0下载:
  2. 哈夫曼编码是可变字长编码(VLC)的一种,一个C++ 夫曼树例子源程序 .-Huffman coding is a variable word length coding (VLC) A, a C++ source code examples Huffman tree.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:8.88kb
    • 提供者:常小小
  1. C语言实现哈夫曼编码

    0下载:
  2. 利用C语言完整实现哈夫曼编码,语法简洁,较易理解。(The use of C language integrity Huffman coding, syntax concise, easier to understand.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:12kb
    • 提供者:小T_00
搜珍网 www.dssz.com