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

搜索资源列表

  1. Huffman_wt

    0下载:
  2. 霍夫曼编码,用于压缩文档,文档中可以输入abc等字符。-Huffman coding, used to compress the document, the document can enter characters such as abc.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1921
    • 提供者:豆苗
  1. Huffman

    0下载:
  2. JAVA利用霍夫曼编码实现文件压缩与解压缩功能-Using Huffman coding to achieve compression and decompression functions
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:28935
    • 提供者:xiaoyu
  1. HuffmanDialog

    0下载:
  2. C语言实现图像的霍夫曼编码~可以实现简单的霍夫曼编码-C-Image of the Huffman coding ~ simple Huffman coding can be achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:816
    • 提供者:
  1. code

    0下载:
  2. 介绍了霍夫曼编码及字典码,同时编写了两者的编码程序,包括了报告-Huffman coding and the dictionary describes the code, while the preparation of both coding procedures, including a report
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2275684
    • 提供者:刘艳芳
  1. compress

    0下载:
  2. 能够读取要被压缩的文件,能够保存压缩后的文件,使用字典压缩算法和霍夫曼编码压缩算法对文件进行压缩。 -compress a file in two method : directory and huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:67799
    • 提供者:
  1. huffumancoding

    0下载:
  2. 实现霍夫曼编码与解码,通过构造霍夫曼树编程实现-Huffman coding and decoding achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1854
    • 提供者:bxhzzx
  1. Graphalgorithm

    0下载:
  2. 图论算法实现,含树,欧拉圈,霍夫曼编码,图的连通性,着色树,最短路径等,且采用加载皮肤界面,界面美观-Graph algorithms, including trees, Euler circles, Huffman coding, graph connectivity, coloring trees, shortest paths, and the interface with loads of skin, beautiful interface
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:1145340
    • 提供者:zc
  1. SmartStorage

    1下载:
  2. 一套基于ZIP/霍夫曼技术的智能数据存储技术试验源代码,这里所谓的智能存储技术大约类似一个文件包,你可以添加任意格式的文件进行存储(使用AddUpdateItem函数)和从文件包中删除(使用DeleteItem函数). 你可以选择 zlib/huffman压缩模式进行压缩存储或者不使用压缩进行存储. 它采用了文件索引技术因此可以获得更好的性能,这个就是叫真空存储技术,即 VaccumStorage()函数. 而且,最重要的是,它使用序列化小节(块)技术来进行处理 CRC 和压
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:433692
    • 提供者:yyzzhh911
  1. Huffman

    0下载:
  2. 实现了霍夫曼编码,算法经典,代码简洁,稳定性高-Implements Huffman coding, the classical algorithm, code simplicity, high stability
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5320706
    • 提供者:zhangshuhao
  1. a

    0下载:
  2. 二十位以内霍夫曼编码计算,输入概率即可得到编码
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:591
    • 提供者:茶道
  1. huffman

    0下载:
  2. 图像压缩matlab的霍夫曼编码huffman
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1572
    • 提供者:zhanglu
  1. huffmannn

    0下载:
  2. 实现霍夫曼编码,根据随机概率编程霍夫曼码,有详细解释。-Huffman coding to achieve, according to random probability programming Huffman code, a detailed explanation.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:873
    • 提供者:zhaofei
  1. huffmancoding0

    0下载:
  2. 霍夫曼编码,通过窗口实现霍夫曼编码!霍夫曼编码可能是计算机界最经典的编码方法!-huffmancoding
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3691442
    • 提供者:Kid
  1. ImageCoding

    0下载:
  2. 图像压缩编码 霍夫曼 香农费诺 算术编码 游程编码 位平面编码 预测编码-ImageCoding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:419786
    • 提供者:lynn
  1. hfm

    0下载:
  2. 霍夫曼编码的程序,可以任意输入a-z字符串,建立霍夫曼树-Huffman coding of the program, you can string any input az, the establishment of Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2625
    • 提供者:天蓝夜
  1. HuffmanTree

    0下载:
  2. 数据结构霍夫曼树的实现,霍夫曼树 在数据结构与算法中,人们把最小带权路径长度的二叉树称为霍夫曼树或者最优二叉树-Huffman tree data structure implementation, Huffman tree data structure and algorithm, it is the right path with the minimum length of optimal binary tree or binary tree called the Huffman tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:431366
    • 提供者:dgj
  1. HuffmanTree

    0下载:
  2. Huffman编码的实现。创新在于用树形表示霍夫曼树,很形象。-Huffman encoding implementation. Innovation is the Huffman tree with the tree that very image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:157627
    • 提供者:高高
  1. MATLAB

    0下载:
  2. 霍夫曼编码的MATLAB实现运行时需要自己添加变量值-Huffman coding to achieve run-time MATLAB need to add the variable value
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:829
    • 提供者:li
  1. huffman

    0下载:
  2. 霍夫曼编码,可以实现一个霍夫曼树的编写及解码-Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:958292
    • 提供者:高宝
  1. Graph

    0下载:
  2. 数据结构中图的操作,包括有向图,无向图,加权图,无加权图.还包括生成最小生成树,以及霍夫曼编码.-Data structure in operation, including a directed graph, undirected graph, weighted graph, non-weighted graph. Also generate minimum spanning tree, and Huffman coding.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:278069
    • 提供者:fengwuyu
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 39 »
搜珍网 www.dssz.com