搜索资源列表

  1. java哈夫曼

    0下载:
  2. java版本的哈夫曼编码 可以编码也可以解码-java version of the Huffman codes can also be encoded decoder
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:闫科
  1. 哈夫曼算法源程序

    0下载:
  2. 哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University's book algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:范铮
  1. 哈夫曼树的建立

    0下载:
  2. 本程序实现哈夫曼树的建立,是数据结构编程的其中一个内容,使用C语言篇写-the Huffman tree procedures to achieve the establishment of the data structure of a programming content, the language used to write C
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:木兰
  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-05-19
    • 文件大小:2048
    • 提供者:陈志德
  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-05-19
    • 文件大小:2048
    • 提供者:胡斌
  1. 哈夫曼树编码

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

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:何为
  1. 哈夫曼编译器

    0下载:
  2. 详细的哈夫曼编码、解码源程序,带有注释,分模块化-detailed Huffman encoding, decoding source, with Notes, modular-
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:郝来雨
  1. [C++]哈夫曼编码及译码

    0下载:
  2. [C/C++]哈夫曼编码及译码 构造赫夫曼树 HT , 并求出 n 个字符的赫夫曼编码 HC //将结果存入 hufTree.txt-[C/C] Huffman coding and decoding structure HT Huffman tree, and obtained n characters of Huffman coding HC// results deposited hufTree.txt
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:无间
  1. 动态哈夫曼的改进

    0下载:
  2. 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in
  3. 所属分类:PropertySheet

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:wzh
  1. 哈夫曼译码

    0下载:
  2. [基本要求] 一个完整的系统应具有以下功能: (1)I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2)E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3)D:译码(Decoding)。利用已建好的哈
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1013760
    • 提供者:吕夏琴
  1. 《哈夫曼树》

    0下载:
  2. 根据哈夫曼算法创建的哈夫曼树,求树中每个外部结点的编码-under Huffman algorithm to create the Huffman tree for each tree node external coding
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:陈烈城
  1. 构建哈夫曼树

    0下载:
  2. 利用C语言构建哈夫曼树 能够模拟哈夫曼树的构建过程,对理解有帮助-C language Construction Huffman tree to simulate the Huffman tree building process, help to understand
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:郭郭
  1. 最终哈夫曼编码

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

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:海文
  1. 哈夫曼编译器

    0下载:
  2. 实现对一个简单文本进行哈夫曼编码译码,并打印哈夫曼树(Huffman encoding and decoding of a simple text)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:马上
  1. 哈夫曼源码

    0下载:
  2. 根据所输入的字符已经权值构造哈夫曼树以及其编码,并将哈夫曼树打印出来,然后显示各个字符的编码(According to the input characters have been weighted structure Huffman tree and its encoding, and the Huffman tree print out, and then display the encoding of each character
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:无伤
  1. 哈夫曼编码

    0下载:
  2. 哈夫曼编码的实现,数据结构课程中的经典算法(c code for Huffman which is a critical algorithm in data construction)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:19456
    • 提供者:冬夏小梦
  1. 哈夫曼树

    0下载:
  2. 哈夫曼树,又叫最优二叉树,指的是对于一组具有确定权值的叶子结点的具有最小带权路径长度的二叉树。(The haffman tree, also known as the optimal binary tree, refers to a binary tree with a minimum path length for a set of leaf nodes with determinate weights.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:430080
    • 提供者:啊哈S
  1. 哈夫曼编码示例

    0下载:
  2. 使用类实现哈夫曼树,在此基础上实现了一个简单的哈夫曼编码译码系统。(Using the class to achieve Huffman tree, on this basis, to achieve a simple Huffman coding and decoding system.)
  3. 所属分类:Windows编程

  1. 哈夫曼树编码

    0下载:
  2. 哈夫曼树的实现,辛苦辛苦辛苦可惜,资产支持支持支持(ha fu m a n shu d e s h i x i an)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:搞错了
  1. 9500101张三丰-哈夫曼编码译码

    0下载:
  2. 通过哈夫曼编码译码把一段文本的编译计算有多少数值出现多少次(How many times do you compile and calculate a text by Huffman coding?)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:209920
    • 提供者:食肉兔
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org