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

搜索资源列表

  1. Huffman

    0下载:
  2. HUFFMAN 编码 解码程序 用VC++实现-HUFFMAN Codec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:182557
    • 提供者:4626
  1. jpeg_decode

    0下载:
  2. 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:103743
    • 提供者:倾泠月
  1. 13102555364

    0下载:
  2. huffman 编码C++版,霍夫曼编码是音视频编解码的基础-huffman coding C++ Edition, Hoffman encoding audio and video codec is the basis of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:102680
    • 提供者:xinking
  1. image

    0下载:
  2. 此程序采用huffman编解码,BPSK调制解调,实现图像的有效传输-huffman encoding and decoding, for image transmission
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-02
    • 文件大小:23829
    • 提供者:zxr
  1. Huffman_code_simulation

    0下载:
  2. Huffman编码以及解码程序,利用它可以对文件进行压缩和解压缩-Huffman coding and decoding process, which allows you to compress and decompress the file
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:606272
    • 提供者:david
  1. huffman(VC)

    0下载:
  2. 控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:39161
    • 提供者:魏罡
  1. huffman

    0下载:
  2. huffman编码和解码,可从文件中读取,并将文件翻译成0,1代码-huffman encoding and decoding can be read from a file, and the translation of documents into the 0,1 code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1365
    • 提供者:zhanghshipeng
  1. Huffman-code-decode

    0下载:
  2. test1.txt中为要读入的英文文章,code.txt为生成的huffman编码,decoded.txt中为根据code.txt中内容解码后的结果。-test1.txt is used to store the article in English to be read, code.txt contains generated the huffman codes, decoded.txt for the contents according to code.txt decoded result
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:19494
    • 提供者:Felix
  1. haffman

    2下载:
  2. 哈夫曼编码 问题描述:利用哈夫曼编码,实现压缩和解压缩 基本要求: 对于给定的一组字符,可以根据其权值进行哈夫曼编码,并能输出对应的哈夫曼树和哈夫曼编码;实现哈夫曼解码 提高要求: (1) 能够分析文件,统计文件中出现的字符,再对文件进行编码,实现文件的压缩和解压缩 (2) 能够对于文件的压缩比例进行统计 (3) 能够打印文件 这是数据结构的课程设计-Huffman Coding Problem Descr iption: Using the Huffman co
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:193714
    • 提供者:dian
  1. Lossless_decoding

    0下载:
  2. 自己编的基于霍夫曼编码以及解码的程序,供大家分享-Own compilation based on Huffman coding and decoding procedures for share
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:51159
    • 提供者:陈濛
  1. MatlabForImageProcessingByNXL

    0下载:
  2. 理想、巴特沃斯高低通--哈弗曼编解码-图像处理-ideal、butterworth、huffman for image processing
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:49239
    • 提供者:xuegao
  1. MP3-Code

    1下载:
  2. Mp3解码过程,总体上可分为9个过程:比特流分解,霍夫曼解码,逆量化处理,立体声处理,频谱重排列,抗锯齿处理,IMDCT变换,子带合成,pcm输出。 -Mp3 decoding process, on the whole can be divided into nine process: bit-stream decomposition, Huffman decoding, inverse quantization processing, sound processing, spectrum
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:70813
    • 提供者:赵昕
  1. cf_cordic_latest.tar

    0下载:
  2. 一个基于哈弗曼编码的解码器,用于jpeg格式的图片的解码,以及音频流解码。-Huffman code is used in the most streaming applications. I have written a Huffman decoder for jpeg pictures. For audio or other data streams the code have to adapt.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:460980
    • 提供者:赵恒
  1. AdaptiveHuffman

    0下载:
  2. Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:13161
    • 提供者:阿毛
  1. HUFFMAN

    0下载:
  2. HUFFMAN CODE ENCODE 哈夫曼编码和哈夫曼解码,内容比较详细,对学习这块的人有很好帮助。-HUFFMAN CODE AND ENCODE SOURCE CODE
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. huffman树的编解码。还有完整的源代码和课程设计报告。-huffman tree coding. Also complete source code and program design report.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:188415
    • 提供者:yangjun
  1. JPEG-matlab

    0下载:
  2. JPEG编码和解码,用Huffman编码-JPEG encoding and decoding, using Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:52063
    • 提供者:huan
  1. huffman

    0下载:
  2. 数据结构哈夫曼编码解码算法包括编码和解码-Huffman encoding and decoding data structures, including encoding and decoding algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:279572
    • 提供者:wang
  1. huffman

    0下载:
  2. 对yuv视频文件进行huffman编码和huffma解码-encode and decode the yuv videos with huffman algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:12489
    • 提供者:臧艳军
  1. lena

    0下载:
  2. 对yuv视频文件同时进行huffman和小波编码和解码-encode and decode the yuv video with huffman and wavelet algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:18781
    • 提供者:臧艳军
« 1 2 3 4 56 7 8 9 10 ... 22 »
搜珍网 www.dssz.com