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

搜索资源列表

  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file>中内容,建立Huffman编码,将结果存入<out
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1739
    • 提供者:冯灿科
  1. 霍夫曼树编码

    0下载:
  2. 哈夫曼树编码代码-Huffman code tree coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1711
    • 提供者:小小
  1. bcl-1.1.2

    0下载:
  2. 下载的代码,可以实现基本的压缩算法,如RLE行程编码,Huffman变换。-download the code, can achieve a basic compression algorithms, such as RLE itinerary coding, Huffman transform.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:96999
    • 提供者:Sarah
  1. HUFFMANlx

    0下载:
  2. 数据结构中HUFFMAN编码程序设计代码-data structure Speed HUFFMAN coding process design code
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1602
    • 提供者:Herr yan
  1. huajdj

    0下载:
  2. 哈夫曼树中,树的带权路径长度的含义是各个字符的码长与其出现的此时的乘积和, 也就是电文的代码总长,所以采用哈夫曼树构造的编码是一种能使电文代码总长最短的 不等长编码。-Huffman tree. tree with the right path length is the meaning of the various characters code length of time with the product and, is the message code chief Therefo
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2961
    • 提供者:sonfj
  1. yueguang

    0下载:
  2. 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2489430
    • 提供者:罗成芝
  1. JPEGyasuomatlabdaima

    0下载:
  2. jepg压缩的matlab代码,采用哈夫曼编码,dct变换-jepg compression Matlab code, using Huffman coding, transform Extra
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:59311
    • 提供者:zhouyinye
  1. humantree

    0下载:
  2. 这就是所谓的哈夫曼编码的代码,我自己编的,编的不好还多请教,这是个学生级别的代码!嘿嘿!-This is the so-called Huffman coding code, I developed the addendum to the more bad advice, This is a student-level code! laughter!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9970
    • 提供者:kerry
  1. 39709574c-LZW

    0下载:
  2. 压缩解压缩代码,使用的是霍夫曼算法,是很好的一个初学者的试例-decompress compressed code, the use of the Huffman algorithm, is a good beginners trial cases
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3539
    • 提供者:xxx
  1. Huffman_6

    0下载:
  2. 一个多种压缩方法的程序,不过代码比较多。实现了huffman压缩的功能-a variety of compression methods of procedure, but more code. Implementation of the Huffman compression function
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:27242
    • 提供者:陈剑
  1. DSP_MP3_code

    0下载:
  2. 超全的MP3压缩算法,包括Huffman算法,使用DSP实现更好。 PS:今天上传的源代码都是C代码,除了介绍MSP430的汇编书籍 -extra-MP3 compression algorithm, including Huffman algorithm, better use of DSP. PS : Today uploaded the source code is C code, in addition to the compilation books MSP430
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:34155
    • 提供者:张宇
  1. huftree_CODE_SYSTEM

    0下载:
  2. 哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:111303
    • 提供者:wangyuliang
  1. HUFFMANT

    0下载:
  2. 一个哈夫曼树的C代码 一个猜数字游戏C实现 以及一个二叉树C实现 经过BOLAND2.0调试运行成功-a Huffman tree C code a ringing C game and achieve a binary tree after realizing C BOLA Debugging successful running ND2.0
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1687
    • 提供者:hujingpaper
  1. ImageProcessingProficientinVisualC++Programming.ra

    0下载:
  2. 请将您需要的文件或目录拷贝到硬盘中。当\\Source目录下的源文件被拷贝到硬盘上时,源文件的属性可能变为只读的,在编译之前应该将它们的属性改为可读写的。 \\Source目录中的vcip.dsw包含了全书的所有项目,在Visual C++中打开它就能控制全部的代码。 光盘中各目录的内容如下所示: \\Bin 本书所有示例的可执行文件,可直接在光盘中运行 \\Images 用于图像处理测试的图像文件 \\Source\\Sho
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:49999248
    • 提供者:王笑
  1. chswordhfm

    0下载:
  2. 求哈夫曼树的代码,基本不错,本人写的时候很注意 风格 ,应该一看就能看明白-Huffman tree for the code, the basic Yes, I wrote the great attention to style, one should look at Naikanmengbai
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3664
    • 提供者:邹健
  1. Hafman

    0下载:
  2. 一个关于哈夫曼编码解码的代码,在VC下运行无误!-a codec on the Huffman code, the VC operation correct!
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2819
    • 提供者:王文
  1. hafumanshiyanbianma

    1下载:
  2. 数据结构中哈夫曼编码实验,有详细设计代码,供大家学习用,-data structure Huffman coding experiments, the detailed design code for everyone to learn from.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:121445
    • 提供者:ly
  1. huffman_src22

    0下载:
  2. 本代码提供一种非常简单且快速的哈夫曼编码方法。 -this code provide a very simple and rapid method of Huffman coding.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14556
    • 提供者:hk
  1. lzf_com1

    0下载:
  2. lzss + RLE + huffman. 为了保持比较快的速度, 只对Flag进行huffman编码. 可以用于嵌入式代码压缩.压缩率比LZSS要大, 速度和LZSS稍慢, 如果不用huffman, 速度和LZSS差不多.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:20016
    • 提供者:张文杰
  1. ImageCoding

    0下载:
  2. 这是关于图像压缩编码的VC源代码,该代码可实现Huffman编码、Shannon-Fano编码、算术编码以及位平面编码等算法。对作图像压缩编码的同仁是个很好的参考代码。代码来自《数字图像处理典型算法及实现》。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:233696
    • 提供者:李白云
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »
搜珍网 www.dssz.com