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

搜索资源列表

  1. HuffmanCode

    0下载:
  2. 哈夫曼编码的C语言程序,其中采用了两种不同的方法实现编码-Huffman coding in C language program, which uses two different methods to achieve coding
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:643136
    • 提供者:ch
  1. HuffmanCode

    0下载:
  2. 对任意输入的字符串,生成哈夫曼树,并进行哈夫曼编码。-To implement Huffman coding on Java.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-12
    • 文件大小:1040
    • 提供者:John
  1. hefuman

    0下载:
  2. 此程序用C语言用哈夫曼编码法实现了对英文的压缩与解压缩,是C语言编程一个比较经典的例子-this program in C language with Huffman coding method to achieve the right English compression and decompression, the C programming language is a classic example
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1398
    • 提供者:
  1. HuffmanCode

    0下载:
  2. 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。为信息收发站写一个哈夫曼码的编译码系统,要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道 (即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-The use of Huffman coding can greatly improve the information communication channel utilization, reduce th
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:16229
    • 提供者:gas
  1. ImageCompress

    0下载:
  2. 用哈夫曼编码原理,进行二元编码的过程。缩减信源符号数量。以达到数据压缩之效果-Huffman coding theory, carry out the process of binary encoding. Reduce the number of source symbols. In order to achieve the effect of data compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:84549
    • 提供者:刘杰
  1. HuaffmanTree

    0下载:
  2. 数据结构 哈夫曼编/译码器 功能: 1.初始化:输入一串字符(正文),计算不同字符 (包括空格)的数目以及每种字符出现的频率(以该种字符出现的次数作为其出现频率),根据权值建立哈夫曼树,输出每一种字符的哈夫曼编码。 2.编码:利用求出的哈夫曼编码,对该正文(字符串)进行编码,并输出。 3.译码:对于得到的一串编码,利用已求得的哈夫曼编码进行译码,将译出的正文输出。 输出哈夫曼树形态:以树的形式输出哈夫曼树。-Data structure Huffman encoding/d
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:720684
    • 提供者:屈兴
  1. huffuma.matlab

    0下载:
  2. 对灰度图像进行哈夫曼编码matlab的源代码-Huffman coding for gray image matlab source code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:4493
    • 提供者:谢光祥
  1. Huffman

    0下载:
  2. 实现对一幅图像的哈夫曼编码,实现图像的最大的压缩比。-To achieve an image of Huffman coding, to achieve maximum compression ratio of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:46087
    • 提供者:zheng
  1. Haffman

    0下载:
  2. 利用哈夫曼编码技术进行文件的压缩与解压缩-Compression and decompression file using Huffman coding technology
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1972945
    • 提供者:李迪
  1. Huffman-coding-image

    0下载:
  2. 在MATLAB环境下,对图像进行哈夫曼编码。-In the MATLAB environment, the image Huffman.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2673
    • 提供者:龚飞
  1. The-Hoffman-code

    0下载:
  2. 利用Huffman编码方式对一段文字进行编码和解码。哈夫曼编码是可变字长编码(VLC)的一种。-Using the Huffman encoding method for encoding and decoding of a paragraph of text. Huffman code is a variable length coding (VLC) is a kind of.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:282972
    • 提供者:危育冰
  1. huffman

    0下载:
  2. c语言产生huffman编码。哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。-huffman coding using C language.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1012
    • 提供者:WANG
  1. Huffman

    0下载:
  2. 用C++编写的一款哈夫曼编码程序,包含具体的编码与编译功能-During the study of Leaf Classification,I mastered the basic usage of Matlab on Image Processing,Matrix Operations,GUI Design. Now,I need to write a plan for February Work!
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:745185
    • 提供者:严锐
  1. compression-and-decompression

    0下载:
  2. 该软件可得到图像的码表并运用哈夫曼编码对bmp格式的灰度图进行压缩与解压缩。-The software is available to obtain the code table and use Huffman coding to compress and decompress images with BMP format .
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4209393
    • 提供者:lig
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable length coding (VLC) kind. Huffman coding method proposed in 1
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:538451
    • 提供者:rivasherlock
  1. Huffman-KUAIPAI

    0下载:
  2. 数据结构上机代码,快速排序算法,哈夫曼编码算法-Data structure to native code, quick sort algorithm, Huffman coding algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:8594
    • 提供者:
  1. Digital-Image-Processing

    0下载:
  2. 经典数字图像处理算法仿真,包括图像的傅里叶滤波及压缩,图像的DCT高通、低通滤波,图像直方图均衡化,图像平滑与锐化,图像的模糊化,哈夫曼编码等,以及GUI图形化界面。-Classic digital image processing algorithm simulation, including Fourier filtering and image compression, image DCT high-pass, low-pass filtering, image histogram equ
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1182214
    • 提供者:王大壮
  1. huffman

    0下载:
  2. 哈夫曼编码的实现,详细的例子,谢谢合作啊-I really like it.........
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:16411
    • 提供者:Mr.zeng
  1. HAFUMAN

    0下载:
  2. 哈夫曼编码器,完整版,编译无错误.哈弗曼译码输入字符串可以把它编译成二进制代码,输入二进制代码时可以编译成字符串。-data structure exercise
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2741
    • 提供者:wtq
  1. information-theory3

    0下载:
  2. 信息论实验,哈夫曼编码,求熵。自己编写,绝对独一无二!-Information theory experiments, Huffman coding, seeking entropy. I have written, absolutely unique!
  3. 所属分类:matlab

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