搜索资源列表

  1. Huffman

    0下载:
  2. 此文件为huffman编码的.cpp及.h文件,实现Huffman压缩编码
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2753
    • 提供者:冯雪
  1. Huffman

    0下载:
  2. Huffman编码及译码 具体的要求: 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。
  3. 所属分类:压缩解压

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

    0下载:
  2. Huffman编码及译码 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:124712
    • 提供者:beastman
  1. Huffman文件压缩与解压

    1下载:
  2. 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10457
    • 提供者:楚随风
  1. Huffman

    0下载:
  2. 哈夫曼编码和解码系统,并可对文件进行编码-Huffman coding and decoding system, the documents can be encoded
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-02
    • 文件大小:6144
    • 提供者: 哈哈哈
  1. 用于文件压缩的huffman算法

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

    • 发布日期:2024-11-02
    • 文件大小:13312
    • 提供者:张雷
  1. huffman编码解码

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source, can be used to achieve efficient codec Hoffman Notes detailed and readable. Compressed only those source files, then vc run.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-02
    • 文件大小:4096
    • 提供者:xtbc
  1. huffman解压缩

    0下载:
  2. 运用huffman编码的解压缩程序,能压缩任何格式的文件,但是压缩比不是最理想-use Huffman coding decompression procedures can be compressed files in any format, but not the best compression ratio
  3. 所属分类:C#编程

    • 发布日期:2024-11-02
    • 文件大小:3072
    • 提供者:陈帅
  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-02
    • 文件大小:2048
    • 提供者:陈志德
  1. Huffman文件压缩与解压

    0下载:
  2. 用Huffman编码完成的文件压缩与解压-Huffman coding used to complete the document compression and decompression
  3. 所属分类:其他小程序

    • 发布日期:2024-11-02
    • 文件大小:10240
    • 提供者:楚随风
  1. 哈夫曼编码最终程序

    1下载:
  2. 哈夫曼编译码程序,可以对任意给定的字符串进行编译码,并将生成的中间编码写入到文件-Huffman coding and decoding process can be arbitrary to the strings encryption and code generation into the middle of the document
  3. 所属分类:通讯编程

    • 发布日期:2024-11-02
    • 文件大小:2048
    • 提供者:胡斌
  1. 哈夫曼树编码

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

    • 发布日期:2024-11-02
    • 文件大小:4096
    • 提供者:何为
  1. 最终哈夫曼编码

    0下载:
  2. 统计文件中字符的个数和种类,分析,图形显示构造出哈夫曼树-statistics document the number and character types, analysis, graphics constructed Huffman tree
  3. 所属分类:Windows编程

    • 发布日期:2024-11-02
    • 文件大小:4096
    • 提供者:海文
  1. huffmanfordepreesingcoding

    0下载:
  2. 哈夫曼(Huffman)编码压缩和解压缩程序 huffman.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 huffman E <in-file> <out-file> 解压缩 huffman D <in-file> <out-file> 压缩时,读入<in-file&g
  3. 所属分类:其他小程序

    • 发布日期:2024-11-02
    • 文件大小:1024
    • 提供者:冯灿科
  1. adaptive-huffman

    0下载:
  2. 自适应的哈夫曼编码程序,包括屏幕输出和文件保存。-Adaptive Huffman Coding procedures, including the screen output and save the file.
  3. 所属分类:压缩解压

    • 发布日期:2024-11-02
    • 文件大小:5120
    • 提供者:陈文杰
  1. huffman

    0下载:
  2. 静态的哈夫曼编码,从file.txt文件中读取字符,统计,并编码,输出到huffman-u.txt中-Static Huffman coding, the document read from file.txt characters, statistics, and coding, the output of the huffman-u.txt
  3. 所属分类:压缩解压

    • 发布日期:2024-11-02
    • 文件大小:4096
    • 提供者:陈文杰
  1. Huffman

    0下载:
  2. 此文件为huffman编码的.cpp及.h文件,实现Huffman压缩编码-This document is for huffman coding. Cpp and. H files, realize Huffman Coding
  3. 所属分类:图形图象

    • 发布日期:2024-11-02
    • 文件大小:2048
    • 提供者:冯雪
  1. Huffman

    0下载:
  2. Huffman编码及译码 具体的要求: 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding specific requirements: 1. A given character encoding files: generated code, the output of each cha
  3. 所属分类:压缩解压

    • 发布日期:2024-11-02
    • 文件大小:1494016
    • 提供者:beastman
  1. Huffman

    0下载:
  2. Huffman编码及译码 1.将给定字符文件编码:生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码:生成字符,输出编码及其对应字符。 -Huffman coding and decoding one. A given character encoding files: generated code, the output of each character and the code number appear
  3. 所属分类:压缩解压

    • 发布日期:2024-11-02
    • 文件大小:770048
    • 提供者:beastman
  1. huffman

    0下载:
  2. 可以实现将txt文件进行huffman编码压缩(Txt files can be compressed by Huffman encoding)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-02
    • 文件大小:1024
    • 提供者:MaybeSilent
« 12 3 4 5 6 7 8 9 10 ... 32 »

源码中国 www.ymcn.org