CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 树

搜索资源列表

  1. 零树编码.zip

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:
    • 文件大小:9199
    • 提供者:
  1. EZWvc

    0下载:
  2. ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11437
    • 提供者:马木木
  1. AdaptiveHuffman

    1下载:
  2. 自适应huffman编码,即在编/解码过程中根据已编/解码数据来计算各个码字的概率,并动态调整huffman树。包括编码器和解码器。 在vc++.net 2003下开发-adaptive Huffman coding, that is the encoding / decoding process based encoding / decoding data to calculate various code word probability, Dynamic adjustment and
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13157
    • 提供者:沈宏伟
  1. 20060304073455509

    0下载:
  2. 基于小波变换的嵌入式图像零树编码与解码。-based on wavelet transform embedded images Zerotree encoding and decoding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:37878
    • 提供者:王宇
  1. 2dheap

    0下载:
  2. 基于小波变换的零树嵌入式图像编码和解码分析-based on wavelet transform Zerotree embedded image coding and decoding Analysis
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1123
    • 提供者:王宇
  1. conversions

    0下载:
  2. 基于小波变换的零树嵌入式图像编码和解码分析-based on wavelet transform Zerotree embedded image coding and decoding Analysis
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1336
    • 提供者:王宇
  1. zerotree

    0下载:
  2. 基于小波变换的零树嵌入式图像编码和解码分析-based on wavelet transform Zerotree embedded image coding and decoding Analysis
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1825
    • 提供者:王宇
  1. wtransform

    0下载:
  2. 基于小波变换的零树嵌入式图像编码和解码分析-based on wavelet transform Zerotree embedded image coding and decoding Analysis
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3523
    • 提供者:王宇
  1. pq

    0下载:
  2. 哈夫曼编码树算法-Huffman coding Tree Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:33124
    • 提供者:赵臻
  1. 霍夫曼树编码

    0下载:
  2. 哈夫曼树编码代码-Huffman code tree coding
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1711
    • 提供者:小小
  1. Huffman123

    0下载:
  2. 给定若干个字符及其对应的权重,建造一颗高度尽可能小的Huffman树及字符的Huffman编码。-given a number of characters and their corresponding weights, construction of a high as possible Huffman tree and the character of Huffman coding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:219692
    • 提供者:梁清华
  1. matlabyeye

    0下载:
  2. 本算法是一个C语言编写的基于小波零树的图像压缩算法。-the algorithm is a C language based on wavelet zerotree image compression algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:18849
    • 提供者:陈琴
  1. GaloisFieldArithmetic

    0下载:
  2. 心电图小波零树压缩演算法的研究-ECG wavelet compression algorithm is the tree of
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23175
    • 提供者:shaowen
  1. 树遍历

    0下载:
  2. 有关树的遍历问题-the tree traversal issue
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1821
    • 提供者:meng
  1. 哈弗曼树的编码与译码

    1下载:
  2. 哈夫曼编码 和哈弗曼树对文件的压缩 和解压缩
  3. 所属分类:压缩解压

    • 发布日期:2012-07-17
    • 文件大小:117248
    • 提供者:haokua
  1. huffman.rar

    0下载:
  2. 实现哈夫曼树算法,用VS2005开发,并附有详细的文本说明!,Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:9649
    • 提供者:成涛
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  1. huffman

    0下载:
  2. 构造一颗霍夫曼树,输入叶子节点的字符及权重,输出字符对应的Huffman编码,还可以通过输入0.1编码翻译出对应的字符-Hoffman Construction of a tree, enter the leaf nodes and the weights of the characters, the output of the Huffman code corresponding characters can be translated by entering the correspondin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:241232
    • 提供者:libingyang
  1. HuffmanTree

    0下载:
  2. 二叉树-哈弗曼树的应用,键盘输入一连串的字符串,最好不要超过10个,回车后输出相应的频率,同时,根据左历变,按顺序输出频率的!!很简单-Binary Tree- Havermann Tree Application
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:1038272
    • 提供者:高阳
  1. xiangkehong

    1下载:
  2. 树与二叉树转换,用的是c++ 实现任意形状的树(使用广义表的方式从键盘输入)与二叉树的相互转换的实现-iohdiuosopidiosjdksddd
  3. 所属分类:压缩解压

    • 发布日期:2013-03-26
    • 文件大小:826
    • 提供者:彭亮
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com