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

搜索资源列表

  1. asd

    0下载:
  2. huffman动态算法,注视详细绝对实用可靠,希望对大家有所帮助-Dynamic Huffman algorithm detailed, look absolutely reliable and practical, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:98404
    • 提供者:asdfghjkl
  1. LZHUF

    0下载:
  2. LZ 及huffman静态混合算法,算是对huffman算法的改进,可以直接运行,希望对大家有帮助-LZ and Huffman static mixture algorithm, is to improve the Huffman algorithm, can be directly run, and they hope to help everyone
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:4120
    • 提供者:asdfghjkl
  1. HuffmanTree

    0下载:
  2. 根据哈夫曼算法,建立哈夫曼树时,可以将哈夫曼树定义为一个结构型的一维数组HuffTree,保存哈夫曼树中各结点的信息,每个结点包括:权值、左孩子、右孩子、双亲-Huffman algorithm Huffman tree is created, the Huffman tree is defined as a structure of one-dimensional array HuffTree, save the information of Huffman tree nodes, each
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:894
    • 提供者:lirunmin
  1. huffman

    0下载:
  2. 哈夫曼树的算法,小程序,测试完全可用,数据结构-Huffman tree algorithm, program, test fully available
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:945742
    • 提供者:许旭涛
  1. Huffman

    0下载:
  2. huaffman算法的代码实现,用C++语言实现了该算法,是比较经典的程序。-the algorithm huaffman the code implementation, implements the algorithm C++ language is a classic program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1625
    • 提供者:vivian
  1. Exp4_Huffman

    0下载:
  2. 算法设计与分析中的哈夫曼算法,C++源程序-Algorithm design and analysis of the Huffman algorithm, C++ source
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1340
    • 提供者:omic
  1. Huffman-coding

    0下载:
  2. 通信的数字化是它能与计算机技术和数字信号处理技术相结合的基础,而实现通信数字化的前提是信源能提供的各种用于传递的消息,例如语音、图像、数据、文字等都必须以数字化形式表示。而信源编码是数字通信系统中的重要组成部分,他是保证信号有效传输的一种重要方式。霍夫曼编码依据字符出现的概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,其优越的性能被广泛使用在数字通信系统中。霍夫曼编码已经成为数据压缩的灵魂算法。本文介绍了无失真编码算法的构造,霍夫曼编码的规则和特点,同时分析了对信源进行优化的方法,最后
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:59597
    • 提供者:郑华
  1. Huffman

    1下载:
  2. 哈夫曼压缩算法,开发环境Matlab,利用此例程序可以仿真哈夫曼压缩比-Huffman compression algorithm development environment of Matlab, using this example program can simulate the Huffman compression ratio
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:203927
    • 提供者:胡帆
  1. Huffman

    0下载:
  2. 哈夫曼树的编写,程序语言为C语言,数据结构与算法范畴。-Huffman written by C progamming language,Data structure and algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:313176
    • 提供者:王伟峰
  1. Huffman

    0下载:
  2. JAVA实现的HUFFMAN算法,根据输入生huffmantree,输出加密后的2进制序列-JAVA implemented algorithm HUFFMAN, input raw huffmantree, encrypted output sequence of binary
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1476
    • 提供者:FHJ
  1. LZ77-Compression-algorithm

    0下载:
  2. zlib 源码分分析,对Huffman tree, lz77基础进行了深入讲解,对于学习了解压缩算法有帮助-zlib source code analysis, conducted in-depth to explain Huffman, tree, lz77 basis
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:59954
    • 提供者:Andy
  1. Huffman

    0下载:
  2. 该代码实现了哈夫曼树算法,简单易懂,调理清晰,非常适合初学者学习。-The code implements the Huffman tree algorithm, easy to understand, clear conditioning, ideal for beginners to learn.
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3463934
    • 提供者:Nancy Ye
  1. gwbssrari

    0下载:
  2. 这里给出的源代码huffman.zip用8种不同的方式实现了Huffman编码算法。这些代码意在演示不同Huffman算法的实现原理,比较算法执行效率的差别,但并没有针对实际应用环境的需求,做更多的空空空间或效率优化。全部代码以C++语言开发,为了更容易地实现各种数据结构,代码中大量应用了标准C++库与模板技术。——总之,这些代码的作用在于示例与演示;如果大家想把这些代码应用在实际应用中,可能还需要 -The given here source code huffman.zip eight
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:26709
    • 提供者:ywhfdl
  1. MYhuffman

    0下载:
  2. 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:4990
    • 提供者:杨斌
  1. cppHuffman

    0下载:
  2. 用c++实现的压缩解压程序,能对文本文件进行压缩解压,利用的是Huffman算法-C++ implementation with compression decompression procedure can extract the text file compression, using the Huffman algorithm. . . . . .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:142129
    • 提供者:qi
  1. Huff_Compress

    0下载:
  2. 无损压缩算法:哈夫曼编码。哈夫曼算法的过程为:统计原始数据中各字符出现的频率;所有字符按频率降序排列;建立哈夫曼树:将哈夫曼树存入结果数据;重新编码原始数据到结果数据。-Lossless compression algorithms: Huffman coding. Huffman algorithm is the process: the original data in the statistical frequency of occurrence of each character al
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:11339980
    • 提供者:choonsa.miss
  1. huffman

    0下载:
  2. 简单的哈夫曼压缩和解压缩c语言执行, 请多多指教-Simple huffman compression algorithm implementation
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 霍夫曼编码解码,一个很经典的算法,学C语言基本都会学的算法-Hoffman codec, a classical algorithm to learn the C language will learn the algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1415677
    • 提供者:孙骁永
  1. huff

    0下载:
  2. a code for huffman algorithm.
  3. 所属分类:CA program

    • 发布日期:2017-12-10
    • 文件大小:18590
    • 提供者:shubham
  1. 2008145279

    0下载:
  2. prim算法、哈弗曼算法、拓扑排序算法。 -prim algorithm, Huffman algorithm, topological sorting algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:2201549
    • 提供者:chenmukai
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 40 »
搜珍网 www.dssz.com