CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - huffman code

搜索资源列表

  1. 统计英文文章的字符个数并huffman编码

    4下载:
  2. a)需求分析: 任务 :对一篇英文文章,统计各字符出现的次数,实现Huffman编码; 要求:输出每个字符出现的次数和编码,其中求最小权值要求用堆实现; b)概要设计: 本程序所使用的数据结构是树和线性表,所使用的算法主要有堆排序、赫夫曼算法。 -a) Requirements Analysis : Mandate : an article in English, statistics of the number of characters to achieve Huffma
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2838
    • 提供者:李韦纬
  1. 用于文件压缩的huffman算法

    0下载:
  2. 一个huffman压缩解压算法源码 .rar-a Huffman compression decompression algorithm source code. Rar
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17144
    • 提供者:张柏
  1. huftree_CODE_SYSTEM

    0下载:
  2. 哈夫曼码的编/译码系统,实现功能:1.初始化 2.编码 3.译码 4.印代码文件 5.印哈夫曼树-Huffman code encoder / decoder system that functions : 1. Initialization 2. Code 3. Decoding 4. Indian code 5. India Huffman tree
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:111303
    • 提供者:wangyuliang
  1. HUFFMAN

    0下载:
  2. Huffman编码算法的C语言的源程序代码 (source code written in C programming language for algorithm of Huffman coding).
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1432
    • 提供者:吴明
  1. 产生huffman编码

    0下载:
  2. huffman产生哈夫曼编码的源代码. ... generate huffman code //i present the i th code, j present from leaf to root in huffman tree //hfdata ... 第3 楼 一种思想。-Huffman coding produce the source code. Generate Huffman code ... / / i present the i th code, j present from
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1520
    • 提供者:yl
  1. huffman tree

    0下载:
  2. huffman tree 问题描述:设一份电文中有不同出现频率的字符,为了提高电文的输入和翻译效率,必须有一套简短而又不会产生歧义的字符代码。试根据哈夫曼算法,对电文中的不同字符,构造出一棵哈夫曼树,对每个字符进行编码。-Huffman tree Problem descr iption : Let a message different frequency of the characters, in order to enhance the input and message translat
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:9874
    • 提供者:李明
  1. Code_Huffman

    0下载:
  2. 详细介绍了霍夫曼编码的源代码 用于图象的加密解密程序-Huffman code described in detail the source code for image encryption and decryption process
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:bichaozhi
  1. hahuman

    0下载:
  2. 香农-范诺 和 霍夫曼无损 压缩算法-Shannon and huffman code by C++
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-13
    • 文件大小:3092
    • 提供者:zhjp007
  1. huffmanandRehuffman

    0下载:
  2. 只要实现huffman编码和huffman译码,还有打印编码和生成编码的功能。-huffman code and rehuffman code both functions can achieve
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:3486
    • 提供者:yanweu
  1. AdaptiveHuffman

    0下载:
  2. Huffman编码解码源代码,在VC环境下运行。-Huffman encoding and decoding the source code, running in the VC environment.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:13161
    • 提供者:阿毛
  1. huff

    0下载:
  2. 霍夫曼编码的C语言实现,用VC6.0平台实现,完成建立建立码树功能,可进行huffman的编码和译码-The realization of Huffman Code
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-10
    • 文件大小:1323
    • 提供者:caverkia
  1. Huffman

    0下载:
  2. Huffman的java源码,供大家交流使用!-Huffman' s java source code for all exchanges to use!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:1918
    • 提供者:嘎嘎
  1. huff

    0下载:
  2. huffman algoritma disertai dengan code dan contoh
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:248702
    • 提供者:edi m
  1. Huffman1

    0下载:
  2. it is a huffman code used to derive codes
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1558
    • 提供者:trups
  1. Huffman

    0下载:
  2. huffman编码生成器 函数说明: [W,L,q]=huffman(P) 为huffman编码函数 P为信源的概率矢量,W为编码返回的码字 L为编码返回的平均码字长度,q为编码效率 ***************************************** -huffman encoding function generator Descr iption: [W, L, q] = huffman (P) for
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:4829
    • 提供者:lijing
  1. huff

    0下载:
  2. 哈夫曼编码,用C++实现的哈夫曼编码及解码,使用的文件的输出-huffman code
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:1052949
    • 提供者:王红
  1. Huffman

    0下载:
  2. 哈夫曼二叉树的带权值用C语言实现的源代码-Huffman binary tree with weights using the C language source code
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:219458
    • 提供者:谭珊
  1. project

    0下载:
  2. Huffman code, we can compress image by using this code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1398
    • 提供者:haitham
  1. introduction-to-algorithms-code

    1下载:
  2. 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
  3. 所属分类:source in ebook

    • 发布日期:2016-12-06
    • 文件大小:40960
    • 提供者:骨头
  1. huffmancode

    0下载:
  2. 设字符集为26个英文字母,设置其出现频度。先建哈夫曼树,显示每个字母的哈夫曼代码,在根据用户的输入翻译密码-The character set for the 26 English letters, set its frequency of occurrence. First built Huffman tree to display each letter Huffman code, based on user input password Translation
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:23363
    • 提供者:香雪海
« 12 »
搜珍网 www.dssz.com