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

搜索资源列表

  1. My_HuffmanCode

    0下载:
  2. 哈夫曼编码/译码程序 包含编码和译码程序,无须传权值表,模拟通讯中的二进制传输-Huffman encoding / decoding procedures include coding and decoding process, not right-table values, Analog Communication of binary transmission
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:92172
    • 提供者:blacksun
  1. huffman(c)

    0下载:
  2. huffman树可以通过输入的权值和结点值来唯一确定。然后根据最优二叉树原理来编码。左孩子的路径上记下0,右孩子记下1-Huffman tree can be imported duty and the right node only to determine value. According to the principle of optimal encoding binary tree. Children left on the path down 0 and the right note
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8451
    • 提供者:
  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. xiaoxiaoniao

    0下载:
  2. c++编写的哈夫曼编码和译码源程序,是数据结构课程设计的题目。是本人自己编的。-c prepared by the Huffman encoding and decoding source, the data structure is the subject of curriculum design. Yes, I own series.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13906
    • 提供者:尹鹏伟
  1. codecs13

    0下载:
  2. rle和huffman的集中编码解码-eps, and Huffman encoding and decoding of focus
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:35857
    • 提供者:吕知秋
  1. hufamnCode

    0下载:
  2. 哈夫曼编码译码的程序,详细大家能用的上。程序里面有注释-Huffman encoding decoding procedures, we can use the details on. There are procedures Notes
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17901
    • 提供者:尹明
  1. 23952

    0下载:
  2. My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a compression algorithm HiP '
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:53517
    • 提供者:郭春阳
  1. VCHUNDAN

    1下载:
  2. 第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Coding)-image processing orthogonal transformation (Fourier transform, discrete cosine transform (DCT), Walsh transf
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:2114274
    • 提供者:lichao
  1. compres

    0下载:
  2. 哈夫曼编码 文件压缩 使用java语言对文件进行编码压缩-Huffman encoding files compressed using java language to document coding
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:25549
    • 提供者:usopp
  1. hfmm

    0下载:
  2. 本程序是用哈夫曼树来实现哈夫曼编码译码的。-this procedure is used to achieve the Huffman tree Huffman encoding decoding.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:74450
    • 提供者:鱼鱼
  1. 实习报告6_哈夫曼编码

    1下载:
  2. 哈夫曼编码/译码器 题目:写一个哈夫曼的编码/译码系统。-Huffman encoding / decoding devices topics : write a Huffman coding / decoding system.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:47997
    • 提供者:于俊伟
  1. huffmanbianmayima

    0下载:
  2. 哈夫曼编码译码,wewewew我 -Huffman encoding decoding, I wewewe w
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7480
    • 提供者:112358
  1. huffmanDemo

    0下载:
  2. 哈夫曼编码解码演示程序,生动有趣,适合教学演示以及深刻理解哈夫曼编码解码算法。包含哈夫曼编码解码算法以及高级界面技术-Huffman encoding and decoding demonstration program, lively and interesting, for teaching demonstrations and deep understanding of Huffman encoding and decoding algorithm. Included Huffman en
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:110275
    • 提供者:郭瑞杰
  1. huffman

    0下载:
  2. 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端上。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1954
    • 提供者:权飞龙
  1. HUFFMAN

    0下载:
  2. 题 目: 哈夫曼编码的程序设计 初始条件: 输入一段英文字符,试为该文中的每个字符编制相应的哈夫曼码。 (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 (3)D:译码(Decoding)。利用已建好的每个编码,对输入的一个由0、1组成的序列进行译码; (4)P:印代码文件(Print)。将每个字符编的哈夫曼码和译码结果显示在终端
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:120779
    • 提供者:陈宗浩
  1. yasuo

    0下载:
  2. 霍夫曼的文件编码源代码-Huffman encoding the source document
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6799
    • 提供者:彭筱云
  1. 原代码2

    0下载:
  2. 霍夫曼编码译码程序-Huffman encoding decoding procedures
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1418
    • 提供者:郭巨海
  1. Class1

    0下载:
  2. 用贪婪算法中的哈夫曼编码为文件进行压缩,得到一个比较好的压缩程序.-greedy algorithm with the Huffman encoding of the document for compression, to be a relatively good compression process.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1599
    • 提供者:郭宏慧
  1. Hfmtree编译码器

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。-use Huffman coding communication can greatly enhance communication channel utilization, reduced transm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2081
    • 提供者:cuckoo
  1. htest

    0下载:
  2. 实现哈夫曼编解码的vc源代码,在win200下通过调试。-achieve Huffman encoding and decoding vc source code, adopted in win200 debugging.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:38000
    • 提供者:赵子健
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 42 »
搜珍网 www.dssz.com