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

搜索资源列表

  1. huffman

    0下载:
  2. 实现从任意在文本文件中输入字符的个数及种类的霍夫曼编码方法-From any of the characters in the text file, enter the number and types of Huffman coding method
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:190079
    • 提供者:hy
  1. huffman

    0下载:
  2. 二进制霍夫曼编码的matlab实现,并计算出编码的平均码长,编码效率与信息熵。-Binary Huffman coding matlab to achieve, and calculate the average code length encoding, coding efficiency and information entropy.
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:1261
    • 提供者:喻世超
  1. Huffman-coding

    0下载:
  2. 数据结构中的霍夫曼编码的源代码。对掌握c语言的数据结构有很好的帮助-Huffman coding in the data structure in the source code. Good master c language data structure
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:1624311
    • 提供者:刘洋
  1. Huffman-code

    0下载:
  2. 数据结构中经典算法霍夫曼编码的实现,打印形式采用凹式打印-realization of Huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:5742
    • 提供者:kelsi
  1. HuffmanTree

    0下载:
  2. 数据结构经典算法——霍夫曼树的实现方法。以凹式形式输出。-Huffman Tree coding
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:5299
    • 提供者:kelsi
  1. hufman

    0下载:
  2. 程序实现如下功能:输入一段长度不超过100的字符串,将其进行霍夫曼编码并输出。将编好的霍夫曼码再次输入,输出解码后的字符串。-The program to achieve the following functions: enter a period does not exceed the length of the string of 100, Huffman encoded and output. The programmed the Huffman code again input, ou
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:4598
    • 提供者:魏振果
  1. huofuman

    0下载:
  2. 霍夫曼编码,源代码,word文档,下载自百度-Huffman coding, source code, word documents downloaded from Baidu
  3. 所属分类:File Formats

    • 发布日期:2017-12-08
    • 文件大小:18109
    • 提供者:程婧
  1. huffman

    0下载:
  2. 使用matlab编写的信息论中的霍夫曼编码的程序,无信源数的限制-Huffman coding procedures using matlab language, no source number limit
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:672
    • 提供者:宋辉
  1. huffman

    0下载:
  2. 霍夫曼树的实现//Demo C program for Huffman Coding //It shows how to realize Huffman coding
  3. 所属分类:数值算法/人工智能

  1. hulfman-matlab

    0下载:
  2. 霍夫曼编码的matlab实现,通信类相关的,可以做个参考-Communication and Information Engineering Huffman encoding using matlab (0,1 encoding), the program is quite useless, you can take a look at
  3. 所属分类:Communication

    • 发布日期:2017-11-13
    • 文件大小:839
    • 提供者:lanpengpeng
  1. yasuo

    0下载:
  2. 利用霍夫曼树实现的压缩txt文件的程序,将压缩结果存到txt文件中-Using Huffman tree txt file compression program, the compressed result is stored in the txt file
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:519917
    • 提供者:nill
  1. Huffman-coding-and-decoding

    1下载:
  2. 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
  3. 所属分类:Communication

    • 发布日期:2017-11-02
    • 文件大小:16788
    • 提供者:Gary
  1. huffman

    0下载:
  2. 一段描写霍夫曼树的代码,是一段详细的源代码,应用于密码-Some descr iption of the code of the Huffman tree, is a detailed source code. Applies to password
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:5056
    • 提供者:king
  1. image-compression-and-coding

    0下载:
  2. 在visual studio2005开发环境下,对图像进行霍夫曼编码、香农—费诺编码、算术编码和位平面编码。-In visual studio2005 development environment, compress images by Huffman coding, Shannon- Fenno coding, arithmetic coding and bit-plane coding.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:209568
    • 提供者:duducha
  1. huffmanteahcer

    0下载:
  2. 在matlab平台上霍夫曼编码的简单实现-Simple implementation of Huffman coding on matlab platform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:754
    • 提供者:季平
  1. book_Huffman

    0下载:
  2. 霍夫曼编码,matlab实现,处理图像为lean图像。-Huffman coding, matlab achieve processing image for lean image.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-02
    • 文件大小:651
    • 提供者:吕飞国
  1. HuffmanCode

    0下载:
  2. 这是一个用冒泡法编写的一个C程序,经过调试时可以用的,在霍夫曼编码里会用到,后面我会继续更新,可以下下来直接用的-This is a bubble method to write a C program, can be used after commissioning, will be used in the Huffman coding, behind I will continue to update the can down under the direct use of
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:581
    • 提供者:wangshanshan
  1. probability-model

    0下载:
  2. 这是一个用C编写的求概率型霍夫曼编码的源程序,我在VC软件里调试过的,可以下载下来直接用的,-This is the source code written in C requirements probabilistic Huffman coding, I debugged VC software can be downloaded directly use
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:1159
    • 提供者:wangshanshan
  1. mygui

    0下载:
  2. 数字图像处理中灰度变换,傅里叶变换,霍夫曼压缩,拉氏变换等等对一幅图像进行变换,用GUI界面显示,其中用到的霍夫曼代码是自己编的,下一个传上-Gray-scale transformation of digital image processing, Fourier transform, Huffman compression, Laplace transform, and so transform an image using the GUI interface display, which
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:3204
    • 提供者:高向珍
  1. HUFFMAN

    0下载:
  2. 霍夫曼编码,霍夫曼编码就是通过构造霍夫曼树来生成前缀码的过程-Huffman coding, Huffman coding is by constructing a Huffman tree to generate the prefix code
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:139370
    • 提供者:
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 39 »
搜珍网 www.dssz.com