CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 树

搜索资源列表

  1. huffman(c)

    0下载:
  2. huffman树可以通过输入的权值和结点值来唯一确定。然后根据最优二叉树原理来编码。左孩子的路径上记下0,右孩子记下1-Huffman tree can be imported duty and the right node only to determine value. According to the principle of optimal encoding binary tree. Children left on the path down 0 and the right note
  3. 所属分类:其它

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

    0下载:
  2. 家族族谱二叉树,实现同辈查询,儿女查询,-family genealogy binary tree, achieving peers inquiries, the sons and daughters of inquiries,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2575
    • 提供者:ananbo
  1. piaoliang

    0下载:
  2. 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in search of a tree to delete two chi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1097
    • 提供者:dfssd
  1. lr0

    0下载:
  2. 编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:39384
    • 提供者:朱俊
  1. binarytree-bianli

    0下载:
  2. 从键盘输入9个字符F B A D E C H G M。 • 查找结点E,并输出该结点的指针。 • 前序、中序和后序遍历输出该二叉树。 -input from the keyboard characters F 9 A B C D E G H M.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5710
    • 提供者:cara
  1. sourcefile11212

    0下载:
  2. 用c语言实现行列式的相乘,另外还有二叉树的搜索-used language determinant of multiplication, addition of the binary tree search
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2589
    • 提供者:XIAOJSJ
  1. Tree+Postorder

    0下载:
  2. 层次输入建立二叉树并后序遍历,三叉链式存储,递归遍历-import levels and the establishment of a binary tree after preorder, trigeminal chain store, recursive traversal
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1465
    • 提供者:xsfh9
  1. WK

    0下载:
  2. 一个分形树的生成程序-a fractal tree formation process
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1173
    • 提供者:雷飞
  1. BinTree2

    1下载:
  2. 完全二叉树的判别:输入一二叉树,判别是否为完全二叉树。-complete binary tree discriminant : Admission of a binary tree, to determine whether it fully binary tree.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:32896
    • 提供者:hkfiress
  1. DelphiTree

    0下载:
  2. 这是一个用DELPHI写的树控制的一个源码,希望对大家有所帮助!-with Delphi tree was a source of control, we hope to help!
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:7799
    • 提供者:王四子
  1. classtree

    0下载:
  2. ctreectrl控件扩展类,实现树型控件的可拖拽-ctreectrl controls extension of the class and realize the tree may drag control
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:14754
    • 提供者:张健
  1. QTtreenode

    0下载:
  2. QT下树节点,在QT下实现树节点的功能。测试能正常使用-QT under the tree nodes, the QT under the tree nodes function. Testing normal use
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:3572
    • 提供者:qiaonen
  1. CFolderTree

    0下载:
  2. 类似于QQ(好友、陌生人)分组栏的分组树控件类源码-similar to the QQ (friends and strangers) to a column of a tree controls category FOSS
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4898
    • 提供者:jukeqin
  1. Microsoft.Web.UI.WebControls.DLL

    0下载:
  2. 树控件ASP.net中用于展现树形结构的控件-tree controls ASP.net tree structure for the display of control! !
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:180224
    • 提供者:xuyan
  1. avltree

    0下载:
  2. 这是一个非常经典的二叉平衡树,希望大家能够喜欢-This is a very classic balance of the two forks tree and I hope we can like
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2957
    • 提供者:yiyi
  1. ZhyTree

    0下载:
  2. C++一级实践课上完成的实践作业,异质树的实现-a practical lesson on the practice of completion of operations, the realization of heterogeneity tree
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23822
    • 提供者:郑海源
  1. c_trea

    0下载:
  2. c语言语法树,编译过程中用到的。 的-c language syntax tree and compiled to use the process. The
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:4755
    • 提供者:古朔
  1. C45source

    0下载:
  2. C45决策树工具的源代码,及其使用说明。-Application of C45 decision tree tools of source code, and its use.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:48786
    • 提供者:杨金
  1. yezi

    0下载:
  2. 利用非递归的后序遍历求二叉树的叶子结点个数-use of non - recursive after preorder for the binary tree leaf node number
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1488
    • 提供者:Cynthia
  1. end

    0下载:
  2. 二叉树-binary tree ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1784
    • 提供者:菲菲
« 1 2 3 4 5 67 8 9 10 11 ... 37 »
搜珍网 www.dssz.com