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

搜索资源列表

  1. codingsystem

    0下载:
  2. 这是一个编码系统,包括图像配准,一维二维huffman编码,lz算法等。-This is a coding system, including image registration, one-dimensional two-dimensional huffman coding, lz algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:2022794
    • 提供者:周航远
  1. huffman_code

    0下载:
  2. huffman 压缩和解压算法,采用matlab编写,纯原创。-huffman compression and decompression algorithm using matlab prepared, pure originality.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:89496
    • 提供者:Li yuanzhang
  1. huffman

    0下载:
  2. 哈夫曼算法,构造哈夫曼树,有详细的介绍,本人纯C语言编写-huffman
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 本程序是基于Huffman编码算法对文件进行压缩的代码-It is a program based on the algorithm of Huffman for file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:212663
    • 提供者:lisir
  1. Huffman

    0下载:
  2. 哈夫曼算法(使用C语言编写,和大学的算法课本配套的)-哈夫曼算法
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:284968
    • 提供者:黄健繁
  1. c

    0下载:
  2. 在资讯时代,随着人们对数据的大量需求以及计算机使用时间的增加,计算机磁盘需要存储的数据越来越多、增长速率越来越快。如何让有限的磁盘空间容纳更多的数据成为需要解决的问题。一方面,高速发展的存储技术以提高磁盘容量来解决这样的需求,但随着网络环境下数据传递的产生以及带宽的限制,大容量数据问题日益突出。在这两种需求的推动下,对数据压缩的需求产生了。数据存在大量的冗余,在不影响使用的情况下,对数据进行压缩,可以在有限的空间存储更多的数据。本文主要将所学的数据结构和算法知识应用于实践,对几种数据压缩算法加以
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:141484
    • 提供者:刘刚
  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 and decoding data structures, including encoding and decoding algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:279572
    • 提供者:wang
  1. huffman

    0下载:
  2. 这是哈夫曼算法的c实现,比较容易理解!基于数据结构教程实现-C This is the Huffman algorithm implementation easier to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1734
    • 提供者:唐博鼠
  1. Huffmanjava

    0下载:
  2. 利用huffman算法实现压缩文件算法,-huffman algorithm compressed file
  3. 所属分类:JavaScript

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

    0下载:
  2. 通过Huffman编码,实现对文件(如文本文件)的压缩和解压。压缩后生成二进制文件。压缩效率高。C++版数据结构与算法的典型应用。-By Huffman coding, to achieve the file (such as a text file) of the compression and decompression. Compressed binary file generated. Compression efficiency.
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 编写求解Huffmann编码的程序以及解码的程序。要求以指针形成的二叉树结构实施算法。-Preparation of procedures for solving Huffmann encoding and decoding procedures. Required to form a binary tree structure pointer implementation algorithm.
  3. 所属分类:Windows Develop

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

    0下载:
  2. Huffman,霍夫曼树算法实现,数据结构作业,第三次试验-Huffman
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:121857
    • 提供者:zhuzi
  1. Huffman

    0下载:
  2. 通过哈弗曼压缩编码算法进行各种文件的压缩和解压缩-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:664628
    • 提供者:joke
  1. Briefintroducactionofhuffman

    0下载:
  2. Huffman(哈夫曼)算法在上世纪五十年代初提出来了,它是一种无损压缩方法,在压缩过程中不会丢失信息熵,而且可以证明Huffman算法在无损压缩算法中是最优的。Huffman原理简单,实现起来也不困难,在现在的主流压缩软件得到了广泛的应用。对应用程序、重要资料等绝对不允许信息丢失的压缩场合,Huffman算法是非常好的选择。-Brief introducation of huffman issue.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:6840
    • 提供者:潘龙宝
  1. HafmCode

    0下载:
  2. 哈夫曼编码,用来压缩文本和程序文件,我自己写的,通过了测试,很不错的一个算法-Huffman coding is used to compress text and program files, I wrote it myself, passed the test, an algorithm is very good
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:169853
    • 提供者:李自华
  1. Huffman

    1下载:
  2. 关于哈夫曼编码,是算法设计与分析老师布置的一个实验作业,有说明文档,-On Huffman coding, algorithm design and analysis of the teacher is an experimental work arrangement, there is documentation,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1438759
    • 提供者:康娟
  1. Huffman

    0下载:
  2. 1.要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法 2.熟练掌握二叉树的应用 -1. Requested documents Huffman coding algorithm, as well as an algorithm to decode encoded files 2. Familiar with the application of binary tree
  3. 所属分类:Data structs

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

    0下载:
  2. 信息论huffman编码算法,控制台版-Information Theory huffman coding algorithm, the console version of ......
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2070334
    • 提供者:李东辉
  1. Huffman

    0下载:
  2. 次题是有关图论学习者在学习图论时的解题算法,希望对于计算机学习者们会有帮助,-huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1221
    • 提供者:林木
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 46 »
搜珍网 www.dssz.com