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

搜索资源列表

  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. 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. BinaryTree

    0下载:
  2. Implementation of binary tree to use it nclude this header to your project -Implementation of binary tree to use it nclude this header to your project
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:2320
    • 提供者:
  1. kruskalMinSpanningTree

    0下载:
  2. This kruskal Minimum Spanning Tree!It s good for user in Coding Programming.-This kruskal Minimum Spanning Tree! It s good for user in Coding Programming.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:9969
    • 提供者:chengbing
  1. Minium_Spanning_Tree(Kruskal)

    0下载:
  2. 最小生成树问题 问题描述:若要在n个城市之间架设通讯网络,只需要架设n-1条线路即可。如何以最低的经济代价建设这个通讯网,是一个网的最小生成树问题。 设计要求:利用克鲁斯卡尔算法求网的最小生成树;以文本形式输出生成树中各条边以及它们的权值。 -The issue of minimum spanning tree problem Descr iption: n To set up a communication network between cities, only need to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:8055
    • 提供者:利莉
  1. hafuman2

    0下载:
  2. 此霍夫曼编码可根据自己输入的字符集及频度构建霍夫曼树,利用建好的哈夫曼树生成哈夫曼编码.-This Huffman code can be entered in accordance with their own character set and the frequency of Huffman tree constructed using built Huffman tree generated Huffman.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:2862
    • 提供者:jj
  1. BSTREE

    0下载:
  2. all traversals in binary search tree with simple coding-all traversals in binary search tree with simple coding..
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:576
    • 提供者:dass
  1. huffman_coding

    0下载:
  2. ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code t
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. Generate a Huffman Tree for an input String.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:9715
    • 提供者:Naya Rangel
  1. Huffman

    1下载:
  2. 构造自适应霍夫曼树实现文件的压缩与解压缩。-Adaptive Huffman tree structure for file compression and decompression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:6210
    • 提供者:renyuanfang
  1. huffman

    0下载:
  2. this is a huffman tr-huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:74319
    • 提供者:wangwang
  1. Binary_search_tree

    0下载:
  2. Binary search tree with the function to add elements and to delete elements
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1766
    • 提供者:bob
  1. Huffman-tree

    0下载:
  2. How to construct huffman tr-How to construct huffman tree
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:8448
    • 提供者:TA
  1. Huffman-encoding-and-decoding-tree

    1下载:
  2. 哈夫曼树编码解码,在程序中使用树结构,实现哈夫曼树,核心类:树结构类哈夫曼编解码器类;文本处理类;主程序类-Huffman encoding and decoding tree, the tree structure used in the program to achieve Huffman tree, the core categories: tree class class Huffman codec text processing classes main categories
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-12-08
    • 文件大小:8780800
    • 提供者:李聪
  1. Images-Compression-Using-Dual-Tree-Complex-Wavele

    0下载:
  2. Images Compression Using Dual Tree Complex Wavelet Transform
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:610712
    • 提供者:an
  1. Compression-based-on-Huffman-tree

    0下载:
  2. 基于霍夫曼树编码的英文文本压缩,包括原创代码+技术文档+测试用例-English Text Compression Based on Huffman Tree,included original codes+technical report+some test data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:793872
    • 提供者:曾淼
  1. Huffman tree

    0下载:
  2. 分离的哈夫曼压缩和解压功能,通过建哈夫曼树实现文件压缩和解压功能(The split Hoffman compression and decompression function, by building Hoffman tree to implement the file compression and decompression function)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-07
    • 文件大小:391168
    • 提供者:plasticine
  1. Image compression using zero tree wavelet

    1下载:
  2. Image compression is a hot topic in data compression schemes. The above MATLAB codes includes technique for compressing an image with Zero Tree Wavelet Algorithm. It is a different approach than traditional ones. GUI is also included along with the m
  3. 所属分类:压缩解压

    • 发布日期:2018-03-23
    • 文件大小:1388508
    • 提供者:smartaj123
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com