CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 哈夫曼 压缩

搜索资源列表

  1. huff

    0下载:
  2. huffman编码程序,进行哈夫曼压缩和解压缩-huffman coding process to Huffman compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1270069
    • 提供者:宋鹏
  1. huffman_compress

    0下载:
  2. 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress the file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-15
    • 文件大小:3832480
    • 提供者:刚娃子
  1. compile

    0下载:
  2. 哈夫曼压缩算法,数据结构课程设计的时候做的-Huffman compression algorithm, data structure, curriculum design, when done
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11277
    • 提供者:张磊
  1. matlabhaffman

    0下载:
  2. 基于哈夫曼编码的图像压缩编码程序设计 很好啊-huffman
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1419
    • 提供者:通天塔
  1. haffuman

    0下载:
  2. 哈夫曼压缩算法课程设计报告+源码(C++)-haffuman
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2708
    • 提供者:wojixuyaozhege
  1. 2009hafuamn

    0下载:
  2. 通过GDI获图,哈夫曼压缩,另一端进行监控,无需进行库连接。-Been through the GDI diagram, Huffman compression, the other side of monitor without the need for database connectivity.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:143482
    • 提供者:王顺
  1. imagecodingandcompression

    0下载:
  2. 章 图像编码与压缩 图像编码基础 无损压缩编码 行程编码 哈夫曼( Huffman )编码 算术编码 词典编码 有损压缩编码 预测编码 正交变换编码 MATLAB 实现余弦变换压缩 17.3.4 MATLAB 实现小波变换压缩 -S image coding and compression image coding based lossless compression stroke Huffman coding (Huffman) co
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:2209
    • 提供者:齐子新
  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
    • 文件大小:3627
    • 提供者:meimei
  1. huffman

    0下载:
  2. 根据哈夫曼树的原理,实现哈夫曼压缩和解压缩-Huffman tree according to the principles of realization of Huffman compression and decompression
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4991
    • 提供者:秦朔
  1. Huffman

    0下载:
  2. 哈夫曼压缩解压缩,用处挺大的,希望对大家有帮助。 -Huffman compression decompression, use with the large, we want to help.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:141564
    • 提供者:阿拉丁
  1. huffan

    0下载:
  2. 哈夫曼压缩与解压
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:31444
    • 提供者:wfx
  1. HuffmanCompress

    0下载:
  2. 运用哈夫曼树进行哈夫曼压缩 压缩txt文件 得到压缩文件和解压文件-Huffman Huffman tree using txt files compressed and uncompressed files are compressed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-20
    • 文件大小:6011011
    • 提供者:谢凌轩
  1. hufferman

    0下载:
  2. 利用概率统计知识实现文件压缩与解压缩(哈夫曼压缩算法C++描述)-Huffman compression( C++ descr iption)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2209
    • 提供者:x
  1. Huffman-coding

    0下载:
  2. 用哈夫曼编码进行文件压缩与解压, 通过输入文件名来计算字符种类与频数来计算权值-Huffman coding with file compression and decompression, the file name by entering the type and frequency to calculate the number of characters to calculate the weights
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:9850
    • 提供者:陈雷
  1. HuffmanCompress

    0下载:
  2. 利用哈夫曼压缩对文件压缩与解压,对文档类文件压缩比较高。-Using Huffman compression for file compression and decompression, the document class file compression is relatively high.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:217515
    • 提供者:John
  1. AdaptiveHuffmanCoding

    0下载:
  2. 自适应哈夫曼压缩编码算法源码,可以在做稍微修改后在Matlab环境中直接运行-failed to translate
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:293498
    • 提供者:Scotty
  1. Huffman

    1下载:
  2. 哈夫曼压缩算法,开发环境Matlab,利用此例程序可以仿真哈夫曼压缩比-Huffman compression algorithm development environment of Matlab, using this example program can simulate the Huffman compression ratio
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:203927
    • 提供者:胡帆
  1. huffman

    0下载:
  2. 简单的哈夫曼压缩和解压缩c语言执行, 请多多指教-Simple huffman compression algorithm implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:1909
    • 提供者:jingqi
  1. huffmanyasuo

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

    • 发布日期:2017-11-13
    • 文件大小:2529
    • 提供者:lianweiqin
  1. BCBHUFFEncode

    0下载:
  2. 用BCB编程的哈夫曼编码程序,进行哈夫曼压缩程序源码-Huffman compression program source code with the BCB programming Huffman coding procedures,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:27695
    • 提供者:prodav
« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com