CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - huffman文件编码

搜索资源列表

  1. Ht20

    0下载:
  2. 该软件为基于哈夫曼树编码译码的压缩解压缩软件,主要实现对普通文件的压缩,解压缩,并显示压缩的过程,哈夫曼树建立的过程。-the software-based Huffman decoding tree coding compression decompression software, the main document of the general compression, decompress, and display the compression process, Huffman tre
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:151.23kb
    • 提供者:刘文凯
  1. j04309

    0下载:
  2. 本压缩软件是利用huffman树的特点对文件进行重新编码,用较短的位表示出现频率高的字符,用较长的位表示出现频率低的字符,从而达到压缩的目的
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.13mb
    • 提供者:daiuirchuan
  1. Huffman

    0下载:
  2. Huffman 编码 对文件的读入然后根据内容进行编码然后译码
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9.63kb
    • 提供者:jiang zhenhua
  1. yasuo

    0下载:
  2. 霍夫曼的文件编码源代码-Huffman encoding the source document
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6.64kb
    • 提供者:彭筱云
  1. ZIP_ACT解压缩控件

    0下载:
  2. 用霍夫曼编码方式来压缩文件的源码,压缩率虽然不如ZIP高,但却是一种很好的保密方式-Huffman coding used to compress the source, compressed ZIP rate, although not as high, but it is a good confidence
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:25.59kb
    • 提供者:赵杰
  1. Huffman

    0下载:
  2. 哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:326.41kb
    • 提供者:lzel
  1. haffuman

    0下载:
  2. 通过huffman编码对文件进行压缩 可以处理汉字 包括了解压过程-Huffman coding through compression of the files can handle Chinese characters, including the decompression process
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:83.59kb
    • 提供者:邓本洋
  1. 12

    0下载:
  2. 基于c语言的哈夫曼编码对文件加密程序,可以运行-Huffman code based on c language program for file encryption, you can run
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2.27kb
    • 提供者:王树
  1. hafumanshu

    0下载:
  2. (1) I:初始化,从终端读入n个字符和n个权值,建立哈夫曼树,并将它存放在文件HuffmanTree中. (2)E:编码.利用已建立好的哈夫曼树,对要传输的数据正文(存在文件ToBeTran.txt中)进行编码,将结果代码存(传输)到文件CodeFile中. (3)D:译码.利用已建好的哈夫曼树,对传输到达的CodeFile中的数据代码进行译码,将译码结果存入文件TestFile中. (4) P: 印文件.将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:3.61kb
    • 提供者:liuzhijun
  1. huffuman00xiao

    0下载:
  2. 本人修改的成熟的霍夫曼编码及译码,对一个文本文件,统计字符概率,建霍夫曼树,然后编码,最后译码,码文输出到另一份txt文档中,在vc中编译的,在vs2010中可能会有异常~-I modified Huffman coding and decoding of the mature, to a text file, statistics, probability character, Huffman tree construction, and coding, and finally decodin
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:216.39kb
    • 提供者:
  1. ersgfregt

    0下载:
  2. 霍夫曼编码算法的C语言实现,包含完整的工程文件,编译通过。-Huffman coding algorithm in C language, contains a complete project file and compile.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:166.68kb
    • 提供者:RAINY
  1. huffman_compress_decompress.tar

    0下载:
  2. 用霍夫曼编码实现文件的压缩和解压缩,任何文件都能压缩-Compression, Huffman coding to achieve file compression and decompression of any file can be compressed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:3.42kb
    • 提供者:肖曼
  1. huffman

    0下载:
  2. 根据huffman编码的原理实现文件的压缩与解压。C语言编写。使用时输入源文件与目标文件路径即可。-According to the principle of huffman encoding for file compression and decompression. C language, hoping to be helpful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:17.95kb
    • 提供者:VongRuohang
  1. ztrees

    0下载:
  2. *讨论   * 本PKZIP“通缩”的过程中使用了几个哈夫曼树。越   *共源的值由短比特序列表示。   *   *每个代码树存储在ZIP文件以压缩形式   *这是本身的长度的霍夫曼编码   *所有的代码串(按升序排列按来源值)。   *实际代码串从长度重构   *解压缩过程中,如在“应用指南”中描述   *(APPNOTE.TXT)分布情况的PKWARE的PKZIP的计划的一部分。-*
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:10.82kb
    • 提供者:ShichaoLiang
  1. clmpxled

    0下载:
  2. 哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件(Huffman encoding decoding procedures, can be compiled code for any given string, and will be generated in the middle of the code written to a file)
  3. 所属分类:系统/网络安全

    • 发布日期:2017-12-23
    • 文件大小:2kb
    • 提供者:XTTofw!34360
搜珍网 www.dssz.com