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

搜索资源列表

  1. fuTree

    0下载:
  2. 一个比较全的关于二叉树的操作的程序,包括树的建立,遍历,求深度,节点计算和销毁。-a more complete binary tree on the operating procedures, including the establishment of the tree, traverse, seeking depth Node calculation and destruction.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2502
    • 提供者:傅蓉蓉
  1. treebuilder

    0下载:
  2. 此文件主要说明了二叉树的建立建立过程,用户看后可提出意见!-this document mainly to explain the establishment of a binary tree building process, users can read comments!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:23064
    • 提供者:钟秀芳
  1. P6_ThrdTree

    0下载:
  2. 有关二叉树的程序 有访问\\创建删除等-the binary tree procedures visit \\ created deleted
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3184
    • 提供者:mimi
  1. shuju

    0下载:
  2. 数据结构学习用到的一些程序!!里面有二叉树相关的几个,有深度,广度搜索,各种排序等!-data structure used to study some of the procedures. ! There are several related to the binary tree, the depth, breadth search, various ranking!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:517348
    • 提供者:郑兰军
  1. EX5_7

    0下载:
  2. 表达式类型的实现 1. 算术表达式的合法输入数据包括变量(A~Z,a~z)、常量(0-9)和二元运算符(+,-,*,/,^(乘幂))。程序对数据输入格式不作要求,用户需自己保证语法正确,详见用户手册说明。 2. 演示程序以人机对话的方式执行,即在计算机上显示提示信息后,由用户在键盘上输入对应的数据或命令,程序将执行相应的操作并显示下一步信息。 3. 程序执行的命令包括: 1) 根据用户输入的前缀表达式自动添加括号并建立其自然书写形式的表达式; 2)提示用户给各变量赋值;
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2766
    • 提供者:战天
  1. pinghen

    0下载:
  2. 平衡二叉树,又称为AVL树,是1962年由Adelsonr Velskii 和Landis 提出并以他们的名字命名的,它是具有如下性质的二叉树:-balanced binary tree, also known as AVL tree, yes in 1962 by Adelsonr Velskii and Landis made and named after them , it is the nature of the binary tree is as follows :
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8965
    • 提供者:王彬
  1. VBdotNet_Tree

    0下载:
  2. 应用VB.net中TreeView控件,实现建立二叉树,并对其前、中、后序遍历-Application Programs require TreeView control, for the establishment of binary tree, and its ago, After the preorder
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:25350
    • 提供者:张帆
  1. sjjgys

    0下载:
  2. 各种数据结构和算法演示(顺序表,链表,二叉树,图,动态查找,广义表,串,存储管理等)-various data structures and algorithms Demo (chronology, linked list, binary tree, graphics, dynamic search, generalized table, string, Storage Management)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2496844
    • 提供者:荣荣
  1. erchashusuanfalunwen

    0下载:
  2. 二叉树的算法毕业论文,赶快下啊,需要毕业论文的。-binary tree algorithm dissertation and quickly under ah need the dissertation.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:10639
    • 提供者:吴宏斌
  1. 6.51

    0下载:
  2. 采用分治的算法来求解二叉树的高度的问题.-adopt a rule binary tree algorithm to solve the height problem.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8456
    • 提供者:陈馨
  1. fweeeeeeeeeeeefew

    0下载:
  2. 1、实现动态查找表的三种基本功能:查找、插入、和删除。 2、初始,平衡二叉树为空树,操作界面给出查找、插入和删除三种操作供选择。每种操作均要提示输入关键字。每次插入或删除一个结点后,应更新平衡二叉树的显示。 3、平衡二叉树的显示采用树形结构显示二叉树。 4、合并两棵平衡二叉树。 5、把一棵平衡二叉树分裂为两棵平衡二叉树,使得在一棵树中的所有关键字都小于或等于x,另一棵树中的任一关键都大于x -1, the dynamic lookup table of the thr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12650
    • 提供者:战天
  1. AVLTreefinal

    1下载:
  2. 演示动态平衡二叉树(AVL Tree)的系统.GUI环境,在Windows环境下运行,有二叉树的插入,增加,删除,修改,合并,分裂等功能.-demonstration dynamic binary tree (Tree AVL) system. GUI environment. in the Windows operating environment, a binary tree insertion, add, delete, modify, merge, split, and other fu
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1802353
    • 提供者:有D
  1. C++BinaryTree

    0下载:
  2. 数据结构中关于二叉树的经典算法的C++实现-data structure on the classical binary tree algorithm in C + +
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:33440
    • 提供者:罗一
  1. shuerchashu

    0下载:
  2. 关于数据结构的树,二叉树,森林的转换的flash文件。-data on the structure of the tree, binary tree, forest conversion of flash paper.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31431
    • 提供者:童叶
  1. jfiao

    0下载:
  2. 用二叉树实现的数值计算程序,通过输入不同的值方便的计算出各种结果-achieve the binary tree using numerical calculation process, through the importation of different values calculated convenient findings
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2432
    • 提供者:江里
  1. tchf

    0下载:
  2. 本程序运用哈夫曼编码原理对数据进行二进制编码压缩。 进入界面要求输入进行编码的数据,注意输入的数据彼此不能相同。 然后,敲回车将显示数据排序信息及表示二进制形成的二叉树。 敲回车显示字符和对应二进制编码。 键入?显示帮助信息。 键入#进行编码数据输入与二进制数据输入的切换。 键入tree显示图形二叉树。 键入huff显示编码信息。 键入reset刷新缓冲区,重新输入要求编码的数据。 键入exit退出程序。 在TC2.0上运行。 注意正确配置图形驱动路径
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:38405
    • 提供者:孔铁柱
  1. TREEBINA

    0下载:
  2. 计算器程序。 能够显示计算优先级的二叉树。 可以任意加括号。 可进行+_*/%运算,及sin,cos,tan,cot,^,ln,e^,a^运算。 运行于TC2.0。要求正确配置图形驱动程序。-calculator program. Calculated to demonstrate the priority of binary tree. Can be arbitrary bracketed. Can be _ * /% Operational and sin, cos, tan
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2183
    • 提供者:孔铁柱
  1. bimap

    0下载:
  2. STL扩展功能的二叉树比STL的二叉树好用-STL expanded the binary tree than the binary tree handy STL
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:15244
    • 提供者:Steven Young
  1. ghgh

    0下载:
  2. 这是求二叉树的高度-This is the height for Binary Tree
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1132
    • 提供者:zwq0302317
  1. singerlist

    0下载:
  2. 一个二叉树的遍历,输出前序遍历,中序遍历,后序遍历-a binary tree traversal, output preorder, preorder, after preorder
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10891
    • 提供者:程军
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com