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

搜索资源列表

  1. Huffmanencode

    0下载:
  2. 高效的huffman编解码,效率不错的哦-efficient Huffman encoding and decoding, oh, good efficiency
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:70578
    • 提供者:李震
  1. 哈夫曼编译器

    0下载:
  2. 详细的哈夫曼编码、解码源程序,带有注释,分模块化-detailed Huffman encoding, decoding source, with Notes, modular -
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4447
    • 提供者:郝来雨
  1. Huffman.c2

    0下载:
  2. 1.在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的通道),每端都需要一个完整的编/译 码系统。 2.本程序的目的是大大提高通信的信道利用率,缩短信息传输时间,降低传输成本。 -1. In the transmitter through a coding system for pre-treatment data-coding the receiving end of data from the decodin
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:2385
    • 提供者:犯得上
  1. huffman_cdoe

    0下载:
  2. 多个Huffman编码、解码器的程序,对数据结构的学习者很有用。-over Huffman encoding, decoding device procedures, data structures useful to learners.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:75450
    • 提供者:龚文引
  1. dataS2

    0下载:
  2. 数据结构综合实验,有各种排序算法和计算排序时间,最短路径算法,huffman编码解码.用图形界面实现.在jbuilder2006下运行通过.-comprehensive experimental data structure, various sorting algorithm and sorting time, the shortest path algorithm, Huffman encoding and decoding. Using a graphical interface to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:220044
    • 提供者:陈为
  1. 实验5

    0下载:
  2. 哈夫曼编码/译码 背景介绍:   利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:77958
    • 提供者:陈又鄂
  1. 数据结构好冬冬

    1下载:
  2. 哈夫曼编码译码,克鲁斯卡尔算法,魔王语言的解释,一元稀疏多项式相乘,C-Huffman encoding decoding, Kelushikaer algorithm, fiendish language interpretation, one yuan sparse polynomial multiplication, C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46904
    • 提供者:qjsky
  1. haffumanshu

    0下载:
  2. 程序利用哈夫曼树进行哈夫曼的编码和译码,请大家指点。-procedures for the use of Huffman tree Huffman encoding and decoding, please guidance.
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:7120
    • 提供者:孟刚
  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. 5、Huffman编码

    0下载:
  2. 哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。(Huffman encoding (Huffman Coding), also known as Hoffman encoding, is a coding method, and Huffman en
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:228352
    • 提供者:飞洒吧year
  1. Huffman_GUI

    0下载:
  2. MATLAB霍夫曼Huffman编码译码GUI界面设计 源程序代码(MATLAB Hoffman Huffman encoding and decoding GUI interface design source code)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:13312
    • 提供者:sunsy
  1. huffman

    0下载:
  2. 实现哈夫曼编码,要求对一个.txt文件(为测试方便,不允许有中文和全角字符出现)进行编码,生成一个只有0和1字符的编码文件。(The realization of Huffman encoding, requirements for a.Txt file (for convenient test, does not allow Chinese and full width characters) encoding, generating a only 0 and 1 character enco
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:39936
    • 提供者:月见水苏
  1. test2

    0下载:
  2. 利用堆栈的形式对Huffman编码算法进行编程,编码过程还是比较高效的(Huffman encoding algorithm using the form of the stack programming, the encoding process is more efficient)
  3. 所属分类:数据结构

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:亦散亦聚
  1. Huff

    0下载:
  2. 创建Huffman树以及进行Huffman编码打印Huffman树(Create a Huffman tree and print a Huffman tree with Huffman encoding)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-09
    • 文件大小:433152
    • 提供者:calmdownfor
  1. huffman编码

    0下载:
  2. input The number of weights n (n>1) is first entered. Then the N weights are entered in turn (the weight is a positive integer greater than 0). output Corresponding to the input n weight value, the corresponding encoding is output in turn.
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:天天团
  1. huffman

    0下载:
  2. Matlab program for Huffman encoding and decoding
  3. 所属分类:语音合成与识别

    • 发布日期:2018-01-11
    • 文件大小:5120
    • 提供者:Hebah
  1. Huffman

    0下载:
  2. Huffman coding is a lossless data compression algorithm. Huffman coding uses variable length code to represent a symbol of the source (eg a character in a file). The code is determined from an estimate of the probabilities of appearance of the source
  3. 所属分类:压缩解压

    • 发布日期:2018-04-30
    • 文件大小:55296
    • 提供者:manelb
  1. Huffman

    0下载:
  2. Huffman coding is a lossless data compression algorithm. Huffman coding uses variable length code to represent a symbol of the source (eg a character in a file). The code is determined from an estimate of the probabilities of appearance of the source
  3. 所属分类:压缩解压

    • 发布日期:2018-05-01
    • 文件大小:15360
    • 提供者:malikab
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 40 »
搜珍网 www.dssz.com