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

搜索资源列表

  1. Huffman

    0下载:
  2. 用java图形界面实现的哈弗曼的编码与解码 原代码 各类之间的关系 非常详细-Using java graphical interface to achieve the Huffman encoding and decoding of the original code the relationship between various types of very detailed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:22980
    • 提供者:高会
  1. huffman-encode

    0下载:
  2. 输入信源符号和概率,可产生哈弗曼编码。并得出编码效率,判定是否唯一可译等功能。代码是面向对象的思想编写。-Input source symbols and probability, can produce the hover tempting mann coding. And that the coding efficiency, the only thing you can determine whether the translation etc. Function. The code is
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:12093
    • 提供者:shaw
  1. Huffman

    0下载:
  2. huaffman算法的代码实现,用C++语言实现了该算法,是比较经典的程序。-the algorithm huaffman the code implementation, implements the algorithm C++ language is a classic program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1625
    • 提供者:vivian
  1. Huffman

    0下载:
  2. 哈夫曼编码代码实现,V++开发平台,数据结构书本的例子,自己编的。-it is the Huffman Coding.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:942
    • 提供者:李海锋
  1. Huffman

    0下载:
  2. 该代码实现了哈夫曼树算法,简单易懂,调理清晰,非常适合初学者学习。-The code implements the Huffman tree algorithm, easy to understand, clear conditioning, ideal for beginners to learn.
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3463934
    • 提供者:Nancy Ye
  1. huffman

    0下载:
  2. 该代码给出了对于典型的LENA图像的HUFFMAN编码压缩过程。该方法的效率比算术编码要高!-The code is given HUFFMAN coding typical LENA image compression process. The efficiency of the method is to be higher than the arithmetic coding!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:2207
    • 提供者:shan
  1. Huffman

    0下载:
  2. 1、根据输入构造一棵哈夫曼树,要求该哈夫曼树的左子树小于等于右子树; 2、根据构造的哈夫曼树给出对应的编码;左子树的编码为0,右子树的编码为1; 3、输出各个字符对应的编码与平均编码长度; 4、根据输入的编码,结合构造的哈夫曼树给出对应的译码; 5、对带有不同权值的字符进行编码;使用自己实现的编码表对输入的‘0’‘1’代码进行译码。 -Less than or equal to 1, according to the input construct a Huffman tre
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:3739833
    • 提供者:Tracy
  1. Huffman

    0下载:
  2. 哈夫曼树,用哈夫曼树解决约瑟夫环问题 代码具有良好封装性-Huffman tree Huffman tree the Josephus problem code with good package
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-25
    • 文件大小:2070
    • 提供者:朱春明
  1. huffman

    0下载:
  2. 一段描写霍夫曼树的代码,是一段详细的源代码,应用于密码-Some descr iption of the code of the Huffman tree, is a detailed source code. Applies to password
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:5056
    • 提供者:king
  1. Huffman

    0下载:
  2. C++代码实现huffman树,一种很有用的数据结构-huffman in c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:2964849
    • 提供者:qwyieoy
  1. Generate-Huffman

    0下载:
  2. 能够快速的生成哈弗曼树和哈弗曼代码,源代码简单易懂-Able to quickly generate the Huffman tree and the Huffman code, source code is easy to understand
  3. 所属分类:Data structs

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

    0下载:
  2. 代码实现了huffman编码,定义了一个huffman类,最后输出完整编码,得到平均码长-The SC realizes the function of huffman code
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:1569
    • 提供者:Wenqiang zhou
  1. Huffman-tree

    0下载:
  2. 根据严蔚敏的《数据结构》一书中的赫夫曼树算法实现的代码c-Huffman tree code c++
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:916123
    • 提供者:christy9088
  1. huffman

    0下载:
  2. huffman树的数据结构实现代码 ,挺全面的。-Huffman tree data structure code, very comprehensive.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:7049
    • 提供者:杨洋
  1. Huffman-

    0下载:
  2. 用c语言编写的创建哈弗曼树的代码,代码涉及到创建哈弗曼树,遍历哈弗曼树-C language code to create the Huffman tree, the code involves creating the Huffman tree, traverse the Huffman tree
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:764
    • 提供者:杰杰
  1. huffman

    0下载:
  2. 数据结构中哈夫曼数实现的详细代码,很有用,对学习很有帮助。-Detailed code of Huffman number in the data structure, very useful, very helpful for learning.
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:203887
    • 提供者:ch
  1. huffman-source-code

    0下载:
  2. hufferman 霍夫曼编码 经典算法 代码实现-hufferman codeing
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:1510883
    • 提供者:孙慧慧
  1. huffman

    0下载:
  2. huffman编码的讲解以及代码实现,十分详细的,欢迎下载-huffman coding explanation and code, very detailed, welcome to download
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:13610
    • 提供者:剑姬
  1. Huffman-coding-Information-Theory

    0下载:
  2. 帮别人做的一个信息论哈夫曼程序,通过信源个数,信源权重进行编码,可得到平均码长和编码效率,代码有注释,方便理解。-Someone else to do a theory Huffman program, through the number of sources, source coding weights can be obtained average code length and coding efficiency, code annotated, easy to understand.
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:1888
    • 提供者:Bernie
  1. Huffman

    0下载:
  2. 赫夫曼树的建树,编码,解码代码。数据结构的必修内容-Huffman tree achievements, encoding, decoding codes. Data structures required content
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3645
    • 提供者:leoo
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com