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

搜索资源列表

  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. 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. 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-c

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

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

    0下载:
  2. 我自己写的小程序,都是数据结构时候的试验,花了心血的,主要包括二叉树的一些遍历算法(都是非递归实现的),Huffman编码,还有多项式的混合运算,包括加减乘除-I write small programs, are data structures when the experiment took effort, and mainly includes a number of binary tree traversal algorithm (both non-recursive implement
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:319.49kb
    • 提供者:remote
  1. datastructure

    0下载:
  2. 文件中包含一些算法,如哈夫曼算法,排序法,线索化二叉树等。还有迷宫问题。-File contains a number of algorithms such as Huffman algorithm, sorting method, Threaded binary tree and so on. There are mazes.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:8.6kb
    • 提供者:piglet
  1. 2008145279

    0下载:
  2. prim算法、哈弗曼算法、拓扑排序算法。 -prim algorithm, Huffman algorithm, topological sorting algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:2.1mb
    • 提供者:chenmukai
  1. huffmanyasuo

    0下载:
  2. 哈夫曼压缩,一个简单的压缩程序,可以把文本文件用哈夫曼算法压缩。-Huffman compression, compression program, a simple text file can be compressed using Huffman algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:2.47kb
    • 提供者:lianweiqin
  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. C++编写的算法,利用Huffman对文件编码解码,压缩包中包括源代码和输入文件示例-C++ written algorithm using Huffman codec file compression package including source code and sample input file
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:204.89kb
    • 提供者:jingjing
  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. huffyuvDecode

    0下载:
  2. Huffyuv是一个免费的、速度相当快的avi codec,Huffyuv采用了Huffman算法的无损压缩Codec-Huffyuv is a free, very fast avi codec, Huffyuv lossless compression Codec Huffman algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:439.52kb
    • 提供者:黎明
  1. halfman-yasuo

    0下载:
  2. 这是我们课程设计的作品,利用哈夫曼算法实现的压缩软件。仅供参考。-This is our curriculum design works Huffman algorithm to achieve the compression software. For reference only.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:67.33kb
    • 提供者:方刚
  1. huffman

    0下载:
  2. 这是关于huffman编码的算法,输入权值,自动给出编码-This is about huffman coding algorithm, the input weights automatically given coding
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1001byte
    • 提供者:陈子文
  1. huffman

    0下载:
  2. 进行霍夫曼(Huffman)编码的实用C/C++程序,对于构建Huffman树的算法已经优化,可以在消耗内存最小的情况下提升编码速度. 对ASCII码字符串进行Huffman编码.-An C/C++ program that demonstrates how to construct a Huffman tree through which Huffman Code can be realized. The algorithm has been optimized to work under
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:ricyn
  1. Algorithm-analysis

    0下载:
  2. 算法分析中经典例子,例如有Huffman编码、排列树、图等的详细代码。-The classic example of algorithm analysis, for example, Huffman coding, arranged trees, graphs and other details of the code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:7.61kb
    • 提供者:xiaojie
  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
  1. Huffman

    0下载:
  2. Huffman编码与译码 1.Huffman编码的算法,以及对一编码文件进行解码的算法 2.二叉树的应用 -Huffman encoding and decoding 1.Huffman coding algorithm, and the algorithm for decoding an encoded file 2. Application Binary Tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:13.5kb
    • 提供者:xinwuya
  1. huffman

    0下载:
  2. 数据结构实现的对一个字符串的Huffman压缩算法实验报告,内涵源代码-Data structure to achieve Huffman compression algorithm for a string of experiment report, the connotation of the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:150.87kb
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com