CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - haffman

搜索资源列表

  1. haffman

    0下载:
  2. 实现Haffman算法,有输入的接口,需输入字符及其权重,能自动生成Haffman编码-achieve Haffman algorithm, the input interface, the need to import characters and weights, can automatically generate code Haffman
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:3452
    • 提供者:张强
  1. Haffman

    0下载:
  2. 哈夫曼树的建立,haffman 编码,在turbo c 下运行
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1921
    • 提供者:chenweihuan
  1. Haffman

    0下载:
  2. 运用面向对象方法编写的一个haffman编码树,采用的数据结构为二叉树,完全是自己写的,还望大家多多指教!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30927
    • 提供者:gpc
  1. haffman

    0下载:
  2. haffman的编码和译码 haffman的编码和译码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2341
    • 提供者:黄高锦
  1. Haffman

    0下载:
  2. huffman 算法 包含的主要个文件: minheap.h:初始化堆 haffman.cpp:具体实现huffman算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:301524
    • 提供者:张海波
  1. Haffman

    0下载:
  2. 利用Haffman树实现文本数据的压缩和解压缩。VC++MFC环境-Using Haffman code method,complete text file compress and uncompress. please use it under VC++ mfc environment.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:10281224
    • 提供者:yangpeng
  1. Haffman

    0下载:
  2. C语言编写Haffman算法包括编码解码,内容关涉栈、二叉树及森林-C language, including Haffman algorithm codec, content related to stack, tree and forest
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:3218
    • 提供者:ximeer
  1. haffman

    0下载:
  2. 哈夫曼编码用 c语言编写的 比较简单 初学者 编码与字符的转换-Huffman coding using c language is relatively simple for beginners and character encoding conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:268023
    • 提供者:Dante
  1. haffman

    0下载:
  2. 哈夫曼算法。能够实现最基本的哈夫曼算法内容。-Huffman algorithm. To achieve the most basic content Huffman algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3764
    • 提供者:陈晓
  1. haffman

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

    • 发布日期:2017-05-02
    • 文件大小:120401
    • 提供者:huangqiuxuan
  1. encoding_source_code

    0下载:
  2. 适合初学者的基于MATLAB的JPEG编码,haffman编码,RLE编码.-Suitable for beginners MATLAB-based JPEG coding, haffman encoding, RLE encoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:76816
    • 提供者:卓越
  1. Haffman

    1下载:
  2. 哈夫曼算法的应用,是对一个文章利用哈夫曼树进行编码和解码,里面包含详细说明文档-Application of Huffman algorithm is an article for the use of Huffman encoding and decoding tree, which contains detailed descr iption of the document
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:83982
    • 提供者:彭宗山
  1. a

    0下载:
  2. huffman 压缩,应用haffman树进行,压缩和解压缩,压缩率很好。-huffman compression, application haffman tree, compression and decompression, compression rates are good.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:1550
    • 提供者:lihong
  1. HAFFMAN

    0下载:
  2. 详细的HAFFMAN树的创建和遍历源代码,其中注视很详细,个人实验课所作,若有不当之处请指出。-Detailed HAFFMAN tree creation and traversal source code, which focused on a very detailed, individual lessons by experiment, if irregularities Please indicate.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:233628
    • 提供者:欧阳云飞
  1. AHC

    0下载:
  2. 哈夫曼压缩编码的例子,真的不是平常的课程设计那么垃圾的东东,还是有价值的-haffman compress
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2537
    • 提供者:ada
  1. Haffman

    0下载:
  2. 一款Haffman编码!现代的压缩技术都是以它为基础!这些代码对文件的导入,算法,构建一棵树,遍历一棵树,最优解都有非常打得好处!能够很好的压缩txt文件!也能解码!是原来的四分之一大小到七分之一大小。真的很不错!-A Haffman coding! Of modern compression technologies are based on it! These codes into the document, the algorithm to construct a tree, traver
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:220079
    • 提供者:hujunlong
  1. Haffman

    0下载:
  2. Haffman解压与压缩,C++实现,压缩率26 -Haffman C++ 26
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:4466
    • 提供者:pacco
  1. HaffMan

    0下载:
  2. 基于C++的huffman编码,实现了其编码解码-Based on C++, huffman coding, achieved its codec
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:10658
    • 提供者:stone
  1. haffman

    0下载:
  2. 哈夫曼树编码算法的构造,使用C++语言设计实现。-huffman encoding
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1158
    • 提供者:shitou
  1. Haffman

    0下载:
  2. Haffman编码及解码的C++实现,能对指定文件进行Haffman编码或解码-Haffman encoding and decoding C++ implementation of the specified file to encode or decode Haffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:18381
    • 提供者:海阳
« 12 3 4 5 6 »
搜珍网 www.dssz.com