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

搜索资源列表

  1. Untitled

    0下载:
  2. 用Matlab语言编程实现霍夫曼(Huffman)编码。-Using Matlab programming language Hoffman (Huffman) encoding.
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:1151
    • 提供者:张四博
  1. huf_mtx

    0下载:
  2. 用于量化后量化矩阵的霍夫曼编码函数,输入参数为量化矩阵,输出为相应编码及编码码长-Huffman encoding function for the quantization matrix, the input parameters for the quantization matrix, and outputs the encoded code corresponding length coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1427
    • 提供者:孙修
  1. Huffer

    0下载:
  2. 此程序说明的是哈弗曼编码的基本实现操作!包括对程序的解析,分析了如何编码的问题!-This procedure describes the basic realization of Huffman encoding operation! Including program analysis, analysis of the problem of how to code!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:989
    • 提供者:demon
  1. Haffman-encoding

    1下载:
  2. verilog implementation of huffman encoder with testbench
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:26104
    • 提供者:Setareh
  1. HuaffmanTree

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

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

    0下载:
  2. 实现了经典的香农编码与哈弗曼编码的编解码-Realized the classic Shannon and Huffman coding and encoding codecs process.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1848
    • 提供者:万倩芸
  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-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. huffmancode

    0下载:
  2. huffman编码与解码,基于C实现,读取输入,构造huffman树进行huffman编码,用于文件压缩。-huffman encoding and decoding, based on the C implementation, read input, construct huffman tree huffman encoding for file compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:15157
    • 提供者:MengruZhang
  1. huffman_encode.tar

    0下载:
  2. Huffman encoding and decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2882
    • 提供者:Tai
  1. Huffman

    0下载:
  2. Huffman编码的编码与解码实现,使用C++实现,利用链表建立赫夫曼树-Huffman coding to achieve encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:2595920
    • 提供者:tom
  1. Huffman-coding-and-Compression--algorithm

    0下载:
  2. Huffman coding and Compression algorithm c++ code In computer science and information theory, a Huffman code is an optimal prefix code found using the algorithm developed by David A. Huffman while he was a Ph.D. student at MIT, and published in
  3. 所属分类:Education soft system

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:stoulod
  1. HuffmanTree2

    0下载:
  2. 在visual c++的环境中,通过二叉树实现对字符串进行HUFFMAN编码和译码的功能-In the visual c++ environment, by Binary Tree strings HUFFMAN encoding and decoding functions
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1809368
    • 提供者:李噹噹
  1. Huffman-Tree

    0下载:
  2. 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu
  3. 所属分类:Console

    • 发布日期:2017-05-12
    • 文件大小:2870008
    • 提供者:yyy
  1. HDL_Syn_V3.1

    0下载:
  2. 哈夫曼编码 包括synthesis优化。 Huffman encoding verilog code including synthesis optimization.-Huffman coding involves synthesis optimization. Huffman encoding verilog code including synthesis optimization.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-26
    • 文件大小:54477
    • 提供者:
  1. yasuobi

    0下载:
  2. 本代码为了检测哈弗曼编码后的图像压缩比,并且给出了哈夫曼的编码与解码-The code in order to detect Huffman encoded image compression ratio, and gives Huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2335
    • 提供者:尧新峰
  1. ztrees

    0下载:
  2. *讨论   * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越   *共源的值由短比特序列表示。   *   *每个代码树存储在ZIP文件以压缩形式   *这是本身的长度的霍夫曼编码   *所有的代码串(按升序排列按来源值)。   *实际代码串从长度重构   *解压缩过程中,如在“应用指南”中描述   *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:11082
    • 提供者:ShichaoLiang
  1. jcphuff

    0下载:
  2. Expanded entropy encoder object for progressive Huffman encoding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6573
    • 提供者:taznpi
  1. Haffman

    0下载:
  2. 自己写的哈夫曼编译码系统,使用mfc,基于对话框。-Huffman encoding and decoding system, mfc production
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-11
    • 文件大小:2083758
    • 提供者:王鑫
  1. huff

    0下载:
  2. 霍夫曼编码,对文件进行压缩和解压缩,应用二叉树的知识。-Huffman encoding, file compression and decompression application binary tree of knowledge.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:450062
    • 提供者:王围
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 42 »
搜珍网 www.dssz.com