搜索资源列表

  1. 哈弗曼编码实验样例

    0下载:
  2. 哈弗曼树 代码可以自己输入也可以从文件读入
  3. 所属分类:源码下载

    • 发布日期:2010-12-03
    • 文件大小:936.93kb
    • 提供者:yang_star
  1. 哈弗曼

    0下载:
  2. 哈弗曼树的生成
  3. 所属分类:源码下载

  1. 哈弗曼树编码译码综合实验报告

    0下载:
  2. 哈弗曼树编码译码综合实验报告
  3. 所属分类:源码下载

    • 发布日期:2011-05-18
    • 文件大小:122.5kb
    • 提供者:lx900413
  1. Java环境下的哈弗曼树构建

    0下载:
  2. Java语言实现的哈弗曼树构建
  3. 所属分类:系统编程

  1. 哈弗曼树的编码与译码

    0下载:
  2. 哈夫曼编码 和哈弗曼树对文件的压缩 和解压缩
  3. 所属分类:压缩解压

    • 发布日期:2012-07-17
    • 文件大小:114.5kb
    • 提供者:haokua
  1. huaffmancode

    0下载:
  2. 简单的哈夫曼树的编码实现。 将出现不同频率的字母,转化为编码!-simple Huffman tree Coding. There will be a different frequency of letters, into coding!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-19
    • 文件大小:219kb
    • 提供者:陈文浩
  1. compress

    0下载:
  2. 实现了一个相对简单的哈弗曼树的压缩算法,是基于MFC开发的。-Realize a relatively simple哈弗曼tree compression algorithm is based on MFC development.
  3. 所属分类:压缩解压

    • 发布日期:2024-11-19
    • 文件大小:12.97mb
    • 提供者:罗亚
  1. huffman

    0下载:
  2. 关于哈弗曼树的编码译码,以及用文件形式输出的的算法-哈弗曼tree on the codec, and the documentary form of the algorithm output
  3. 所属分类:压缩解压

    • 发布日期:2024-11-19
    • 文件大小:3kb
    • 提供者:caowei
  1. hafuman

    0下载:
  2. 是数据结构的作业,有哈弗曼编码/译码、印哈弗曼树的代码以及实验报告-Data structure is operating, there哈弗曼encoding/decoding, India哈弗曼tree code and experimental report
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-19
    • 文件大小:252kb
    • 提供者:王徐哎
  1. baffman

    0下载:
  2. 哈弗曼编码的实现,包括了构造哈弗曼树函数,编码函数,译码函数和输出函数。-哈弗曼coding to achieve, including the structure tree哈弗曼function, encoding function, decoding function and output function.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1.34mb
    • 提供者:huangqiuxuan
  1. haffman

    0下载:
  2. 哈弗曼编码的递归实现算法,包括构造哈弗曼树函数,编码函数,译码函数和输出函数。-哈弗曼recursive coding algorithm, including the tree structure哈弗曼function, encoding function, decoding function and output function.
  3. 所属分类:压缩解压

    • 发布日期:2024-11-19
    • 文件大小:771kb
    • 提供者:huangqiuxuan
  1. shu_ju_jie_gou_ke_cheng_she_ji(1)

    0下载:
  2. 数据结构课程设计源码以及报告 有3个程序:1)哈弗曼树及哈弗曼编码 2)排序—内部排序方法 3)Hanoi Tower-Data structure, as well as curriculum design source reported three procedures: 1)哈弗曼trees and哈弗曼coding 2) sort- internal sorting method 3) Hanoi Tower
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-19
    • 文件大小:248kb
    • 提供者:利莉
  1. HaffumanTree

    0下载:
  2. 用C++做的哈弗曼树编码译码程序!里边有一些文件操作的代码!文件操作代码比较多!-Using C++ to do the decoding process哈弗曼coding! Have some file operations inside the code! File operations code more!
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:105kb
    • 提供者:陈新杰
  1. Haffman

    0下载:
  2. 哈弗曼树:分别用双亲孩子法以及二叉树前序遍历法实现了哈弗曼编码。非常适合初学者阅读。-哈弗曼tree: two-parent children were before the law and order binary tree traversal method哈弗曼encoding achieved. Very suitable for beginners to read.
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:328kb
    • 提供者:
  1. Huffman

    0下载:
  2. 用vc++实现用最短路径查找哈弗曼树。n个权值构成n棵二叉树的集合F={T1, T2, …, Tn},其中每棵二叉树Ti中只有一个带树为Ti的根结点。-Achieved with the vc++ to find the shortest path tree Havermann. n-weight constitutes a collection of n binary trees F = (T1, T2, ..., Tn), whic
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:liangsi
  1. 哈弗曼编码

    0下载:
  2. C语言编写哈夫曼树,实现字母和数字之间的密码互换。(C language Huffman tree, the realization of letters and numbers between the password swap.)
  3. 所属分类:加密解密

    • 发布日期:2024-11-19
    • 文件大小:244kb
    • 提供者:辰砂
  1. huffman.c

    0下载:
  2. 哈弗曼树构造算法。通过输入字符串构造哈弗曼树,生成哈弗曼编码(Huffman tree construction algorithm. The input string Huffman tree structure, generating Havermann encoding)
  3. 所属分类:书籍源码

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:AprilCal
  1. 哈弗曼树6.0

    0下载:
  2. 使用文件保存初始的文本数据及最终的结果。 ? 文件名为inputfile1.txt的文件保存的是一段英文短文; ? 文件名为inputfile2.txt的文件保存01形式的编码段; ? 文件名为outputfile1.txt的文件保存各字符的出现次数和对应的编码; ? 文件名为outputfile2.txt的文件保存对应于inputfile2.txt的译码结果。 统计inputfile1.txt中各字符的出现频率,并据此构造H
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:4.2mb
    • 提供者:destinyuan
  1. 哈弗曼

    0下载:
  2. 设计程序以实现的哈夫曼算法。求解所构造的哈夫曼树的带权路径长度()
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:461kb
    • 提供者:mew
  1. huffman.m

    0下载:
  2. 绘制哈弗曼树,输入数组以及其权值,最后绘制的树每个节点都有其相应的数据(Draw huffman tree, input data and draw the huffman tree.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-19
    • 文件大小:1kb
    • 提供者:hmmmf
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org