搜索资源列表

  1. 产生哈夫曼编码的源代码

    0下载:
  2. 用C语言实现哈夫曼编码压缩的逆过程对于掌握数据压缩原理有重要的积淀作用-C language Huffman Coding for the inverse process of master data compression theory has important role in the sediment
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4.31kb
    • 提供者:鲸鱼
  1. 哈夫曼编码原码

    0下载:
  2. 用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to ach
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2.07kb
    • 提供者:陈志德
  1. 哈夫曼编码压缩还原文本文档

    0下载:
  2. 哈夫曼编码压缩还原文本文档
  3. 所属分类:其它资源

    • 发布日期:2010-12-16
    • 文件大小:1.85kb
    • 提供者:piziyy
  1. HUFFCompress

    0下载:
  2. 自己编写的对文件做哈夫曼无损压缩编码/解码的程序;-their documents prepared by the right to do Huffman lossless compression encoding/decoding procedures;
  3. 所属分类:压缩解压

    • 发布日期:2024-11-08
    • 文件大小:6kb
    • 提供者:王刚
  1. image_lossless_compression

    0下载:
  2. 图像无失真压缩源代码,包括S+P变换,算术编码,哈夫曼编码-lossless image compression source code, including S P conversion, arithmetic coding, Huffman coding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-08
    • 文件大小:25kb
    • 提供者:孙文方
  1. comp

    0下载:
  2. 用哈夫曼编码实现对文件的压缩-Huffman coding used to achieve compression of the document
  3. 所属分类:压缩解压

    • 发布日期:2024-11-08
    • 文件大小:4kb
    • 提供者:路路
  1. 用于文件压缩的huffman算法

    0下载:
  2. 用哈夫曼编码编的压缩和解压缩的程序的源代码,在网上选的。-encoded using Huffman compression of the program's source code, on-line election.
  3. 所属分类:C#编程

    • 发布日期:2024-11-08
    • 文件大小:13kb
    • 提供者:张雷
  1. 产生哈夫曼编码的源代码

    0下载:
  2. 用C语言实现哈夫曼编码压缩的逆过程对于掌握数据压缩原理有重要的积淀作用-C language Huffman Coding for the inverse process of master data compression theory has important role in the sediment
  3. 所属分类:压缩解压

    • 发布日期:2024-11-08
    • 文件大小:4kb
    • 提供者:鲸鱼
  1. 压缩&解压缩

    0下载:
  2. 此程序用C语言用哈夫曼编码法实现了对英文的压缩与解压缩,是C语言编程一个比较经典的例子-this program in C language with Huffman coding method to achieve the right English compression and decompression, the C programming language is a classic example
  3. 所属分类:matlab例程

    • 发布日期:2024-11-08
    • 文件大小:27kb
    • 提供者:刘锋
  1. 哈夫曼编码原码

    0下载:
  2. 用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to ach
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-08
    • 文件大小:2kb
    • 提供者:陈志德
  1. 哈夫曼树编码

    0下载:
  2. 哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩-Compress data by Huffman coding
  3. 所属分类:Windows编程

    • 发布日期:2024-11-08
    • 文件大小:4kb
    • 提供者:何为
  1. hufuman

    0下载:
  2. 哈夫曼编码源程序!好东西啊 喜欢的话 下吧 对学习数据压缩有好处-Huffman coding source! Ah good things like what are you learning good data compression
  3. 所属分类:C#编程

    • 发布日期:2024-11-08
    • 文件大小:872kb
    • 提供者:sunweiwei
  1. Huffman007

    0下载:
  2. 图象处理源代码,演示程序提供了哈夫曼编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩 -image processing source code, a demo program Huffman coding method compression function, and the achievement of the document image compression
  3. 所属分类:压缩解压

    • 发布日期:2024-11-08
    • 文件大小:236kb
    • 提供者:ajun
  1. Humanzip

    0下载:
  2. 哈夫曼编码压缩解压缩软件 1. 界面友好,具有良好的可操作性,设计人性化; 2. 具有压缩功能,而且对于压缩的对象不限制,可以用于所有的文档、图片等,同时,也要求有一定的实用性,可以压缩文件,减小文件体积; 3. 具有解压缩功能,在有了压缩功能之后,肯定要有解压缩功能,一方面,方便编程中的错误定位和检验压缩的正确与否,同时,也提高了软件的实用性,扩大了适用范围。 -Huffman compression decompre
  3. 所属分类:Windows编程

    • 发布日期:2024-11-08
    • 文件大小:5kb
    • 提供者:小辛
  1. Haffman_Compress_and_Decompress

    0下载:
  2. 数据结构的一个作业,采用哈夫曼编码压缩及解压文件和文件夹。-Operation of a data structure, using Huffman compression and decompression of files and folders.
  3. 所属分类:压缩解压

    • 发布日期:2024-11-08
    • 文件大小:5kb
    • 提供者:WuMing
  1. hanfuman

    0下载:
  2. 将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。-Would be arbitrary for a specified text file in characters Huffman encoding, to generate a code file (compressed file) in turn, can be a compressed file de
  3. 所属分类:Windows编程

    • 发布日期:2024-11-08
    • 文件大小:19kb
    • 提供者:MissHHuang
  1. data

    0下载:
  2. 数据结构 哈夫曼编码实现文件压缩 带报告 直接能用-Huffman coding to achieve data structure with the report file compression can be used directly
  3. 所属分类:压缩解压

    • 发布日期:2024-11-08
    • 文件大小:158kb
    • 提供者:yanyumeng
  1. 哈夫曼编码译码

    0下载:
  2. 哈夫曼编码译码,学习数据结构二叉树的一个应用,解压压缩软件的基础,哈夫曼编码(Huffman encoding and decoding, learning data structure, an application of two branch tree, decompressing the basis of compression software, Huffman coding.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-08
    • 文件大小:3kb
    • 提供者:没看见过
  1. 哈夫曼压缩晓晓

    0下载:
  2. 哈夫曼压缩算法编码是无损压缩当中最好的方法。它使用预先二进制描述来替换每个符号,长度由特殊符号出现的频率决定。常见的符号需要很少的位来表示,而不常见的符号需要很多为来表示。   哈夫曼算法在改变任何符号二进制编码引起少量密集表现方面是最佳的。然而,它并不处理符号的顺序和重复或序号的序列。(Huffman compression algorithm coding is the best method of lossless compres
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-08
    • 文件大小:874kb
    • 提供者:南絮
  1. 基于哈夫曼编码的文本文件压缩与解压缩

    0下载:
  2. 使用哈夫曼编码的方法对文本进行压缩。可以是加密压缩,也可以是无密压缩(Huffman coding is used to compress the text. It can be encrypted compression or non dense compression)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-11-08
    • 文件大小:5kb
    • 提供者:LDW578712212
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org