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

搜索资源列表

  1. Huffman

    0下载:
  2. huffman霍夫曼的编码还有解码 ,很好的编码,是可以运行出来-huffman decoding Huffman encoding as well, good coding, can run out
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:451556
    • 提供者:张与
  1. Huffman

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,C语言实现,自己编的,注释详细,可读性好.这个是基于对话框的.压缩包包括源程序文件,再vc中运希望对大家理解哈弗曼编码有所帮助-This is a Hoffman codec source code, C language, compiled their own, notes in detail, the readability is good. This is based on the dialog box. Compression bag includes a
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:12430
    • 提供者:焦焰斌
  1. Huff_Coding

    0下载:
  2. 实现了数据结构的的霍夫曼编码和解码,效果不错啊,可以运行-Huffman Coding_Decoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1675
    • 提供者:张龙
  1. JPEG

    0下载:
  2. 本程序实现简单JPEG压缩编码和解码功能。将一副64*64的灰度图进行JPEG压缩编码,编码过程包含DCT转换,量化,ZigZag扫描和游程编码。不包含DC分量的DPCM编码和最后的霍夫曼编码,但是基本实现了JPEG编码,具有较好的压缩率。-This procedure is simple JPEG compression encoding and decoding functions. This is a 64* 64 grayscale JPEG compression encoding p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:888836
    • 提供者:hechao
  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. toolbox_DIPUM

    0下载:
  2. 数字图像处理matlab版第二版源码。 包括计算两个距阵间的误差,解码霍夫曼矩阵,使用JPEG近似压缩一个图像,可视化正向几何变换等许多功能-Digital image processing matlab version of source code. Including the calculation of the error between the two matrix, decoding the Hoffman matrix, use the JPEG approximation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:151372
    • 提供者:乔尔
  1. huffman-code

    0下载:
  2. 霍夫曼编解码程序,仿真了huffman编码和解码-huffman encode decode
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:16891
    • 提供者:张静文
  1. Huffman

    0下载:
  2. 对一段文本中的字符串进行霍夫曼编码和解码,并显示各个字符对应的编码结果,并对编码后的内容进行解码并显示。-Huffman coding and decoding section of the text string and displays the coding results corresponding to each character, and encoded, decoded and displayed.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:709
    • 提供者:zhongpeng
  1. jiao-zuo-ye

    0下载:
  2. 霍夫曼编码,实现所有的功能,不包含输出,能解码-Huffman coding to achieve all of the features, does not contain the output, able to decode
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1666
    • 提供者:sww12
  1. y_huff

    0下载:
  2. 对于视频编解码感兴趣的初学者非常有帮助,深入学习霍夫曼编码中的细节!-For beginners interested in video codec is very helpful, in-depth study the details of the JPEG encoder
  3. 所属分类:mpeg mp3

    • 发布日期:2017-03-29
    • 文件大小:10456
    • 提供者:wl
  1. h13102555364u

    0下载:
  2. huffman 编码C++版,,霍夫曼编码是音视频编解码的基础 -the the huffman coding C++ Edition, Huffman coding is the basis of video and audio codecs
  3. 所属分类:Windows Develop

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

    0下载:
  2. 霍夫曼编码解码,一个很经典的算法,学C语言基本都会学的算法-Hoffman codec, a classical algorithm to learn the C language will learn the algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1415677
    • 提供者:孙骁永
  1. hufman

    0下载:
  2. 程序实现如下功能:输入一段长度不超过100的字符串,将其进行霍夫曼编码并输出。将编好的霍夫曼码再次输入,输出解码后的字符串。-The program to achieve the following functions: enter a period does not exceed the length of the string of 100, Huffman encoded and output. The programmed the Huffman code again input, ou
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:4598
    • 提供者:魏振果
  1. Huffman-coding-and-decoding

    1下载:
  2. 基于MATLAB的霍夫曼编码及解码源代码,可用于通信系统的MATLAB仿真-MATLAB simulation based on MATLAB Huffman coding and decoding source code can be used for the communication system
  3. 所属分类:Communication

    • 发布日期:2017-11-02
    • 文件大小:16788
    • 提供者:Gary
  1. Huffmann

    0下载:
  2. 霍夫曼编码的程序 用于算法与数据结构 可以对已知文字编码 并包含解码程序-program of encoding the huffmann tree. using this program, you can encipher any list of words as well as deciphering it
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:6072
    • 提供者:弯弯豆
  1. HuffmanDecode.zip

    0下载:
  2. 霍夫曼编码和解码文件,霍夫曼编码重要作用就是用最少的编码长度表示相同的内容,Huffman coding and decoding files, Huffman encoding important role is to denote the same content with a minimum of coding length
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1628
    • 提供者:suline
  1. huffman

    1下载:
  2. 霍夫曼编解码matlab程序,包含熵的计算。-Hoffman codec Matlab procedures, including the calculation of entropy.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-13
    • 文件大小:2035
    • 提供者:wangyanlin
  1. huffman

    0下载:
  2. 利用霍夫曼编码对图像进行编码及解码,计算霍夫曼编码效率-huffman encode and decode
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:1269
    • 提供者:Ji Tong
  1. Compress

    0下载:
  2. 预测法去除图像间的数据相关性,然后用区域等长法进行编码解码,期中包括与霍夫曼编码的对比-Prediction method to remove the image data, and then use the area as long as law codec, mid-term, including comparison with Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:5763
    • 提供者:xixihaha
  1. huffman

    0下载:
  2. c语言实现霍夫曼信源编码,本人以验证可以完成文字图像编码解码!-c language source coding Huffman
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:3936601
    • 提供者:wangyaxiong
« 1 2 3 45 6 »
搜珍网 www.dssz.com