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

搜索资源列表

  1. haffman_code

    0下载:
  2. 自己写的haffman编码源代码,用matlab实现的,欢迎指正。-himself wrote the source code haffman coding using Matlab to achieve, and welcome correction.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3256
    • 提供者:田彬
  1. haffman_tree

    0下载:
  2. 我的一次数据结构课程设计HUFFMAN树的C++源代码,基本功能有: 1.显示27个字符的haffman编码; 2.输入m个字符,对应27个字符的权值进行haffman编码; 3.输入一串字符,用已经定义的haffman编码输出;-a data structure course design Speed HUFFMAN tree C source code, the basic function : 1. show 27 characters haffman coding; 2. m
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 在Jpeg中Huffman采用的是范式Huffman编码。经过查相关资料有两种不同说法,请高手指点。谢谢! 1、构造范式 Huffman 编码的方法大致是: 分别统计从最大编码长度 maxlength 到 1 的每个长度对应了多少个符号。根据这一信息从 maxlength 个 0 开始以递增顺序为每个符号分配编码。例如,编码长度为 5 的符号有 4 个,长度为 3 的有 1 个,长度为 2 的有 3 个,则分配的编码依次为: 00000 00001 00010 00011
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8505
    • 提供者:gaorui
  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. 哈夫曼的编译码问题,用C++描述的。程序先从文本1读入要进行编码的文本,将编码存入另一个文本2再用将文本2译码存入文本3。最终文本3应和文本1内容相同。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10974
    • 提供者:常雅敏
  1. haffman

    0下载:
  2. 经典的哈夫曼树编码数据结构算法,跟绿皮数据结构算法的差不多!
  3. 所属分类:数据结构常用算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:30927
    • 提供者:gpc
  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. 哈弗曼编码的递归实现算法,包括构造哈弗曼树函数,编码函数,译码函数和输出函数。-哈弗曼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. 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. 基于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
    • 提供者:海阳
  1. haffman

    0下载:
  2. haffman编码,用c++实现,已经编译通过,附带两种,请自己选择-haffman encoding, using c++ implementation, has been compiled by, with two, please choose
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4053
    • 提供者:kelaosuo
  1. haffman

    0下载:
  2. haffman编码,用matlab实现哈夫曼编码-haffman coding
  3. 所属分类:matlab

    • 发布日期:2017-11-20
    • 文件大小:12808
    • 提供者:lunfei
  1. Haffman

    0下载:
  2. 可视化窗口的哈夫曼编码/解码器 运用了C++和Visual C++ 可视化窗口下在文本框输入需要编码/译码的内容即可实现(Huffman coding / decoder for visual windows)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:134144
    • 提供者:Polly_J
« 12 3 4 »
搜珍网 www.dssz.com