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

搜索资源列表

  1. Huffmancode

    0下载:
  2. 用MATLAB实现了huffman编码,对woman图像进行图像滨吗,并显示编码效果-In MATLAB a huffman encoding, the image of woman image coast do, and shows the coding results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1804
    • 提供者:ppprings
  1. CPP

    0下载:
  2. 在c++环境中实现了huffman编码 并对编码效率进行了计算-In c++ environment to achieve a huffman encoding and coding efficiency was calculated
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:107404
    • 提供者:王鹏
  1. HuffmanExp

    0下载:
  2. huffman编码程序,可以分析出一张jpeg的huffman编码表,对于jpeg解码有很大帮助-huffman encoding program that can analyze a jpeg of the huffman encoding table, a great help for the jpeg decoder
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-24
    • 文件大小:112609
    • 提供者:王钢
  1. Huffman

    0下载:
  2. 哈弗曼编码 包括编码与解码-HuffMan coding, including encoding and decoding
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1098201
    • 提供者:程序
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:2214
    • 提供者:chenyuhao
  1. MMS

    0下载:
  2. 给出输入文件content.txt,里面包含一段文字,编程实现哈弗曼编码方法,将输入文件编码后的结果输出到encode.txt;读入上面编码后的结果encode.txt,编程实现解码过程(需要编码时的哈夫曼树,存在tree.txt中),解码后的结果输出到decode.txt。 -Given input file content.txt, which contains some text, programming Hafu Man coding method, the input files
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:52320
    • 提供者:zeng jiabei
  1. Text3

    0下载:
  2. 要求:设计要求对输入的一串电文字符实现哈夫曼编码,再对哈夫曼编码生成的代码进行译码,输出电文字符. 内容:1 哈夫曼树的建立    2 哈服满编码的生成    3 编码文件的译码-Requirements: design requirements for the realization of the input character string message Huffman encoding, and then generate the code for Huffman de
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1340
    • 提供者:朱丽娟
  1. 2

    0下载:
  2. 设计一个哈夫曼编码、译码系统。对一个ASCII编码的文本文件中的字符进行哈夫曼编码,生成编码文件;反过来,可将编码文件译码还原为一个文本文件。 (1) 从文件中读入任意一篇英文短文(文件为ASCII编码,扩展名为txt); (2) 统计并输出不同字符在文章中出现的频率(空格、换行、标点等也按字符处理); (3) 根据字符频率构造哈夫曼树,并给出每个字符的哈夫曼编码; (4) 图形化输出哈夫曼树、哈夫曼编码; (5) 将文本文件利用哈夫曼树进行编码,存储成压缩文件(编码文件后缀
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2844298
    • 提供者:eric
  1. huffman3

    0下载:
  2. huffman编码和译码,利用以建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中-huffman encoding and decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:34261
    • 提供者:韦小宝
  1. Huffman

    0下载:
  2. 信息论与编码这门课程中哈夫曼编码理论对于通信工程的学生来说很重要,此程序代码可以验证编码方法的正确性。-Huffman coding theory information theory and coding of this course is very important for the students of communications engineering, this code can verify the correctness of the encoding method.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:7609
    • 提供者:王超
  1. Huffmann-Encoding

    0下载:
  2. Huffman Coding By Kratos
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1130
    • 提供者:Kratos
  1. Huffman_matlab_with-note

    0下载:
  2. 哈夫曼编码的matlab实现,带注释。附带哈夫曼编码原理简介和流程图 哦-Matlab implementation of the Huffman encoding with the comment. Comes with Huffman coding theory, Introduction and Roadmap
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:285314
    • 提供者:
  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. norm2huff

    0下载:
  2. 有关无损压缩huffman 编码 无注释 在matlab环境下 -huffman encoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:863
    • 提供者:张宁
  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. huffman_encodeDecod_matlab

    0下载:
  2. Huffman编码解码 matlab程序-huffman encoding and decoding program written by matlab
  3. 所属分类:matlab

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

    0下载:
  2. huffman code is a way to compress the code . this kind of encoding is optimal to use smaller code for some with the most reputation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1731
    • 提供者:mahshid
  1. Huffman_and_Data_Compression

    0下载:
  2. 用霍夫曼编码的方式实现对一个文本文件的编码和解码。本程序产生的编码后的文件应该尽可能的小,解码后的文件应该和原来的文件是一样的。本算法的实现应该是高效的。 一些可能用到的数据结构和方法在下面列出。如果你发现另外一种更好的数据结或者方法,这很好,你并不需要用到任何特定的数据结构。 -Huffman encoding of the way to encode and decode a text file. This procedure produced encoded files shoul
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2682
    • 提供者:frankie
  1. huffman-code

    0下载:
  2. 该小程序为哈弗曼编码系统,带有一个小界面,主要执行的功能是对输入的数据进行编码,译码,构造并打印哈夫曼树。并且将输入的数据进行保存。-The applet is Felicity Huffman coding system, with a small interface, main function is performed on the input data encoding, decoding, construct and print a Huffman tree. Data entered
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1344
    • 提供者:樊璐
  1. huff

    0下载:
  2. 哈夫曼编译码系统,有简单的编码、译码、打印哈夫曼树等功能。-Huffman encoding and decoding systems, encoding, decoding, and printing features such as the Huffman tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:225262
    • 提供者:
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 42 »
搜珍网 www.dssz.com