CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - huffman java

搜索资源列表

  1. Huffman

    0下载:
  2. 数据压缩的huffman算法使用的是java实现的,可以参考-Huffman algorithm for data compression using java to achieve, can refer to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:2950717
    • 提供者:张俊男
  1. huffman

    0下载:
  2. 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:15639
    • 提供者:yangyang
  1. huffmancoding

    0下载:
  2. 哈夫曼压缩 哈弗曼算法是基本的压缩和解密算法,此文件表示了如何用Java来编码 -Huffman Encoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:6505
    • 提供者:nasa
  1. lzw_huffman

    0下载:
  2. lzw huffman coding .-lzw huffman coding .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:7290
    • 提供者:andredurao
  1. hafuman

    0下载:
  2. 哈夫曼编码(哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。)-Huffman coding (Huffman coding (Huffman Coding) is an encoding, Huffman encoding is a variable length coding (VLC) a.)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2620
    • 提供者:leo
  1. Chukahuffman

    0下载:
  2. huffman compression method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:3563
    • 提供者:Delina Beh
  1. huffman-src

    0下载:
  2. Generate a Huffman Tree for an input String.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:9715
    • 提供者:Naya Rangel
  1. Huffman_compersion

    0下载:
  2. this a source code for data compression using Huffman s coding-this is a source code for data compression using Huffman s coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:28922
    • 提供者:kratika
  1. LZW_Copmersion

    0下载:
  2. this a source code for data compression using Huffman s coding-this is a source code for data compression using Huffman s coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:34669
    • 提供者:kratika
  1. huffman

    0下载:
  2. the application of tree on huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:10101
    • 提供者:nUie
  1. compress

    0下载:
  2. a java application to use huffman coding to represent and compress an image into bits
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:2521
    • 提供者:kenny
  1. sample_files

    0下载:
  2. this HUFFman algorithm written in java, i hope it would be useful for every one in need.-this is HUFFman algorithm written in java, i hope it would be useful for every one in need.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:3394
    • 提供者:walid
  1. multicompressor

    0下载:
  2. Rle Zeckendorf & Huffman codes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:8658
    • 提供者:censo
  1. Huffman_coding_(Java)

    0下载:
  2. Given an arbitrary set of symbols (the english alphabet is the example that will be used here), Huffman coding is a way of creating the most efficient (smallest) binary code for that set of symbols. It exploits the fact that in most data some symbols
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2503
    • 提供者:Felippe
  1. huffman

    0下载:
  2. java语言实现的huffman树算法,数据结构中重要的算法,也是上课时候的课程作业。-java language of the huffman tree algorithms, data structures important algorithms, when the course is class work.
  3. 所属分类:Data structs

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

    0下载:
  2. Huffman Encoding in java. Algorithm is from the basic graphics descr iption
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:Daisy
  1. Huffman

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

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

    0下载:
  2. 自适应赫夫曼编码java实现,adaptive huffman-adaptive huffman java implemention
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2861
    • 提供者:周维
  1. Huffman-Compress.tar

    0下载:
  2. 用JAVA实现霍夫曼编码压缩,包括GUI界面,以及测试程序-huffman compressing using JAVA
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. Huffman code in java with 4 classes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4375
    • 提供者:tootaa
« 12 3 »
搜珍网 www.dssz.com