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

搜索资源列表

  1. xiansuohua1

    0下载:
  2. 这是一个数据结构的线索二叉树的算法,是用C来编程的-This is a data structure leads to the binary tree algorithm is used to program the C
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:910
    • 提供者:tom
  1. lzss_huf

    0下载:
  2. This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially co
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3660
    • 提供者:冰冰
  1. 新建 WinZip File

    0下载:
  2. 二叉树算法(java)-Binary Tree Algorithm (java)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-09
    • 文件大小:1232
    • 提供者:邰日坤
  1. BitTree

    0下载:
  2. 提供完整的二叉树的设计文档,设计源代码,方便数据结构的学习-Provide a complete binary tree of the design documents, design source code, data structure to facilitate learning
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:13691
    • 提供者:songkaisong
  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. experiment2

    0下载:
  2. 实现二叉树,DOS显示,帮助大家理解二叉树的建立和存储结构-The realization of binary tree, DOS shows that help people understand the tree establishment and storage structure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:131581
    • 提供者:john
  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. huff

    0下载:
  2. huffman编码以及二叉树的遍历,希望对大家有用-huffman coding, as well as the binary tree traversal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:4643
    • 提供者:wc
  1. HuffmanTree

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

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

    0下载:
  2. AVL Tree (平衡二叉树)功能描述及源文件-AVL Tree (balanced binary tree) function descr iption and source files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:3383
    • 提供者:黄棱潇
  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

    0下载:
  2. 赫夫曼压缩解压代码C++编译。VC6环境下运行~采用二叉树结构-Huffman compression decompression code C++ compiler. Run under VC6 binary tree structure ~
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:1937
    • 提供者:黄才开
  1. Huffman-Coding

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,以哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。是指使用一张特殊的编码表将源字符(例如某文件中的一个符号)进行编码-Huffman coding (Huffman Coding) is an encoding, the Huffman tree ─ that is optimal binary tree, the minimum weighted path length of the binary tree, of
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:2214
    • 提供者:chenyuhao
  1. huffman

    0下载:
  2. 构造huffman树,以及找到huffman树的最优解,实现最小二叉树。-Construct huffman tree, and find the huffman tree optimal solution to achieve the minimum binary tree.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:836815
    • 提供者:刘开宇
  1. linked

    0下载:
  2. 关于二叉树的一些相关代码,运用链表的形式,求二叉树的高度,结点个数以及叶节点个数-Some of the relevant code on the binary tree, using a linked list, find the height of a binary tree, the number of nodes, and the number of leaf nodes
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:9221
    • 提供者:黄永洪
  1. erchashu5876

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:673
    • 提供者:Grape
  1. huff_C_exp2

    0下载:
  2. 霍夫曼解码,应用二叉树原理,可以下载直接运行-Huffman decoding, the application binary tree principle, you can download directly run
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:241675
    • 提供者:cjm
  1. huffmanDecoding

    0下载:
  2. 霍夫曼解码,二叉树原理,含有丰富注释,帮助你不仅拥有程序,而且容易看懂程序!-Huffman decoding binary tree principle, rich in notes, to help you not only has the program, and easy to understand program!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-29
    • 文件大小:336534
    • 提供者:cjm
  1. BiTree

    0下载:
  2. 实现二叉树的递归前序、中序、后序和非递归前序遍历-Recursive binary tree preorder, inorder, postorder and non-recursive preorder traversal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:238315
    • 提供者:猪猪
« 12 »
搜珍网 www.dssz.com