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

搜索资源列表

  1. HuffmanCompression

    0下载:
  2. 通过哈弗曼压缩算法实现文件的压缩与解压软件-By Huffman compression algorithm for file compression and decompression software
  3. 所属分类:File Operate

    • 发布日期:2017-05-17
    • 文件大小:4665876
    • 提供者:陶飞
  1. SRC

    0下载:
  2. 编写一个基于哈夫曼树编码原理的算法对文件进行无损的压缩和解压缩-Write a Huffman tree coding theory based algorithm for lossless file compression and decompression
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:4686
    • 提供者:于民
  1. tree

    0下载:
  2. 算法与数据结构中的二叉树,孩子-兄弟存储的树,二叉线索树,最优二叉树,哈夫曼树等)。-Algorithm and data structure tree, children- brothers storage tree, binary tree trail, optimal binary tree, Huffman trees, etc.).
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:22482
    • 提供者:郭悠悠
  1. HuffmanTree

    0下载:
  2. 根据严蔚敏版的《数据结构》书上的哈弗曼树算法写的,运行环境是VC。-According to Huffman tree algorithm YanWeiMin version of "data structure" book written operating environment is VC.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:26557
    • 提供者:凯莉
  1. HuffmanCoding

    0下载:
  2. Huffman编码算法,用它来给树进行编码,遍历-Huffman coding algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1742
    • 提供者:Zhou
  1. huffmancode

    5下载:
  2. 利用最小堆编程实现给定权值集合下构造相应霍夫曼树的算法,并解决以下问题: 有一电文共使用五种字符a,b,c,d,e,其出现频率依次为4,7,5,2,9。 (1)构造对应的编码哈夫曼树(要求左子树根结点的权小于等于右子树根结点的权)。 (2)给出每个字符的哈夫曼编码。 (3)译出编码系列11 00 011 10 00 10 10 11的相应电文。 -With a minimum heap programming under a given set of weights to c
  3. 所属分类:Other windows programs

    • 发布日期:2015-12-30
    • 文件大小:2048
    • 提供者:DawnMao
  1. Data-Structure-and-algorithms-CPP

    0下载:
  2. c++实现数据结构的所有代码。包括线性表,树,图,排序,hash等。线性表实现堆栈,队列及约瑟夫环等多个应用,树实现哈夫曼树编码及译码,AVL树,线索化二叉树,森林和二叉树的相互转化等等,图实现图的几种建立方法,拓扑排序,最短路径,最大连通子图,双连通分量,最小生成树,关键路径算法等等,排序实现归并排序,快速排序,堆排序,shell排序,冒泡排序,选择排序,插入排序等,并对性能进行分析。hash实现闭散列表,开散列表,带溢出表的内散列表等,并使用5种hash函数。帮助同学们系统的学习数据结构及算
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:6297927
    • 提供者:汪景行
  1. Algorithm-analysis

    0下载:
  2. 算法分析中经典例子,例如有Huffman编码、排列树、图等的详细代码。-The classic example of algorithm analysis, for example, Huffman coding, arranged trees, graphs and other details of the code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:7788
    • 提供者:xiaojie
  1. Untitled

    0下载:
  2. Huffman编码算法的matlab实现-Huffman coding algorithm of matlab
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1151
    • 提供者:张亚南
  1. HafuManCode

    0下载:
  2. 霍夫曼编码解码算法的实现;及运行结果截图-Theme and operating results to achieve Huffman encoding and decoding algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:43618
    • 提供者:吴如是
  1. My_Huffman_coding

    0下载:
  2. 数据压缩霍夫曼编码实验源代码,算法详细解析-data compression huffman coding
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2086777
    • 提供者:
  1. Huffmanshizihebing

    0下载:
  2. 哈弗曼编码 石子 合并 问题 算法设计与分析-Huffman coding stone merger algorithm design and analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:723
    • 提供者:yang
  1. hafuman

    0下载:
  2. C++代码,目的是生成哈夫曼树。哈夫曼树又称最优二叉树,是一类带权路径长度最短的树。其构造可利用哈夫曼最早给出的哈夫曼算法来构造-C++ code is to generate Huffman trees. Huffman tree is also called the optimal two tree, is a class of weighted length of the shortest path tree. Its structure can be used to give the H
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1689094
    • 提供者:su
  1. ovding

    0下载:
  2. 哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩,很好,不错-Huffman tree coding, the use of Huffman tree algorithm of data compression, good, good
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-17
    • 文件大小:4096
    • 提供者:ztifh+5145
  1. trsctu2

    0下载:
  2. 哈夫曼树编码,利用哈夫曼树算法实现对数据的压缩,很好,不错(Huffman tree coding, the use of Huffman tree algorithm of data compression, good, good)
  3. 所属分类:对话框与窗口

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:lbudrnv
  1. Huffman_encode

    0下载:
  2. 该程序是利用哈夫曼算法实现对文件的压缩,编程语言是C++,平台是windows。(The program uses the Huffman algorithm to compress the file, the programming language is C++, and the platform is windows.)
  3. 所属分类:Shell编程

    • 发布日期:2018-04-21
    • 文件大小:12755968
    • 提供者:Forestman
« 1 2 3 4 5 6»
搜珍网 www.dssz.com