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

搜索资源列表

  1. huffumancoding.rar

    0下载:
  2. 哈夫曼编码,有关编码与解码的哈夫曼实验程序,在xilinx机子上跑过,能用,Huffman coding, the encoding and decoding of Huffman experimental procedure, the machine ran Xilinx, can be
  3. 所属分类:VHDL编程

    • 发布日期:2017-04-08
    • 文件大小:349331
    • 提供者:杨梅
  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. Huffmancoding.rar

    0下载:
  2. 对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 ,Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree huffman
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:956
    • 提供者:黄庆芝
  1. huofuman

    0下载:
  2. 霍夫曼编码与解码,功能:输入任意符号和权值,构建霍夫曼树,输出霍夫曼编码,计算平均码长,输入任意编码进行解码,错误提示。-Huffman encoding and decoding functions: Enter any symbols and weights to build Huffman tree, the output Huffman code to calculate the average code length, input Into any codec decoding e
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1546
    • 提供者:金继仁
  1. a.rar

    0下载:
  2. 哈夫曼编码译码系統,利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。本次设计就是为这样的信息收发站写的一个哈夫曼的编/译码器。,Huffman decoding systems, the use of Huffman encoding of information and communicati
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1860
    • 提供者:吕璐
  1. jpeg

    0下载:
  2. 通过dct变换,以及使用了熵编码的huffman编码形式,对lena图像进行压缩。改变压缩率来看压缩结果-By dct transform, and the use of entropy coding huffman encoding on the lena image compression. Change the compression ratio compression results view
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:5601
    • 提供者:sunxiaowen
  1. xinxilunshiyuanbaogao

    0下载:
  2. 信息论的课程实验报告实验一 信道容量的迭代算法程序设计………………….4 实验二 唯一可译码判决准则…………………………… 9 实验三 Huffman 编码方案程序设计…………………15 实验四 LZW编码方案程序设计…………………… 20 实验五 Shanoon编码方案程序设计………………… 23 实验六 循环码的软件编、译码实验…………………….27 实验七 BCH码最大似然译码器设计………………… 31 -Information theory course ex
  3. 所属分类:software engineering

    • 发布日期:2016-01-25
    • 文件大小:153600
    • 提供者:chenjjn
  1. huffman

    0下载:
  2. 数据结构练习。实现哈夫曼树建立、编码、解码。-Data structure practice. Huffman tree is created, encoding, decoding.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:197912
    • 提供者:dragonkid
  1. Huffman

    0下载:
  2. 用c语言实现哈夫曼树的编码与解码 编译器为c-fr-Encoding and decoding of the Huffman tree using c language Compiler for c-free
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:17196
    • 提供者:倪佳华
  1. Huffman

    0下载:
  2. 使用huffman进行图像的编解码, 使用简单易懂-encoding/decoding the image using huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:179068
    • 提供者:王俊
  1. Huff

    0下载:
  2. 利用哈夫曼编码构造的完整的编/译码系统,包括初始化、编码、译码、显示等,并将其输出在文件中。-The use of Huffman encoding the complete structure of the encoder/decoder system, including the initialization, encoding, decoding, display and output in the document.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:12139
    • 提供者:LCC
  1. 3

    0下载:
  2. 实现huffman编码和译码一条龙算法。可以自己输入编码长度与内容,输入权值,实现huffman编码,输出编码结果,接着译码,输出译码结果。程序刚试过,完全没有问题。-Huffman coding and decoding achieve the one-stop algorithm. Can enter the code length and content, enter the right value, the realization of huffman encoding, output
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:134795
    • 提供者:潘洲旭
  1. sourcecode

    0下载:
  2. 以上一共五个在VC环境下编写的程序,分别为串的基本操作,哈夫曼编译码系统,简单词法分析器,进程转换模拟控制,最短路径搜索算法。为节省上传时间,只有源代码,工程文件都删除了,但是上述源码都在本机上编译通过,并且能够正确运行。谢谢!-More than a total of five in the VC environment prepared by the procedure, namely the basic string operations, Huffman encoding and dec
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:47861
    • 提供者:zgz
  1. huffman_file_compress

    0下载:
  2. 使用霍夫曼huffman 編碼方式 對文件進行壓縮 程序很簡單 主要是幫助新人了解霍夫曼編碼的實現方法-The use of Huffman huffman encoding file compression program is very simple principal is to help newcomers understand the Hoffman encoding method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:87139
    • 提供者:sangecoa
  1. hafuman

    2下载:
  2. 标准的哈夫曼编译器实验报告 从编码到译码都实际验证过,正确无误 实验报告内容详尽准确 值得学习的实验报告模板-Standard experimental report compiler Huffman encoding to decoding are from actual verified, the experimental contents of the report is correct and accurate in detail to learn the experimen
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:63623
    • 提供者:彭飞
  1. huffman

    0下载:
  2. 一个完整的哈夫曼c代码,包括huffman树的构造,编码,解码。-Huffman c a complete code, including the huffman tree structure, encoding, decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:3814
    • 提供者:张高
  1. 20061140130

    0下载:
  2. huffman编码规则演示,运行后随便输入几个数据代表概率,既可获得编码-huffman encoding rules demo, running casually enter a few data represent the probability of access code can
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-02
    • 文件大小:5566
    • 提供者:
  1. huffman

    0下载:
  2. 利用哈夫曼编码的原理对字符进行处理,最后输出的是对输入的字符的0和1的编码-The principle use of Huffman coding of characters to deal with the final output is the input of 0 and 1 character encoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1316
    • 提供者:jack94
  1. huffuman

    0下载:
  2. 哈夫曼编码、译码 -Huffman encoding, decoding
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1863
    • 提供者:张雍
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 42 »
搜珍网 www.dssz.com