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

搜索资源列表

  1. Deskt323231op

    0下载:
  2. 【谷速软件】哈弗曼编码 图像压缩算法源代码 可以做为参考使用 -[Valley] Huffman coding software speed image compression algorithm source code can be used as a reference to use
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-26
    • 文件大小:15107
    • 提供者:张金
  1. chap10

    0下载:
  2. 霍夫曼编码、香农编码、算术编码、行程编码知识,重点讲解常用的图像压缩编码方式-Huffman coding, Shannon coding, arithmetic coding, run length coding knowledge to highlight common image compression encoding
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:274887
    • 提供者:张晓晓
  1. main

    0下载:
  2. 这个是一个用于Huffman算法来实现的解压与压缩的过程,四压缩算法中的经典算法之作。-this code is just for Huffman to realize
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:3457
    • 提供者:bruscar
  1. haffuman

    1下载:
  2. 基于哈夫曼的压缩和解压缩,将文本中的字符作为节点构建哈夫曼树,通过01来编码,实现对文件的压缩,同时通过逆过程将文件解压缩。-Based Huffman compression and decompression, the text of the character as a node Huffman tree constructed by 01 to coding, to achieve the file compression, through the reverse process to
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4089
    • 提供者:肖娜
  1. Haffman

    0下载:
  2. 利用哈夫曼编码技术进行文件的压缩与解压缩-Compression and decompression file using Huffman coding technology
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1972945
    • 提供者:李迪
  1. picture_processing_matlab

    0下载:
  2. 对图像进行压缩编码的matlab程序,包括霍夫曼编码、算数编码、行程编码等方法。-Matlab codes for picture processing, including Huffman coding, run-length coding and arithmetic coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5457
    • 提供者:张小鹏
  1. ACHuffmanEncoding

    0下载:
  2. 图像压缩与传输中所要用到的哈弗曼编码,希望为广大学者提供帮助。-Image compression and transmission in the use to the Huffman coding, hope for the majority of scholars to help.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:2652
    • 提供者:陈晓鹏
  1. compression-and-decompression

    0下载:
  2. 该软件可得到图像的码表并运用哈夫曼编码对bmp格式的灰度图进行压缩与解压缩。-The software is available to obtain the code table and use Huffman coding to compress and decompress images with BMP format .
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4209393
    • 提供者:lig
  1. Huffman2

    0下载:
  2. 这是Huffman数据压缩c语言程序,但没有运行出结果,是失败的程序,希望大家帮助修改修改。-This is a data compression Huffman c language program, but the result is not running, the program is a failure, I hope you help modify modifications.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:4753
    • 提供者:米照雅
  1. JPEGDCT

    0下载:
  2. 基于JPEG的图像压缩代码,包含DCT变换,色度量化,霍夫曼编码,zig扫描等详细过程-Based on the JPEG image compression code, including DCT, color quantization, Huffman coding, zig scanning process in detail
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:336280
    • 提供者:Ewin
  1. chap10

    0下载:
  2. 图像压缩编码,包括霍夫曼编码,香农编码算数编码,行程编码等-Image compression, including Huffman coding, Shannon coding arithmetic coding, run-length encoding, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:274481
    • 提供者:韩建辉
  1. huffmancode

    0下载:
  2. huffman编码与解码,基于C实现,读取输入,构造huffman树进行huffman编码,用于文件压缩。-huffman encoding and decoding, based on the C implementation, read input, construct huffman tree huffman encoding for file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:15157
    • 提供者:MengruZhang
  1. Digital-Image-Processing

    0下载:
  2. 经典数字图像处理算法仿真,包括图像的傅里叶滤波及压缩,图像的DCT高通、低通滤波,图像直方图均衡化,图像平滑与锐化,图像的模糊化,哈夫曼编码等,以及GUI图形化界面。-Classic digital image processing algorithm simulation, including Fourier filtering and image compression, image DCT high-pass, low-pass filtering, image histogram equ
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1182214
    • 提供者:王大壮
  1. cabac

    0下载:
  2. 前文参考之适应性二元算术编码(CABAC),CABAC的设计概念,对于发生机率 > 0.5 的事件有效地编码,改进了传统霍夫曼编码法需要大量的乘法运算的问题,而在效能与压缩效率上取得相当大的改善空间。-CABAC design concept, for the incidence of> 0.5 events efficiently coding, Huffman coding to improve the traditional method requires a large nu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:10477
    • 提供者:杨鸣人
  1. yasuo1

    0下载:
  2. 无损压缩技术,对HUFFMAN算法、ARITHMETIC算法、LZSS以及在LZSS基础上进行改进的LZSSD, LZSSB, LZHUF算法-Lossless compression technology, LZSSB HUFFMAN algorithm, ARITHMETIC algorithm, LZSS and LZSS on the basis of the improved LZSSD algorithm, LZHUF,
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:648
    • 提供者:testtt
  1. image

    0下载:
  2. 从不同角度来分析哈弗曼编码,对数字图像进行压缩编码,并进行分类-From different angles to analyze the Huffman coding of digital image compression coding and classification
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:967
    • 提供者:朱敏
  1. wenjianyasujihuifu

    0下载:
  2. 利用哈弗曼树实现文件的压缩及恢复,学习数据结构的同学可以-The use of Huffman compression and restore files tree implementation, the students learn the data structure can look
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-11
    • 文件大小:2292973
    • 提供者:陶剑锋
  1. deadline

    0下载:
  2. huffman实现压缩,关于数据结构专题实验的大作业,主要是用huffman进行解压缩。-huffman achieve compression, large work on the topic experimental data structure, mainly used huffman decompressed.
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:286912
    • 提供者:
  1. HuffmanCompress

    0下载:
  2. 一份大作业,基于Huffman(霍夫曼)编码实现的文本压缩,代码中对于Huffman树的创建、编码及压缩有详细的过程,包含一份文档-A great job, a text-based Huffman coding to achieve compression, Huffman code tree for creating, coding and compression process in detail, including a document
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1726912
    • 提供者:张稳龙
  1. yasuobi

    0下载:
  2. 本代码为了检测哈弗曼编码后的图像压缩比,并且给出了哈夫曼的编码与解码-The code in order to detect Huffman encoded image compression ratio, and gives Huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:尧新峰
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com