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

搜索资源列表

  1. TreeShared

    0下载:
  2. output deflated data using Huffman coding Source Code for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:13585
    • 提供者:sonconjon
  1. MP3-coder

    0下载:
  2. In this design, it is assumed that a buffer sized as 1024x8 bits provides main data including scale factors and Huffman code bits to Huffman decoder. Also, it is assumed that a memory with 1024x8 bits is ready for each component to write or read t
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:37356
    • 提供者:睿宸
  1. jpeg_decoder

    0下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:982377
    • 提供者:颖风
  1. jpeg_decode

    1下载:
  2. JPEG图像解码的源代码,包括FDCT,量化操作,量化表的优化,HUFFMAN编码,游程编码。同时内附相关的JPEG编解码的PDF文档,详细地介绍了JPEG文件的格式,同时也介绍了JPEG解码方面的知识,看过后定会受益匪浅,注:均为国外的文献,国外的文献仔细读,发现有些细节说的很清楚。-JPEG image decoder of the source code, including FDCT, quantization operation, the optimization of the qua
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:60300
    • 提供者:颖风
  1. Untitled

    0下载:
  2. 对一副图像输出它的原始图像和灰度直方图,输出对它进行哈夫曼编码后的码字,并计算图像的压缩比率-Image output on an original image and its histogram, the output after it Huffman code word, and calculate the compression ratio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:adue
  1. entropy-coding

    0下载:
  2. 介绍了熵编码的基本原理和一些具体方法,如huffman编码、colomb编码,详细介绍了算术编码的过程。-Describes the basic principles of entropy coding and some specific methods, such as huffman coding, colomb code, details of arithmetic coding process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:359140
    • 提供者:ALMA CHOW
  1. DlgCodingHuffman

    0下载:
  2. 图象的简单显示后,以霍夫曼编码为原理的图象压缩处理.主要效果为增加图象信息率.减少存储空间-Simple image display after the Huffman code to deal with the principle of image compression. The main effect of increasing the rate of image information. To reduce the storage space
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2313
    • 提供者:电暖器
  1. FDTCandIDTC

    0下载:
  2. IDCT,FDCT,以及霍夫曼编码,可以比较原始块和编码后的输出块间的误差-IDCT, FDCT, as well as the Huffman code, you can compare the original block and the code after the error between the output block
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3296
    • 提供者:uneThe
  1. huffman_coding

    0下载:
  2. Huffman 编解码的C++源程序。国外牛人编写的。-the source code for huffman coding and decoding
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4872
    • 提供者:chaoxin
  1. cpp

    0下载:
  2. 首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件-First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tr
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5338448
    • 提供者:江鹏源
  1. HuffmanTree

    0下载:
  2. HUFFMAN TREE的编码源代码 实测可用 适合初学者使用-HUFFMAN TREE actual source code is available for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:987607
    • 提供者:柴承训
  1. hafmanCompressaaundo

    0下载:
  2. win32下的一个简单的,实现了哈夫曼压缩的程序,有源码,有需要可以参考一下-win32 under a simple, achieving Huffman compression process, source code, there is a need to refer to
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:453021
    • 提供者:武泽伟
  1. CHuffman

    0下载:
  2. A sample for Huffman code.
  3. 所属分类:Printing program

    • 发布日期:2017-05-15
    • 文件大小:3946150
    • 提供者:CrinicFreeva
  1. hafuman

    0下载:
  2. 哈夫曼树的代码,用c++写的,传上来大家参考下-Huffman code, using c++ to write, pass up your reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4220577
    • 提供者:韦豪
  1. yuesefuhuan

    0下载:
  2. 实现以下功能: ⑴I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中; ⑵E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件Codefile中 ; ⑶D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中; ⑷P:打印代码文件(
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:68777
    • 提供者:陈天骄
  1. li7_4

    0下载:
  2. 此代码为图像处理技术中实现对读入图像进行哈夫曼编码的技术-This code is an image processing technology to achieve the read image Huffman coding technology
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1222
    • 提供者:yulong
  1. HuffmanTree

    0下载:
  2. 数据结构实验 赫夫曼树算法的C语言程序代码-Experimental data structure Huffman tree algorithm C language code
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1401
    • 提供者:
  1. arithcode

    0下载:
  2. Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string of characters such as the words "hello there" is represented using a fixed number of bits per character, as in the ASCII code. When a string is conv
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:1425
    • 提供者:bhushan
  1. array

    0下载:
  2. 和Huffman-Tree一样,Shannon-Fano coding也是用一棵二叉树对字符进行编码。但在实际操作中呢,Shannon-Fano却没有大用处,这是由于它与Huffman coding相比,编码效率较低的结果(或者说香农-范诺算法的编码平均码字较大)。-And Huffman-Tree, like, Shannon-Fano coding is using a binary character coding. However, in practice it, Shannon-Fan
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1205
    • 提供者:ray
  1. data_struct

    0下载:
  2. 自己实现的重要的数据结构以及算法(包括dfs,bfs,huffman code,kmp,dij等)。每一个.cpp或.c文件都是一个可直接运行的程序。-Important data structures and algorithms to achieve their own (including dfs, bfs, huffman code, kmp, dij, etc.). Every one. Cpp or. C file is a program can be run directly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:46406
    • 提供者:欧龙崎
« 1 2 ... 44 45 46 47 48 4950 »
搜珍网 www.dssz.com