搜索资源列表

  1. huffman

    0下载:
  2. /** * 显示输入提示压缩或解压缩 继承了InputStream类,装有输入流。 */ public class HZIPInputStream extends InputStream { /** * HZIPInputStream 类的构造函数,定义了huffman树,输入流。 * * @param in 输入流。 * @throws IOException:如果发生I/O
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:74.08kb
    • 提供者:stone
  1. 另类的压缩方式

    0下载:
  2. 哈夫曼树编码 用哈夫曼树算法对文本文件进行0-1化编码,并模拟文件 压缩与解压-Huffman tree coding algorithm using Huffman tree to the text document for 0-1 coding and compression simulation and decompression
  3. 所属分类:文件操作

    • 发布日期:2025-03-10
    • 文件大小:8kb
    • 提供者:王月
  1. 哈夫曼树编码

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

    • 发布日期:2025-03-10
    • 文件大小:4kb
    • 提供者:何为
  1. vhuffman

    0下载:
  2. huffman树的编码,对与理解huffman很有用的,数据压缩方向我还会上载-Huffman coding tree, and understanding Huffman very useful, data compression direction, I will upload
  3. 所属分类:多媒体编程

    • 发布日期:2025-03-10
    • 文件大小:136kb
    • 提供者:王升旭
  1. mashu

    0下载:
  2. 初学者可以看看,因为这是我第一次用matlab编程,是图像压缩的huffman 编码的码树-beginners can see, because this is the first time I have used Matlab programming, image compression is Huffman coding code tree
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-03-10
    • 文件大小:3kb
    • 提供者:jingjing
  1. huffman

    0下载:
  2. 哈夫曼树的代码实现,包括哈夫曼编码和解码过程。-Huffman code tree, including the Huffman encoding and decoding process.
  3. 所属分类:Windows编程

    • 发布日期:2025-03-10
    • 文件大小:167kb
    • 提供者:何平
  1. compressdecompress

    0下载:
  2. 此为压缩与解压缩程序的文本文件,里面是用C语言编写的程序源代码.此程序运用了huffman树的思想,利用数据结构知识解决问题.-This is the compression and decompression process of a text file, which is used C language source code. This procedure uses huffman tree thinking, the use o
  3. 所属分类:压缩解压

    • 发布日期:2025-03-10
    • 文件大小:9kb
    • 提供者:eva yin
  1. huffman

    0下载:
  2. /** * 显示输入提示压缩或解压缩 继承了InputStream类,装有输入流。 */ public class HZIPInputStream extends InputStream { /** * HZIPInputStream 类的构造函数,定义了huffman树,输入流。 * * @param in 输入流。 * @throws IOException:如果发生I/O
  3. 所属分类:压缩解压

    • 发布日期:2025-03-10
    • 文件大小:74kb
    • 提供者:stone
  1. huffman

    0下载:
  2. 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束 -Huffman coding with file compression and decompression realize. Compression process to achieve: one t
  3. 所属分类:压缩解压

    • 发布日期:2025-03-10
    • 文件大小:318kb
    • 提供者:林雨寒
  1. Huffman

    0下载:
  2. 使用huffman二叉树对文件进行压缩,代码中使用了自适应算法。不需要两次遍历源文件!-Huffman binary tree using the file compression, the code uses the adaptive algorithm. Ergodic source files do not need two!
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-10
    • 文件大小:34kb
    • 提供者:zhangbo
  1. huffman

    0下载:
  2. 较实用的赫夫曼编码:可统计给定文件里面的字符数(在此当作频度),不用手动输入各字符集及频度。只需按提示将要压缩的文件(除去汉字否则出错,其他128个字符均可)路径给出便可!压缩一种是字符型的,为了直观的看是否真编码,一种是真压缩,要编码文件越大其压缩越高,因为这个编码在解码是要赫夫曼树-More practical Huffman coding: The statistics given the number of characters
  3. 所属分类:其他小程序

    • 发布日期:2025-03-10
    • 文件大小:3kb
    • 提供者:hailanlan
  1. HuffmanTree

    0下载:
  2. huffman树的基本实现. 利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.-huffman tree realize. the use of statistics to read TXT file generated huffman tree, thus TXT file compression and decompression.
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-10
    • 文件大小:9kb
    • 提供者:嘟嘟
  1. Huffman

    0下载:
  2. 哈夫曼编码(Huffman Coding)以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。-Huffman coding (Huffman Coding) ─ a Huffman tree that is optimal binary tree, with the right of the path length of the smallest tree, often used in data compressi
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-10
    • 文件大小:1kb
    • 提供者:mailan7749
  1. huffman

    0下载:
  2. huffman树的实现。对于压缩有很好的用途。 高效且简单-huffman tree realization. There are very good for compression purposes. Efficient and simple
  3. 所属分类:压缩解压

    • 发布日期:2025-03-10
    • 文件大小:118kb
    • 提供者:huangxin
  1. CompressDecompress

    0下载:
  2. ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip z
  3. 所属分类:压缩解压

    • 发布日期:2025-03-10
    • 文件大小:1.11mb
    • 提供者:haochao
  1. Huffman

    1下载:
  2. 根据ascii码文件中各ascii字符出现的频率情况创建Haffman树,再将各字符对应的哈夫曼编码写入文件中,实现文件压缩。-In accordance with ascii code ascii characters in the document the frequency of the situation created Haffman tree, and then the character of the Huffman co
  3. 所属分类:数据结构常用算法

    • 发布日期:2025-03-10
    • 文件大小:797kb
    • 提供者:郭峰
  1. AHC

    0下载:
  2. Adaptive-Huffman Coding自适应的Huffman压缩与解压缩。 在压缩与解压缩过程中动态地改变Huffman树,和编码。-Adaptive-Huffman Coding Adaptive Huffman compression and decompression. Compression and decompression in the process of changing the dynamic Huffma
  3. 所属分类:压缩解压

    • 发布日期:2025-03-10
    • 文件大小:1.93mb
    • 提供者:star
  1. Huffman

    0下载:
  2. Huffman树压缩解压,用C++写的,希望能帮助大家-Huffman tree compression decompression, written with C++, hope to help you
  3. 所属分类:压缩解压

    • 发布日期:2025-03-10
    • 文件大小:2.54mb
    • 提供者:Newman
  1. huffman

    0下载:
  2. 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other
  3. 所属分类:Windows编程

    • 发布日期:2025-03-10
    • 文件大小:1.62mb
    • 提供者:岚爻
  1. Huffmantree

    0下载:
  2. 利用huffman树编码来压缩或者解压文件(Use huffman tree to compress or decompress files)
  3. 所属分类:Windows编程

    • 发布日期:2025-03-10
    • 文件大小:2kb
    • 提供者:ithaqua
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org