CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 哈夫曼 压缩

搜索资源列表

  1. Huffman

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,C语言实现,自己编的,注释详细,可读性好.这个是基于对话框的.压缩包包括源程序文件,再vc中运希望对大家理解哈弗曼编码有所帮助-This is a Hoffman codec source code, C language, compiled their own, notes in detail, the readability is good. This is based on the dialog box. Compression bag includes a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:12430
    • 提供者:焦焰斌
  1. libjpeg-turbo-code

    0下载:
  2. 一个大的功能完善的压缩jpeg图片源码,使用哈夫曼算法-Huffman jpeg
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1157187
    • 提供者:dafa
  1. HFB2

    0下载:
  2. 在matlab平台下实现了简单的图片哈夫曼编码压缩,并比较了编码前后的压缩率-Huffman coding of picture using matlab
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1112
    • 提供者:Frank
  1. haffman

    0下载:
  2. 该应用程序描述了哈夫曼树的构造 能把一段英文包括空格按照哈夫曼树压缩 也能根据字符出现频率来解压缩-The application describes a Huffman tree structure can include a space in accordance with the Huffman tree compression can also be based on the occurrence frequencies of characters to extract
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:57299
    • 提供者:yi
  1. Huffman_code

    0下载:
  2. 利用哈夫曼编码对任意文件进行压缩和对被压缩的文件解压。-Huffman coding any file compression and decompression of compressed files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3444
    • 提供者:方欣
  1. HFMHFM

    0下载:
  2. 通过哈夫曼树,构造最优树,减小编码长度并压缩,达到压缩解压缩的功能-By Huffman tree, the optimal structure of the tree, reducing the length and compression coding to achieve compression and decompression functions
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3537
    • 提供者:
  1. huffmanCompress

    0下载:
  2. 使用C语言利用哈夫曼原理对文件进行压缩文件和解压文件-The use of C language Huffman principle file compression file and unzip the file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1667
    • 提供者:duxiaomu
  1. huffman

    0下载:
  2. 原创的C++哈夫曼编码文件压缩、解压工具。-An original C++ Huffman compressor.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1488531
    • 提供者:NIrvana
  1. HuffTree

    0下载:
  2. 一个简单的基于哈夫曼树的数据压缩算法,使用链表等数据结构进行编写。-Huffman tree based on a simple data compression algorithms, data structures such as lists were prepared.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:10267
    • 提供者:汤义恺
  1. Project-2_HuffmanEncode

    0下载:
  2. 哈夫曼编码 (1) 建立Huffman Tree,也就是建立codebook,找到所有ascii对应的codeword表示方法。 (2) Huffman Encode,将DaVinciCode.txt 整个文本进行编码,储存成一个压缩档,并且使用bitstream来存入。 程序执行方法 : encoder.exe DavinciCode.txt codebook compressed_file-Huffman coding (1) the establishment of Hu
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1581551
    • 提供者:wu chan mao
  1. Project-2_HuffmanDecode

    0下载:
  2. 哈夫曼解码 (3) Huffman Decode,将压缩档译码,还原DaVinciCode.txt (达文西密码) 整个文本。 程序执行方法 : decoder.exe codebook compressed_file de_DavinciCode.txt-Huffman decoding (3) Huffman Decode, decode the compressed file, reducing DaVinciCode.txt (Da Vinci Code) throughout
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1222609
    • 提供者:wu chan mao
  1. source-code

    0下载:
  2. 该程序利用哈夫曼编码实现文件压缩与解压,有较好的压缩效果-The procedures for the use of Huffman encoding to achieve file compression and decompression, has good compression effect
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1483
    • 提供者:李檀
  1. Huffman-and-codec

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

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

    0下载:
  2. 自适应哈夫曼编解码源代码。 生成的可执行文件可以对txt文件进行压缩和解压缩。-Adaptive Huffman coding source code. The generated executable file can compress and decompress the txt file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1622
    • 提供者:段宏达
  1. BMPduxieyasuo

    0下载:
  2. C语言实现哈夫曼编码、BMP图像的读写、BMP图像的解压缩-C language to achieve Huffman coding, BMP image read and write, BMP image decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:陆雪琪
  1. Huffman

    0下载:
  2. 对于哈夫曼编码的仿真,可以计算平均码长、熵、压缩比、编码效率-Simulation of Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:1024
    • 提供者:高远
  1. Huffman_codec

    0下载:
  2. 用哈夫曼编码树实现图像的压缩,压缩比为%30。图像的差别人眼可以接受(Huffman coding tree to achieve image compression.The compression ratio is%30. The difference in image can be accepted by others)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-22
    • 文件大小:2767872
    • 提供者:mimimi
  1. huff

    0下载:
  2. 哈曼夫算法,对数据进行,编码译码,压缩数据(Haman algorithm, data encoding, decoding, compression of data)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-03
    • 文件大小:33792
    • 提供者:zhaoqijin
« 1 2 ... 4 5 6 7 8 9»
搜珍网 www.dssz.com