搜索资源列表

  1. huffmanCompress

    0下载:
  2. 可以对文本字符进行haffman编码,经过测试,该程序还是不错的。很完整的一个程序。-can to the text characters haffman coding, tested, the procedure is still pretty good. Complete a procedure.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2264
    • 提供者:flying
  1. HuffmanCompress-java

    0下载:
  2. 利用霍夫曼树实现文本压缩。如果是文本可以压缩到40%的大小,其他的不行。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:30010
    • 提供者:肖超伟
  1. huffmancompress

    0下载:
  2. 自适应哈弗曼(adaptive huffman)压缩和解压程序
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:6263
    • 提供者:nan kang
  1. huffmanCompress

    0下载:
  2. 可以对文本字符进行haffman编码,经过测试,该程序还是不错的。很完整的一个程序。-can to the text characters haffman coding, tested, the procedure is still pretty good. Complete a procedure.
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:flying
  1. HuffmanCompress-java

    0下载:
  2. 利用霍夫曼树实现文本压缩。如果是文本可以压缩到40%的大小,其他的不行。-Huffman tree to achieve the use of text compression. If the text can be compressed to 40 of the size, the other not.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-17
    • 文件大小:29696
    • 提供者:肖超伟
  1. huffmancompress

    0下载:
  2. 自适应哈弗曼(adaptive huffman)压缩和解压程序-哈弗曼adaptive (adaptive huffman) compression and decompression procedures
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:6144
    • 提供者:nan kang
  1. HuffBest

    0下载:
  2. 本程序是我的一次实习作业,利用哈弗曼算法实现了哈弗曼压缩-This procedure is a practice I work, the use of哈弗曼compression algorithm哈弗曼
  3. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:2798592
    • 提供者:卢成彪
  1. HuffmanCompress

    0下载:
  2. huffman编码解码用于压缩,用了相当一定技巧,值得学习!-Huffman Compress and decompress!!!!!!!!!!!!!!!!!!!
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:1321984
    • 提供者:WsHunTer
  1. HuffmanCompress

    0下载:
  2. 运用哈夫曼树进行哈夫曼压缩 压缩txt文件 得到压缩文件和解压文件-Huffman Huffman tree using txt files compressed and uncompressed files are compressed
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:6010880
    • 提供者:谢凌轩
  1. HuffmanCompress

    0下载:
  2. 利用哈夫曼压缩对文件压缩与解压,对文档类文件压缩比较高。-Using Huffman compression for file compression and decompression, the document class file compression is relatively high.
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:217088
    • 提供者:John
  1. HuffManCompress

    0下载:
  2. 基于赫夫曼编码的压缩程序(VC++实现)-Based Huffman compression coding procedures (VC++)
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:9428992
    • 提供者:puxiaoyang
  1. HuffManCompress

    0下载:
  2. 基于赫夫曼编码的压缩解压算法,程序以图形的形式展示生成的赫夫曼树-Based on Huffman coding compression decompression algorithm, the program generates a graphical display in the form of Huffman tree
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:9480192
    • 提供者:puxiaoyang
  1. Desktop

    0下载:
  2. 一个哈弗曼压缩的实现,能够压缩、还原文本以及音乐等文件-a implement of HuffmanCompress
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:7168
    • 提供者:easy
  1. HuffmanCompress

    0下载:
  2. 基于huffman编码文件压缩及解压的一种C++实现,开发环境为XCODE5-C++ implementation of Huffman coding compression and decompression with XCODE 5
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:31744
    • 提供者:焦鹏
  1. HuffmanCompress

    0下载:
  2. 基于哈弗曼树的压缩软件,可压缩文字和位图。-Huffman tree based compression software, compressible text and bitmaps.
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:25690112
    • 提供者:马超
  1. HuffmanCompress

    0下载:
  2. HUFFMAN文件压缩和解压,具有操作界面、解压、压缩、构建哈弗曼树等核心函数-huffman file compress and decompress
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:1026048
    • 提供者:罗奎
  1. HuffmanCompress

    0下载:
  2. 一份大作业,基于Huffman(霍夫曼)编码实现的文本压缩,代码中对于Huffman树的创建、编码及压缩有详细的过程,包含一份文档-A great job, a text-based Huffman coding to achieve compression, Huffman code tree for creating, coding and compression process in detail, including a doc
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-06-17
    • 文件大小:1726464
    • 提供者:张稳龙
  1. huffmanCompress

    0下载:
  2. 使用C语言利用哈夫曼原理对文件进行压缩文件和解压文件-The use of C language Huffman principle file compression file and unzip the file
  3. 所属分类:压缩解压

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:duxiaomu

源码中国 www.ymcn.org