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

搜索资源列表

  1. l7

    0下载:
  2. 时考虑到在哈夫曼中要每次挑选两个频率最小(即出现次数最小,我那个hNode里的value 是出现的次数),很自然的就想到了std::priority_queue容器,优先队列每次都会弹出队列 中权值最高的元素,这个特性无疑是实现哈夫曼算法的最佳选择。 ... -to consider the Huffman each selected to be the smallest two frequencies (that is, the minimum number, which I hN
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:16.14kb
    • 提供者:kdfj
  1. 《哈夫曼树》

    1下载:
  2. 根据哈夫曼算法创建的哈夫曼树,求树中每个外部结点的编码-under Huffman algorithm to create the Huffman tree for each tree node external coding
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5.07kb
    • 提供者:陈烈城
  1. 04051b33刘奏

    0下载:
  2. 一个哈夫曼算法.具体题目如下: 题目要求:1)建立一正文文件(本程序中建立的文件名文test.txt),向其中输入字符(本程序中可输入任意ASCII值) 2)通过哈夫曼算法求出文件中字符的相应编码 3)建立一与正文文件(test.txt)对应的编码文件(本程序中为bainma.txt)-a Huffman algorithm. Specific topics are as follows : Subject : 1) the establishment of a text document (t
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14.59kb
    • 提供者:沈扬
  1. Huffman

    0下载:
  2. Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法-Huffman coding (binary application), requested documents Huffman encoding algorithm, as well as an algorithm to decode the encoded file
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:307.88kb
    • 提供者:liujianye
  1. huffman

    0下载:
  2. 模拟霍夫曼树算法过程,在相同目录下建立一个有数据的TXT文件,然后按提示运行-Huffman tree algorithm simulation process, in the same directory data to create a TXT file, and then follow the prompts to run
  3. 所属分类:File Operate

    • 发布日期:2017-04-03
    • 文件大小:5.74kb
    • 提供者:吴平波
  1. Huffman

    0下载:
  2. Huffman算法的C实现,非可视化程序,可直接运行输出-Huffman algorithm to achieve C, non-visualization process, can be directly run output
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:1.11kb
    • 提供者:00
  1. human

    0下载:
  2. 用C语言编写的哈夫曼算法,比一般的功能要多,包括树形结点输出,生成文件,编码,译码.-Using C language Huffman algorithm, than the general functions, including tree node output, generated documentation, coding, decoding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:21.84kb
    • 提供者:阿鸿
  1. hafuman

    0下载:
  2. 哈夫曼算法 用C++编程解决哈夫曼树的问题 分块程序-Huffman algorithm using C++ programming to solve the problem of sub-Huffman tree block procedures
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:43.02kb
    • 提供者:hanruyun
  1. huffman

    0下载:
  2. Huffman decoder algorithm C++ file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5.8kb
    • 提供者:Engineer Maro
  1. Huffman

    0下载:
  2. 哈夫曼编码和译码的实现,参考书中核心算法在Visual studio6.0的环境中运行成功。-Huffman encoding and decoding to achieve, reference books in the core algorithm in Visual studio6.0 the success of the environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1.26kb
    • 提供者:星星
  1. huffman

    0下载:
  2. c版本,Huffman编解码算法演示,其中输入的测试文件可自定以一两句的英文txt文件-c version, Huffman decoding algorithm for demonstration
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4.51kb
    • 提供者:James
  1. huffman-c

    0下载:
  2. huffman 信源编码算法C源程序-source coding algorithm huffman source ~~~~~~ C
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.35kb
    • 提供者:小鱼
  1. hefumansuanfa

    0下载:
  2. 赫夫曼算法的简单求解,该算法简单易懂,好看易行,-Huffman algorithm for solving the simple, the algorithm is simple and easy to understand, pretty easy. . . . . .
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-14
    • 文件大小:3.31kb
    • 提供者:方式
  1. huffman

    0下载:
  2. 哈夫曼编码实现压缩与解压缩 整体设计流程清晰 算法简洁-Huffman coding to achieve compression and decompression algorithm for the overall design process clear and concise
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3.54kb
    • 提供者:meimei
  1. huffman

    0下载:
  2. 这是哈夫曼算法的c实现,比较容易理解!基于数据结构教程实现-C This is the Huffman algorithm implementation easier to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1.69kb
    • 提供者:唐博鼠
  1. Huffman-Compress

    0下载:
  2. This is c# code to compress files by huffman algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1.43mb
    • 提供者:kourosh
  1. 1.huffman-CPP

    0下载:
  2. huffman algorithm in C-huffman algorithm in C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:12.34kb
    • 提供者:tonmaister07
  1. Huffman

    0下载:
  2. 实现了Huffman算法,能够输出一个字符串序列对应的每个自字符对应的Huffman编码值01串。-The file implements the Huffman algorithm in C++ ,which will output a sequence of strings corresponding to the frequency of each character in the string to the Huffman coding since the character corre
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:3.57kb
    • 提供者:刘君
  1. HUFFMAN

    0下载:
  2. 数据结构之HUFFMAN算法, 数据结构之HUFFMAN算法-The data structure HUFFMAN algorithms, data structures HUFFMAN algorithms, data structures, the HUFFMAN algorithm of
  3. 所属分类:Other systems

    • 发布日期:2017-11-25
    • 文件大小:135.94kb
    • 提供者:马苏
  1. Huffman

    0下载:
  2. this code helps us to compress a text using huffman algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.46kb
    • 提供者:sahar.enit
« 12 3 4 5 »
搜珍网 www.dssz.com