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

搜索资源列表

  1. huffman

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

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

    0下载:
  2. 哈夫曼树类的实现代码,包括哈夫曼树的功能和哈夫曼树的测试文件-implementation of the functions of Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:946
    • 提供者:孟亚伟
  1. Huffman-coding-version-2

    0下载:
  2. 一个哈夫曼树的编码版本,重要的是注释很多,适合初学者慢慢研究-Huffman coding version 2
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:7505
    • 提供者:王晓峰
  1. huffman

    0下载:
  2. huffman decoding in c-huffman decoding in c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:974
    • 提供者:naresh
  1. huffman-tree

    0下载:
  2. 赫夫曼树的c++程序,适用于本科c++初学者-huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:38227
    • 提供者:丁辰
  1. huffman-0.4

    0下载:
  2. source code for file compression using Huffman coding in java
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:47046
    • 提供者:sakshi
  1. huffman

    0下载:
  2. Huffman编码又称哈夫曼编码,是一种可变长编码方式.码的原理是:将使用次数多的代码转换成长度较短的代码,而使用次数少的可以使用较长的编码,并且保持编码的唯一可解性。Huffman算法的最根本的原则是:累计的(字符的统计数字*字符的编码长度)为最小,也就是权值(字符的统计数字*字符的编码长度)的和最小。-Huffman coding, also known as Huffman coding is a variable length encoding. Code principle is: u
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2657
    • 提供者:clare
  1. Huffman

    0下载:
  2. 哈弗曼编码实现 含有具体注释 文件结构的哈弗曼树 包括编码及译码-Huffman Coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3504
    • 提供者:杨添琴
  1. Huffman

    0下载:
  2. Huffman 实验,C++实现,简单,易懂!其中包括数据结构的知识,有显示意义!-Huffman experiment, C++ implementation, simple, understandable! Including knowledge of data structures, showing the significance!
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3209
    • 提供者:张明
  1. huffman

    0下载:
  2. huffman algorithm image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:12746
    • 提供者:mamifalda
  1. Huffman

    0下载:
  2. 程序说明: 课程项目,本程序采用哈夫曼编码算法,对给定文件的内容进行处理,生成编码文件和解码文件-Program Descr iption: This program uses a Huffman coding algorithm, given the contents of the file, generate the encoded file and decode files
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:19803
    • 提供者:
  1. huffman-code-and-decode

    0下载:
  2. 哈夫曼编解码器 可顺利编码、译码、生成哈夫曼树、计算压缩比-huffman coding and decoding machine
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1567910
    • 提供者:lisijiang
  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

    0下载:
  2. 哈弗曼树 设字符集为26个英文字母,求出每个字母的出现频率-huffman tree Set the character set of 26 letters of the alphabet, find the frequency of occurrence of each letter
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1449
    • 提供者:lethe
  1. Huffman-a-Extended-Huffman-coding

    0下载:
  2. Brief descr iption of Huffman and Extended Huffman Coding
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 用huffman算法对《红楼梦》进行压缩与解压-Compression and decompression using huffman algorithm "A Dream of Red Mansions"
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2551294
    • 提供者:黄丽
  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

    0下载:
  2. 要求用哈弗曼函数实现文本文件的压缩与解压。-Use Huffman compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3700
    • 提供者:linna
  1. Huffman

    0下载:
  2. 赫夫曼树的应用,该程序实现的是对已知的概率的字符进行编码。-The application of the Huffman tree, the program is to encode the character of a known probability.
  3. 所属分类:压缩解压

    • 发布日期:2017-04-17
    • 文件大小:224940
    • 提供者:tom
  1. Huffman

    0下载:
  2. 对于灰度图像进行霍夫曼编码,香农费诺编码,位平面编码,采用VC++编程实现-For grayscale images Huffman code, arithmetic coding, Shannon Fenno encoding, bit-plane coding, and their own definition of a IMG image format, used to generate a picture, preservation, use of VC++ Programming
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:32820
    • 提供者:kimi
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com