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

搜索资源列表

  1. hufferman

    0下载:
  2. 利用概率统计知识实现文件压缩与解压缩(哈夫曼压缩算法C++描述)-Huffman compression( C++ descr iption)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2209
    • 提供者:x
  1. losslessimagezipalgorithm

    0下载:
  2. 图像无损压缩算法代码全集,适合做图像无损压缩研究的入门人员收藏研究.-AR002 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:126926
    • 提供者:idlerrf
  1. huff

    0下载:
  2. 哈夫曼算法实现图片的压缩,图片有前后对比。-Huffman algorithm image compression,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:5295
    • 提供者:
  1. imagecompress

    0下载:
  2. 一个融合多种HUFFMAN压缩算法的程序,可供初学者参考使用-A fusion of a variety of procedures for the compression algorithm HUFFMAN, use and reference for beginners
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9547082
    • 提供者:dd
  1. HuffmanCoding

    0下载:
  2. 实现赫夫曼编码功能。利用数据结构典型算法,c语言构造最优二叉树实现赫夫曼编码-Implement Huffman encoding. Typical algorithms using data structures, c language binary tree structure to achieve optimal Huffman coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:889
    • 提供者:林子牧
  1. Compression

    0下载:
  2. 使用C#语言实现图像编码的各种算法,如霍夫曼编码、香农编码、香弗编码、行程编码、傅里叶编码等等。-C# language using a variety of image coding algorithms such as Huffman coding, Shannon coding, Hong Vladimir coding, length encoding, Fourier coding and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:150566
    • 提供者:Andox
  1. HufmanCode

    0下载:
  2. 【题目】编写基于HUFFMAN-CODE的译码和解码算法 实验要求: (1) 输入一段字符串,统计其中每个字符的频度; (2) 求每个字符的HUFMAN-CODE; (3) 对(1)中的字符串译码; (4) 对(3)中的译码再解码。 -【Title】 prepared HUFFMAN-CODE-based decoding algorithm for decoding and the experimental requirements: (1) Enter a strin
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:159416
    • 提供者:ll
  1. HuffmanCoding

    0下载:
  2. 霍夫曼编码的算法实现,利用自己给定的频率和要求输出霍夫曼树-get the huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:314251
    • 提供者:蔡盼
  1. huffmancode

    0下载:
  2. 一个哈夫曼算法.具体题目如下: 题目要求:1)建立一正文文件(本程序中建立的文件名文test.txt),向其中输入字符(本程序中可输入任意ASCII值) 2)通过哈夫曼算法求出文件中字符的相应编码 3)建立一与正文文件(test.txt)对应的编码文件(本程序中为bainma.txt)--a Huffman algorithm. Specific topics are as follows : Subject : 1) the establishment of a text document (
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:800
    • 提供者:朱绍
  1. hafumanbianma

    1下载:
  2. c语言编写的哈夫曼编码。设需要编码的字符集为{d1, d2, …, dn},它们出现的频率为 {w1, w2, …, wn},应用哈夫曼树构造最短的不等长编码方案。 数据结构与算法 typedef char *HuffmanCode //动态分配数组,存储哈夫曼编码 typedef struct { unsigned int weight //用来存放各个结点的权值 unsigned int parent,LChild,RChild //指向双亲、孩子结点的指针
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:51514
    • 提供者:SongLY
  1. fuffmancode

    0下载:
  2. 霍夫曼编码C++实现,通过霍夫曼树实现霍夫曼编码算法。-Huffman coding in C++, achieved by Huffman coding Huffman tree algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1052840
    • 提供者:沈宙
  1. 6-48

    0下载:
  2. 构造任意k元(k≥2)Huffman树算法,k元哈夫曼树的构造与2元哈夫曼树的构造相同,差别只在于k元哈夫曼树需考虑虚设的0的个数。-Construct an arbitrary k-ary (k ≥ 2) Huffman tree algorithm, k element of the Huffman tree structure with two yuan the same Huffman tree structure, the difference lies in k-ary Huffma
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1248
    • 提供者:tyq
  1. hefuman

    0下载:
  2. 赫夫曼树的算法 希望对大家有用 数据结构必会程序-Huffman tree algorithm we hope will be useful to program data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1547
    • 提供者:张华
  1. Desktop

    0下载:
  2. 用C++实现huffman 压缩算法 以及程序文档-huffman compression algorithm and program documentation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:139339
    • 提供者:徐若晨
  1. HuffmanTree

    0下载:
  2. 基于Huffman树的一个压缩算法,通过统计字符的出现频率构造Huffman树,然后进行编码和解码。包括源代码和测试样例-Huffman tree based on a compression algorithm, the frequency of statistical character of the Huffman tree structure, and then to encode and decode. Including source code and test the sample
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1087225
    • 提供者:leo
  1. test_code

    0下载:
  2. 算法设计与分析 _4-19 多元Huffman编码问题-Algorithm design and analysis of algorithm design and analysis of _4-more than 19 yuan Huffman coding problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:575
    • 提供者:jiangcheng
  1. Lying-data-structure2

    0下载:
  2. 《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;-" Westward the data structure," the main contents include: Introduction of data structures, algorithms, Big O-order method is derived sequence differ
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:880451
    • 提供者:陈雨
  1. Lying-data-structure9

    0下载:
  2.  《大话数据结构》主要内容包含:数据结构介绍、算法推导大O阶的方法;顺序结构与链式结构差异、栈与队列的应用;串的朴素模式匹配、KMP模式匹配算法;二叉树前中后序遍历、赫夫曼树及应用;图的深度、广度遍历;最小生成树两种算法、最短路径两种算法;拓扑排序与关键路径算法;折半查找、插值查找、斐波那契查找等静态查找;稠密索引、分块索引、倒排索引等索引技术;冒泡、选择、插入等简单排序;希尔、堆、归并、快速等改进排序-" Westward the data structure," the m
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1531772
    • 提供者:陈雨
  1. JavaPHuffmancompression

    0下载:
  2. 应用Java语言利用哈弗曼算法,实现对文件的压缩和解压功能-Huffman compression with java
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:12194
    • 提供者:李枫
  1. HuffmanTree

    0下载:
  2. 实现Huffman快速编码解码,Huffman压缩算法,以及测试代码-Quick Huffman Coding and Decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:561775
    • 提供者:xjj
« 1 2 ... 22 23 24 25 26 2728 29 30 31 32 ... 44 »
搜珍网 www.dssz.com