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

搜索资源列表

  1. huffman

    0下载:
  2. gives the huffman code of a image
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1881
    • 提供者:kalyan
  1. comp

    0下载:
  2. Matlab code for Huffman encoder/decoder with (or without) recursive splitting.
  3. 所属分类:matlab

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

    0下载:
  2. 经典的算法,自己写的源代码,还加了注释的-Classical algorithms, write their own source code and added a annotation
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1276
    • 提供者:James
  1. huffman

    0下载:
  2. 哈弗曼编码 读取文件,输出编码方案和压缩后的文件-Ha Fuman code read the file, the output coding scheme and the compressed file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:34231
    • 提供者:邵其化
  1. Huffman-Code

    0下载:
  2. 把story.txt转换为code.txt,然后读取code.txt,转换为decoding.txt,模拟了哈夫曼编码、译码的过程。-The story.txt into code.txt, then read code.txt, converted to decoding.txt, to simulate the Huffman coding and decoding process.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:17767
    • 提供者:kevin
  1. Huffman--coding-and--decoding

    0下载:
  2. 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:8527
    • 提供者:lsh
  1. Huffman

    0下载:
  2. Huffman Code generation program
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:653
    • 提供者:fido
  1. Huffman

    0下载:
  2. huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
  3. 所属分类:source in ebook

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

    0下载:
  2. 数据结构构建哈夫曼树C++源代码及实验报告-Construction of the Huffman tree data structure C++ source code and test reports
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1545076
    • 提供者:ziying
  1. Huffman-Code

    0下载:
  2. HUffman编码,数据结构中的Huffman编程,内容很简单-Huffman Code
  3. 所属分类:Data structs

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

    0下载:
  2. 对任意输入的一段英文,为每个字符编制其相应的赫夫曼编码;并利用该编码为任意输入的0、1序列进行解码. 基本要求:一个完整的系统应具有以下功能: (1)初始化 从终端读入一段英文字符,统计每个字符出现的频率,建立赫夫曼树,并将该树存入某文件; (2)编码 利用建好的赫夫曼树对各字符进行编码,用列表的形式显示在屏幕上,并将编码结果存入另一文件中; (3)解码 利用保存的赫夫曼编码,对任意输入的0,1序列能正确解码; -Section for any input in Eng
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:12713
    • 提供者:何杰
  1. Huffman

    0下载:
  2. 实现huffman编码功能的小程序,huffman树的应用-huffman code
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:295008
    • 提供者:huoyanqilin
  1. huffman

    0下载:
  2. 实现哈夫曼编码的实验代码,选修课多媒体技术实验验收版。-The experimental realization of Huffman code, test and acceptance of multimedia technology elective version.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:936729
    • 提供者:dyt
  1. Huffman

    0下载:
  2. Huffman java code :)
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1208
    • 提供者:Sahar
  1. Huffman-coding

    0下载:
  2. 哈夫曼编码是哈夫曼树(最优二叉树)在通信编码中的应用。在本程序中,只定义了5个数据的哈夫曼编码,分别输入五个数据的权值,就可以得出最终的哈夫曼编码。-Huffman coding is Huffman tree (the optimal binary tree) in the communication code of the application. In this program, only the data defined Huffman 5, respectively, the weig
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:49500
    • 提供者:sy
  1. hw

    0下载:
  2. 适合初学者使用的matlab图像水印代码 霍夫曼编码霍夫曼编码-Suitable for beginners to use matlab image watermarking code Huffman Huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:407424
    • 提供者:湘紫歆
  1. DCT_JPEG

    4下载:
  2. 给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。-Given to th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-09
    • 文件大小:175104
    • 提供者:
  1. huffman-text-compression

    0下载:
  2. huffman文本压缩,利用huffman代码来压缩文本,压缩效率高-huffman text compression,Huffman code used to compress text, compression efficiency
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2095
    • 提供者:黄维良
  1. huffman

    0下载:
  2. 霍夫曼编码的码长是变化的,对于出现频率高的信息,编码的长度较短;而对于出现频率低的信息,编码长度较长。这样,处理全部信息的总码长一定小于实际信息的符号长度。-Huffman coding of the code length is variable, for the high frequency information, coding the length of the shorter and for the low frequency information, code length lon
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1596
    • 提供者:shen6041
  1. JPEG-huffman-stream

    0下载:
  2. 此文档是研究关于JPEG哈夫曼编码二进制码流的详细分析,对于想研究JPEG码流如何编码的研究者将具有很大帮助。-This text tick is a search to admire the main huffman encode binary concerning JPEG code streaming of detailed analysis, for want to study the researcher whom the JPEG code flows how to code ha
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:203374
    • 提供者:黄立
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com