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

搜索资源列表

  1. huffman

    0下载:
  2. 课程设计上自己写的一个huffman 编码-huffman encoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1268
    • 提供者:舒晓楠
  1. huffman

    0下载:
  2. huffman encoding in matlab
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:705
    • 提供者:mohamad
  1. Huffman

    0下载:
  2. 用java图形界面实现的哈弗曼的编码与解码 原代码 各类之间的关系 非常详细-Using java graphical interface to achieve the Huffman encoding and decoding of the original code the relationship between various types of very detailed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:22980
    • 提供者:高会
  1. huffman-code

    0下载:
  2. The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using MATLAB s built in treeplot commands. Contruction of the tree as well as the huffman code book will be described in
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25875
    • 提供者:fefe
  1. huffman-coding-and-decoding

    0下载:
  2. huffman encoding for image compression
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9545
    • 提供者:shalini
  1. Huffman

    1下载:
  2. 数据结构的一个哈夫曼树程序,建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-The data structure of a Huffman tree program, create a text file, the statistical character frequency in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3574
    • 提供者:王龙飞
  1. Huffman

    0下载:
  2. 关于哈夫曼树的一个例子,包扩哈夫曼树和哈夫曼编码的存储表示,哈夫曼树的构造,以及哈夫曼树的编码-An example of the Huffman tree, including expansion of the storage representation of the Huffman tree and Huffman encoding Huffman tree structure, as well as the encoding of the Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1488
    • 提供者:jack
  1. huffman

    0下载:
  2. 用C++实现huffman编码,包括源码、可执行程序和实验报告-C++ huffman encoding, including source code, executable programs, and lab reports
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1039744
    • 提供者:林阳
  1. huffman

    0下载:
  2. 实现了huffman算法的基本过程,生成了相应的huffman编码,给出了平均最短编码长度。-Huffman algorithm process to generate the huffman encoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:46146
    • 提供者:li
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、 初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、 建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、 编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、 译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、 打印(Print):以直观
  3. 所属分类:Data structs

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

    0下载:
  2. Huffman Encoding Huffman s scheme uses a table of frequency of occurrence for each symbol (or character) in the input. This file encodes the smallest number of bits (hence the minimum size of file) we can use to store an arbitrary piece of text
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2981
    • 提供者:poorfatemi
  1. huffman

    0下载:
  2. huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 -Huffman encoding generated Function Descr iption: [W, L, q] = huffman (P) P for the Huffman encoding function for the prob
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:1231
    • 提供者:龙哥
  1. Huffman

    0下载:
  2. huffman编码,用于压缩文件,解压文件,利用哈夫曼树-huffman encoding used to compress the file, unzip the file using the Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1495796
    • 提供者:qian
  1. Huffman

    0下载:
  2. 用基于有堆排序的优先队列构建Huffman树,进行Huffman编码,实现文件压缩、解压缩。-Used to build the Huffman tree based on the priority queue have heapsort, Huffman encoding, file compression, decompression.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:2493
    • 提供者:王大可
  1. Huffman

    0下载:
  2. Huffman编码、解码,主要适用于学生的课堂练习作业,内有注释,便于理解-Huffman encoding, decoding, mainly applicable to the student' s classroom practice assignment, with Notes, easy to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:4204
    • 提供者:camel
  1. Huffman

    0下载:
  2. Huffman编码的主导思想是根据数据符号发生的概率进行编码。在源数据中出现概率越高的符号,相应的码长越短;出现概率越小的符号,其码长越长,从而达到用尽可能少的码符号表示源数据。Huffman编码方法是接近压缩比上限的一种最佳的编码方法。-The dominant idea of the Huffman coding is based on the probability of occurrence of data symbols for encoding.The higher the prob
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:2369
    • 提供者:张怡然
  1. Huffman

    0下载:
  2.   准备一个文本文件,统计该文件中各文字的出现频率,并对各文字构造哈夫曼编码,再将该文件翻译成哈夫曼编码文件,最后将哈夫曼编码文件翻译成原文件。-Prepare a text file, statistics of the file in the words of the frequency, and the text structure Huffman coding, then the documents translated into Huffman coding file and will
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:207687
    • 提供者:何乐为
  1. huffman

    0下载:
  2. 哈夫曼编码,程序可以进行修改,对于个人要求可以实现。-Huffman encoding realization
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2210
    • 提供者:tan
  1. huffman

    0下载:
  2. huffman编码C语言实现,项目开发中经常用到的算法。-The the huffman encoding C language, algorithms are often used in the development of the project.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:12566
    • 提供者:tang
  1. huffman

    0下载:
  2. 分别为16位,32位哈夫曼编码与解码实现 ,数字图像处理课程设计-16 32 Huffman encoding and decoding implementations, digital image processing course design
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:232661
    • 提供者:朱朴宁
« 1 2 3 4 5 6 78 9 10 11 12 ... 40 »
搜珍网 www.dssz.com