搜索资源列表

  1. huffman

    0下载:
  2. (1)根据所给的字符建立出哈夫曼树并由此获得哈夫曼编码,同时将哈夫曼编码存入hfmTree.txt文件中。 (2)利用建立好的哈夫曼编码将所给的文件编码,同时存入CodeFile.txt文件中。 (3)利用哈夫曼树及其编码将文件CodeFile.txt中的密码解码。同时将所需解码的文件以50字为一行输出,并输出解码后的文件。 -(1) According to the character of the establishme
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:306176
    • 提供者:小缪子
  1. haffuman111

    0下载:
  2. 在原端对信息进行哈夫曼编码,传送后在进行哈夫曼译码-hafuman code and decode
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:yanfen
  1. WindowsFormsApplication1

    0下载:
  2. 实现哈弗曼编码及其压缩。对一个文本文件中的字符进行哈夫曼编码,生成编码文件(后缀名.cod);反过来,可将一个编码文件还原为一个文本文件(.txt)。-Encoding and compression to achieve Hafu Man. A text file on the characters in the Huffman code, generate code files (suffix. Cod) in turn, can
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:63488
    • 提供者:张磊
  1. huffman

    0下载:
  2. 从文件中读入字符集大小n,以及n个字符和n个权值。构建哈夫曼树,对每个字符生成哈夫曼编码。从文件中读入需编码的字符串,利用哈夫曼编码,对字符串进行编码,编码结果保存在文件。-The character read from the file set size n, and n-n character and the right values. Construction of Huffman tree generated Huffman c
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:伍艳权
  1. Huffmancodedesign

    0下载:
  2. 哈夫曼编码设计,一颗有N个接点的赫夫曼树共有2N-1个接点,并将其存在大小为2N-1的一维数组中,以便之后便于查找。-Huffman code design
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:张一鹏
  1. hefuman

    0下载:
  2. 哈夫曼编码,对哈夫曼编码用java语言进行了实现-Huffman coding, Huffman coding on the realization of using java language
  3. 所属分类:加密解密

    • 发布日期:2024-05-19
    • 文件大小:574464
    • 提供者:微微
  1. Hffman

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable word length codi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:weizhi
  1. wenbenyasuoyujieya

    0下载:
  2. 文本压缩与解压缩工具。利用哈夫曼编码制作,可实现写入。-Text compression and decompression tool. Making use of Huffman coding, can achieve write.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:212992
    • 提供者:文明
  1. erchashu

    0下载:
  2. 用哈夫曼编码,实现最优二叉树。用VC编程,实现基本功能。-With Huffman coding, optimal binary tree. With VC programming, basic functions.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:447488
    • 提供者:文明
  1. Huffman-Code

    0下载:
  2. 把story.txt转换为code.txt,然后读取code.txt,转换为decoding.txt,模拟了哈夫曼编码、译码的过程。-The story.txt into code.txt, then read code.txt, converted to decoding.txt, to simulate the Huffman coding and decoding process.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:kevin
  1. huffman1

    0下载:
  2. 数据结构:利用C++实现对树进行哈夫曼编码,代码易懂。-Data Structures: Using C++ implementation of the Huffman code tree, the code easy to understand.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:liuyupei
  1. HUF

    0下载:
  2. 哈夫曼编码压缩解压缩,可以用来压缩图片等文件。-Huffman coding compression decompression can be used to compress images
  3. 所属分类:压缩解压

    • 发布日期:2024-05-19
    • 文件大小:225280
    • 提供者:丁丁
  1. DCT

    0下载:
  2. JPEG标准中规定了4种压缩模式[15]:顺序编码(Sequential encoding),渐进编码(Progressive encoding),等级编码(Hierarchical encoding),无损编码(Lossless encoding)。应用最为广泛的为基于DCT变换的顺序编码,也称之为基准模式(Baseline mode),其它几种模式都以此为基础。这里,采用了JPEG基准模式对图像进行压缩,在基准模式中,熵编码采用哈夫
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:yxl
  1. Huffman

    0下载:
  2. 实现哈夫曼编码,通过建哈弗曼树实现代码,环境为VC-Huffman tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:467968
    • 提供者:elieen
  1. Huffman

    0下载:
  2. 实现哈夫曼编码的matlab程序,可用于图像压缩处理,还可以计算出压缩率。-Matlab program to achieve Huffman coding can be used for image compression, the compression ratio can be calculated.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:高菲
  1. hafuman

    0下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本-Communicate using Huffman coding can greatly improve the channel utilization, reduce transmission time information, reducing transmission costs
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:31744
    • 提供者:流小圈
  1. HuffmanCoding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。 -Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable word length
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:小崔
  1. huffman-coding

    0下载:
  2. 该程序是实现输入一串字符后对其进行哈夫曼编码输出-huffman coding
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:鲁勇
  1. Huffman

    0下载:
  2. 哈夫曼编码 对电文进行编码 和解码功能 Huffman编码译码_模板_半空-Huffman coding to encode and decode messages Huffman coding and decoding _ _ empty template
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:13321216
    • 提供者:王大飞
  1. hafuman

    0下载:
  2. 该代码是实现哈夫曼树编码 可实现二进制哈夫曼编码-The code is to achieve binary Huffman tree, Huffman coding can be achieved
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:曹晶晶
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org