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

搜索资源列表

  1. proje

    0下载:
  2. applied k means clustering for vector quanta and used huffman for image compression matlab code
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 用VHDL编写的huffman编码的源程序-With the VHDL source code written in huffman coding
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:9853
    • 提供者:孙敬峰
  1. Huffman

    0下载:
  2. 赫夫曼编码 全c语言编码-Huffman encoding full c language code
  3. 所属分类:Data structs

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

    0下载:
  2. 数据结构 哈弗曼编码 C++6.0 控制台应用程序,具体操作说明可以参看程序内部。-Hufman, structure of data.Code with Visual c++6.0
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2492
    • 提供者:亮子
  1. Huffman

    0下载:
  2. Huffman算法的C++完整实现,已打包成工程。压缩包内有详细的文档说明和源代码。-Huffman algorithm is a complete C++ implementation has been packaged into a project. Compressed document containing detailed instructions and source code.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:573268
    • 提供者:成新
  1. SourceCoding(Huffman)

    0下载:
  2. Program to code or decode using Huffmann. Also the matrix and intermediate values are printed
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:232044
    • 提供者:asd
  1. HUffmantest

    0下载:
  2. huffman解压缩源代码,内有实验报告,两份实验报告,绝对够你用的-huffman extract the source code, there are experimental reports, the two lab reports, absolutely sufficient for you,
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. Huffman的java源码,供大家交流使用!-Huffman' s java source code for all exchanges to use!
  3. 所属分类:source in ebook

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

    0下载:
  2. 用C语言实现的Huffman新源编码的源程序-Implemented using C language source code of the source of new Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:670
    • 提供者:玉生
  1. huffman

    0下载:
  2. huffman algorithm code
  3. 所属分类:Java Develop

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

    0下载:
  2. Huffman编码软件实现 (1)输入:信源符号个数r、信源的概率分布P; (2)输出:每个信源符号对应的Huffman编码的码字。 -huffamn code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:1922
    • 提供者:gxd
  1. ahaf

    0下载:
  2. adaptive huffman .. compression source code in C -adaptive huffman .. compression source code in C ...
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 可以实现简单的Huffman编码,自定义码字个数-simple Huffman code
  3. 所属分类:Windows Develop

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

    0下载:
  2. 概率向量为p的哈夫曼码生成器,返回哈夫曼码矩阵h和一个概率向量为p的信源的码字长度-Probability vector p of the Huffman code generator, return to Huffman code matrix h and a probability vector p of the source of the code length
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:697
    • 提供者:王芳
  1. MATLAB_programming_source_code_for_pattern_huffman

    0下载:
  2. MATLAB程序设计之图形huffman编码源程序MATLAB programming source code for pattern huffman coding-MATLAB programming of graphics huffman coding source MATLAB programming source code for pattern huffman coding
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1649
    • 提供者:iek
  1. HuffCompress

    0下载:
  2. huffman compress source code-huffman压缩文件代码
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:42854
    • 提供者:Bamboo
  1. huffman

    0下载:
  2. 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、初始化:能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、建立编码表:利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、编码:根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、译码:利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、打印:以直观的方式打印赫夫曼树(选作) 6、计算输入的字符串编码前和编码后的长度,并进行分析,讨论赫夫曼编码的
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1179910
    • 提供者:莫凡
  1. Code

    0下载:
  2. LZW和HUffman为这两者算法的实现,在Visual studio 2005 下编译通过 slnCompressFile 为DeflateStream类在 .NET 平台下的实现 slnGZip 为GZIPStream类在.NET 平台下的实现 -LZW and HUffman to both algorithm, compiled in Visual studio 2005 class by slnCompressFile to DeflateStream. NET platf
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:118082
    • 提供者:Squall
  1. huff

    0下载:
  2. huffman algoritma disertai dengan code dan contoh
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:248702
    • 提供者:edi m
  1. compress_all

    0下载:
  2. 压缩解压代码,包括LZSS,LZW,Huffman,Arithmetic,LZARI,LZARI多种算法。-Compression decompression code, including LZSS, LZW, Huffman, Arithmetic, LZARI, LZARI a variety of algorithms.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:20403
    • 提供者:郭平湘
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com