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

搜索资源列表

  1. 哈夫曼译码

    2下载:
  2. [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件T
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:61514
    • 提供者:吕夏琴
  1. huffman_tree(sjjg)

    0下载:
  2. 1、根据用户指定的字符表和频度的实际统计数据建立Huffman树; 2、其中其叶子结点表示字符的权值及父母、左、右孩子等结点的信息; 3、其左右分支分别用代码0、1表示; 4、本系统的目的是为用户提供编/译码系统,根据用户输入的字符依字符集的权值进行编码保存; 5、根据接收到的编码进行译码; 6、输出其内容-1, according to user-specified character tables and frequency of the actual statist
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2004
    • 提供者:陈静
  1. compc++

    0下载:
  2. 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:106119
    • 提供者:周自强
  1. eightofHuffman

    0下载:
  2. 1.这些代码意在演示不同Huffman算法的实现原理 2.上述算法分别对应于8个同名C++类,这些类都是由huffman_base类派生的。-1. The code is intended to demonstrate the different Huffman algorithm Principle 2. These algorithms respectively corresponding to the eight named category C, these categories a
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:86746
    • 提供者:曾学霖
  1. baogaohuFFMAN

    0下载:
  2. 哈夫曼编码的实现,用C语言编写的,报告中赋有原代码.-Huffman coding achieved, using the C language, the report vested with the original code.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:58009
    • 提供者:刘敏
  1. Huffman121

    0下载:
  2. 这是一个很不错的赫夫曼树C代码,可以运行。-This is a very good Huffman tree C code can run.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1439
    • 提供者:梦瑶
  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
    • 文件大小:4420605
    • 提供者:范特西
  1. huffman

    0下载:
  2. 最优二叉树——哈夫曼树(带权路径长度最短)的完整实现,类C语言实现代码源文件,建议在visual studio2010/2015环境下运行。-Optimal binary tree- Huffman tree (with the right length of the shortest path) to achieve a complete, class C language code source files, it is recommended to run under visual stu
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1154116
    • 提供者:wjunyu
  1. Huffman-and-codec

    0下载:
  2. c/c++哈夫曼排序及编解码,计算机类专业标注课程设计,高效简洁代码。解压缩软件核心程序。-Huffman and codec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1209
    • 提供者:田辰
  1. hufman

    0下载:
  2. 哈夫曼编/译码器:建立哈夫曼树,通过哈夫曼树来建立哈弗曼代码(Haverman/decoder: set up the hafman tree and build the haverman code through the haffman tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-20
    • 文件大小:197632
    • 提供者:不及你
  1. huffman

    0下载:
  2. 哈夫曼编码,运用matlab实现,原代码非常直观而且易懂。(Huffman Coding, Encoding is a form of variable word length coding.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:小宁宁
  1. 代码1-9

    0下载:
  2. 1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。(1) I: initializatio
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:586752
    • 提供者:星恋*情殇
  1. 数据结构代码

    0下载:
  2. 尾插法单链表的应用,哈夫曼树等代码,是数据结构里面的自己写的代码,链表之类的可以直接拿来用(Tail insertion method, single linked list applications, Huffman tree and other code, it is written inside the data structure of their own code, such as linked lists can be used directly)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:917504
    • 提供者:沉浸深海
  1. Huffman Coding__V1

    0下载:
  2. 全套哈夫曼编码实验报告及代码 Huffman Coding__V1.doc Huffman.cpp 引用论文——哈夫曼树带权路径长度简便算法.pdf(A full set of Huffman coding experiment report and code Huffman Coding__V1.doc Huffman.cpp)
  3. 所属分类:数据结构

    • 发布日期:2017-12-29
    • 文件大小:284672
    • 提供者:Nick_SYSU
  1. dictionarytree

    0下载:
  2. 利用huffman字典树,对输入语句单词进行统计(Use the Huffman dictionary tree to count the input statement words)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:22528
    • 提供者:大爱樱酱
  1. Huffman_GUI

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman encoding and decoding GUI interface design source code)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:13312
    • 提供者:sunsy
  1. 代码

    0下载:
  2. matlab中哈夫曼编码函数的调用及通信工具箱的使用(matlab Huffman encoding)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:193536
    • 提供者:清都山水郎
  1. Huffman

    0下载:
  2. 用堆实现哈夫曼树,代码使用VS2017编程(Using heap to realize Huffman tree)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:845824
    • 提供者:Mr.张先生
  1. HuffmanTree

    0下载:
  2. huffman tree 的visual C++实现,完整版代码文件,亲测很实用。(The realization of Huffman tree)
  3. 所属分类:数据结构

  1. 01

    1下载:
  2. dct变换,哈夫曼编码解码,量化,信源编码解码图片压缩,(DCT transform, Huffman coding and decoding, picture compression)
  3. 所属分类:通讯编程

    • 发布日期:2021-01-22
    • 文件大小:875520
    • 提供者:123home
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com