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

搜索资源列表

  1. MPEG4encod-and-decod

    0下载:
  2. MPEG4音视频编码和解码,视频部分由编码和解码组成,音频编码是由Huffman编码格式进行的,VC6.0下编译通过。-MPEG4 audio and video encoding and decoding, video encoding and decoding part by the composition, audio encoding is performed by the Huffman encoding format, VC6.0 compiler through.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-02
    • 文件大小:171949
    • 提供者:李映
  1. m

    0下载:
  2. 对BMP格式的无损图片通过一些算法实现JPEG压缩编码处理 -JPEG encoding the AC coefficients AC Huffman encoding source
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:747589
    • 提供者:院楚君
  1. Huffman

    0下载:
  2. 赫夫曼树的建树,编码,解码代码。数据结构的必修内容-Huffman tree achievements, encoding, decoding codes. Data structures required content
  3. 所属分类:Other windows programs

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

    0下载:
  2. 基于Huffman算法的简单c++文件编码和解码,适合初学者学习,对于输入的一串字符简单的压缩并解压-Simple c++ document encoding and decoding based on Huffman algorithm, suitable for beginners to learn, to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:246714
    • 提供者:LIjing
  1. cpp

    0下载:
  2. 首先通过文件操作,读取文件内容,把字符逐个提取后统计字符频率,建立哈夫曼树和进行哈夫曼编码,当然这是根据ASCII编码来将字符转换为二进制,然后实现前缀编码,然后把编码后的使用二进制流写入相应文件-First through file operations, read the file content, the characters one by one after extracting character frequency statistics, establish a Huffman tr
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-19
    • 文件大小:5338448
    • 提供者:江鹏源
  1. 1

    0下载:
  2. 哈弗曼编码,通过程序实现编码译码以及统计功能,最后实验该程序的功能。-Huffman encoding, decoding and encoding statistical functions to achieve through the program, the final test the functionality of the program.
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:662252
    • 提供者:啊婷
  1. huffmann

    0下载:
  2. Huffman Encoding with C programming language
  3. 所属分类:CA program

    • 发布日期:2017-04-15
    • 文件大小:8579
    • 提供者:dilek
  1. jpeg

    0下载:
  2. 使用哈夫曼编码将BMP图像转JPEG图像-Use Huffman encoding BMP image to JPEG image
  3. 所属分类:Other systems

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

    0下载:
  2. 用vs2013写的霍夫曼编码程序,可将.txt中的英文字符串(包括各种字符如:逗号)编码后输出到一个.txt中,并且可输出构建的霍夫曼树,保存编码方式。-Huffman coding using vs2013 to write programs in English can be txt string (including a variety of characters such as: the comma). Encoded output to a txt, and can output to
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2225753
    • 提供者:毛懿荣
  1. huffman

    0下载:
  2. huffman编码源代码,包括编码、解码,程序简单易懂。适合初学者。-huffman coding source code, including encoding, decoding, the procedure is simple and easy to understand. Suitable for beginners.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2046
    • 提供者:李白
  1. huffman

    0下载:
  2. 霍夫曼编码(Huffman Coding)是一种编码方式,是一种用于无损数据压缩的熵编码(权编码)算法。-Huffman coding (Huffman Coding) is an encoding is a lossless data compression entropy coding (right encoding) for the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:886
    • 提供者:刘金星
  1. HuffmanTree_for-compress-and-depress

    0下载:
  2. Visual c++环境下的文件的简易压缩、解压(基于哈弗曼编码&解码)-Simple file compression and decompression under Visual c++ environment(based on Huffman encoding & decoding)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-19
    • 文件大小:5175271
    • 提供者:钟腾
  1. HUFFMAN

    0下载:
  2. 哈夫曼树相关程序,利用哈夫曼(最优树)的原理,实现编码译码的实例之一。本程序包括,按给定字母频率生成编码表,编码、译码过程。-Huffman tree associated procedures, the use of Huffman (optimal tree) in principle, to achieve one instance of coding and decoding. The program includes, at a given frequency to generate
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:336273
    • 提供者:cian
  1. huffmancode.doc

    0下载:
  2. 计算 机一共输出多少个哈夫曼编码/霍夫曼编码 计算在删去0灰度级压缩之前的原始图像字节容量 unzipped_delete=i*8   计算压缩比率 计算图像的压缩比率 - Of total output of the computer how many Huffman/Huffman encoding 0 gray level calculated by deleting the original image before compr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:31056
    • 提供者:zhaoru
  1. data-structureCPP

    0下载:
  2. 数据结构的几个实用例程,包括哈弗曼编译码、各种排序及比较等,很好用-Several useful data structure routines, including Huffman encoding and decoding, various sorting and comparison, the good
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:695577
    • 提供者:石文君
  1. HFMModel

    0下载:
  2. 由文本字符及字符在文本文件中出现的频率,构造带权路径最短的最优二叉树(哈夫曼树),并依此为基础构造字符的前缀编码(哈夫曼编码)。-Frequency of text characters and characters that appear in the text file, with the right to construct the shortest path to the optimal tree (Huffman tree), and so the basic structure fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2844
    • 提供者:宋song
  1. Huffman-tree

    0下载:
  2. 在数据结构中哈夫曼树是重要的数据结构,尤其是在通信编码中发挥着重要的作用,该文件包含两种计算哈夫曼树权值的方法,一种是先将权值排序,存放在链表中,每次从链表中取出前两个结点,计算其和,再将和插入到链表的适当位置上;另一种方法是使用Hash。-In Huffman tree data structure is an important data structure, especially plays an important role in the communication encoding,
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:175289
    • 提供者:张稳龙
  1. chap10_3

    1下载:
  2. 实现图像的霍夫曼编码和解码,具体实现的MATLAB代码-MATLAB code image Huffman encoding and decoding, the concrete realization of the
  3. 所属分类:Special Effects

    • 发布日期:2016-05-15
    • 文件大小:1024
    • 提供者:冷君阁
  1. Huffman

    0下载:
  2. 哈弗曼编/译码器,实现以下功能:初始化,编码,译码,打印代码文件,打印哈夫曼树-Huffman encoder/decoder, the following functions: initialization, encoding, decoding, printing code file, print Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:171756
    • 提供者:Daivi
  1. HuffmanCod

    0下载:
  2. 霍夫曼编码,用于信息理论基础中的压缩编码。可实现霍夫曼编码功能。-Huffman coding, the theoretical basis of the information for coding. Huffman encoding function can be realized.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-11
    • 文件大小:978
    • 提供者:elives
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 42 »
搜珍网 www.dssz.com