CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - HUFFMAN算法

搜索资源列表

  1. haffman

    0下载:
  2. 这是一个实现哈夫曼树的算法。是用C语言实现的。-This is an implementation Huffman tree algorithm. Is to use C language implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:276800
    • 提供者:邓扬
  1. haffman

    0下载:
  2. 哈夫曼编码,文件操作,根据数据结构书上的算法写的-Huffman encoding, file operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:51868
    • 提供者:young
  1. 1

    0下载:
  2. 哈夫曼树的构建,正版算法,将一段文字自动编码为相应的01码,构建一棵哈夫曼树来实现-Huffman tree construction, genuine algorithm, a paragraph of text automatically encoded as the corresponding 01 yards to build a Huffman tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:2125
    • 提供者:赵一凡
  1. Hafuman

    0下载:
  2. 这是我自己写的一个哈夫曼的程序,是算法实验,穿上开供新手学习使用-This is a program I wrote it myself Huffman algorithm experiments, wear open for novice learning to use
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:74479
    • 提供者:阿克瓦力
  1. huffman2

    0下载:
  2. 哈弗曼编码(贪心算法) -huffman code(Greedy algorithm)
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1409512
    • 提供者:李江
  1. Entropy-coding-source-program

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-05
    • 文件大小:18688499
    • 提供者:杨飞帆
  1. Huffman_tree

    0下载:
  2. 用C++写的一个哈夫曼树的算法,可以用在C++或课程设计上-With C++ write a Huffman tree algorithm can be used in the the C++ or curriculum design
  3. 所属分类:Console

    • 发布日期:2017-11-12
    • 文件大小:19587
    • 提供者:wangliang
  1. picture

    0下载:
  2. 基于VC++和Matlab实现的常用图像编码算法,包括Huffman编码、Fano编码、算术编码、游程编码、Shannon编码及信源熵的计算的常用编码算法。-VC++ and Matlab common image coding algorithms, including Huffman coding, Fano coding, arithmetic coding, run-length coding, Shannon coding and source entropy calculation
  3. 所属分类:Special Effects

    • 发布日期:2016-06-29
    • 文件大小:108544
    • 提供者:wmt
  1. Untitled2

    0下载:
  2. MATLAB压缩图像并解码输出(哈夫曼算法)-MATLAB compressed image and a decoded output (Huffman algorithm)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-19
    • 文件大小:953
    • 提供者:liu yinghao
  1. halfman-yasuo

    0下载:
  2. 这是我们课程设计的作品,利用哈夫曼算法实现的压缩软件。仅供参考。-This is our curriculum design works Huffman algorithm to achieve the compression software. For reference only.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-28
    • 文件大小:68951
    • 提供者:方刚
  1. NetTran

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:132978
    • 提供者:霍小刘
  1. main

    0下载:
  2. 优化的哈弗曼树, 优化的哈弗曼树,并行算法-Optimized Huffman tree, optimized Huffman tree Huffman tree, optimized, parallel algorithms
  3. 所属分类:MPI

    • 发布日期:2017-11-25
    • 文件大小:2470
    • 提供者:zhouhui
  1. hafuman

    0下载:
  2. 哈夫曼算法,功能完整。哈夫曼树是一种树形结构,用哈夫曼树的方法解编程题的算法就叫做哈夫曼算法。哈夫曼是一种数据结构,因为其存放方式颇有点象一棵树有树叉因而称为树。 -The Huffman algorithm, the functional integrity. Huffman tree is a tree structure, method of Huffman tree solution programming algorithm called Huffman algorithm. Huff
  3. 所属分类:ELanguage

    • 发布日期:2017-12-03
    • 文件大小:223674
    • 提供者:wh
  1. HanFuManBianMa

    0下载:
  2. 哈夫曼编码的实现,全面解密数据结构中树的有效应用,算法实现的很得体,学习数据结构的都值得参考-Huffman coding to achieve, fully decrypt the effective application of the tree data structure, algorithm is very decent, learn data structures are worth considering
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:1787
    • 提供者:小易
  1. DM6446JPEG-encode

    0下载:
  2. 一个原始图像信息,要对其进行 JPEG 编码,过程分两大步: i) 去除视觉上的多余信息,即空间冗余度 ii)去除数据本身的多余信息,即结构(静态)冗余度 JPEG 编码中主要涉及到的内容主要包括: i) Color Model Conversion (色彩模型) ii) DCT (Discrete Cosine Transform 离散余弦变换) iii)重排列 DCT 结果 iv) 量化 v) RLE 编码 vi) 范式 Huffman 编码 v
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:25488
    • 提供者:cnauth
  1. Data-Structures-and-Algorithms

    0下载:
  2. 数据结构与算法分析,Huffman编码、带括号的算术表达式求值、A Text Editor Imlementation、拓扑排序-Data Structures and Algorithms, Huffman coding, bracketed arithmetic expression evaluation, the A the Text Editor Imlementation, topological sorting
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-08
    • 文件大小:3830856
    • 提供者:du pengrui
  1. main

    1下载:
  2. 统计一篇文章中字母’a’~’z’(不分大小写)出现概率,对字母完成Huffman编码算法的设计与实现。-Statistics article in the letter ' a' ~ ' z' (case insensitive) probability of occurrence of the letter to complete Huffman coding algorithm design and implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:1962
    • 提供者:王祎
  1. adaptivehuffman

    0下载:
  2. 改进版动态Huffman解压缩程序,可以对任何文件进行压缩,注释详尽,便于理解算法-Dynamic Huffman decompressor
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:4103
    • 提供者:尹魂
  1. huff

    0下载:
  2. 呃,就是用赫夫曼算法写的压缩解压程序。非常粗糙,只能压缩英文文章。因为里面的字符概率是基于自然语言的,源代码之类的没法压缩。而且会抛弃最后几个字母,嘿嘿。为了交作业,没有好好写。改一下下应该能挺好的。压缩比能到60 吧-Uh, is to use Huffman compression decompression algorithm written procedures. Very rough, only compress English articles. Because there is t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:7648
    • 提供者:fisher
  1. GreedyAlgorithm

    0下载:
  2. Prim,Kruskal,Dijkstra 三个算法的java统一界面实现,可以用同一个界面以及公用一些类与变量,最后还有哈弗曼算法实现,可以作为学习算法的好例子-Prim, Kruskal, Dijkstra algorithm java three unified interface to achieve, you can use the same interface as well as public classes and variables, and finally Huffman a
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:543755
    • 提供者:lishanmin
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 44 »
搜珍网 www.dssz.com