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

搜索资源列表

  1. shxilianbiao

    0下载:
  2. Delphi双向循环的链表应用实例源代码,演示添加节点、插入节点、删除节点、删除尾节点以及创建链表节点数据,操作成功后,点击刷新,可看到左侧树结构中已存在添加的数据-Linked list of two-way loop in Delphi application source code examples, demo add nodes to insert nodes, delete nodes, delete tail node as well as create a linked list
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:69616
    • 提供者:hdfhida
  1. treeviewcheck

    0下载:
  2. Delphi检测TreeView树的重复子节点,各个节点的重复情况,展开重复节点并以红色显示-Delphi detection TreeView tree repeat child nodes, each node duplication, expand the duplication of nodes and displayed in red
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:192118
    • 提供者:jiahagd
  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-23
    • 文件大小:9221
    • 提供者:黄永洪
  1. 022

    0下载:
  2. 将一个给定的二叉树改成双向链表,要求只能改变左右指针的指向,不能新建节点或改变结构体。-A given binary tree into a doubly linked list, the only change around the pointer to the point, can not create a new node or changing the structure.
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:980
    • 提供者:李强
  1. binarytree

    0下载:
  2. 二叉树的初始化,节点搜索,删除,插入,递归遍历,堆栈遍历-Initialization, node of a binary tree search, delete, insert, recursive traversal stack traversal
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:4452
    • 提供者:霍愚石
  1. huffman

    0下载:
  2. 功能:用huffman tree去编码一个文档 算法:记录每次排序前的顺序从而构建树结构,用排序前位置为1记录各个节点-function:Encoding a document using huffman tree algorithm:records before each sort order to build the tree structure, sorted former position as a record of each node
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:18433
    • 提供者:鱼鱼仙人
  1. 2

    0下载:
  2. 掌握二叉树的链式和顺序存储结构,利用队列对二叉树进行运算。 二、实验内容: 1) 编写函数creatbt,其功能是将一维数组方式存储的二 叉树转化为链式存储的二叉树,返回root指针。 2) 编写函数freebt,其功能是释放二叉树链表节点的存储 空间。函数原型为:void freebt (TNODE * root) 3) 编写函数实现前序、中序和后序遍历; -Master chain and sequential storage structure of the binar
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:1221
    • 提供者:me20082010
  1. jisuanshuzhongjiediangeshu

    0下载:
  2. 本程序用于计算树中节点的个数,效果十分犀利,谨慎运行-this program is so good that it can be called the one.
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:727
    • 提供者:陈老大
  1. BTREEOS

    0下载:
  2. 本程序实现了二叉树的基本操作,包括建立,遍历,求叶子节点个数,树深度,获取某节点路径-This program implements the basic operation of the binary tree, including the establishment of traversal, seeking the number of leaf nodes, the tree depth, for a node path
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:820603
    • 提供者:wang
  1. SelectionSort

    0下载:
  2. 选择排序: 分为直接选择排序, 堆排序 直接选择排序:第i次选取 i到array.Length-1中间最小的值放在i位置。 堆排序:首先,数组里面用层次遍历的顺序放一棵完全二叉树。从最后一个非终端结点往前面调整,直到到达根结点,这个时候除根节点以外的所有非终端节点都已经满足堆得条件了,于是需要调整根节点使得整个树满足堆得条件,于是从根节点开始,沿着它的儿子们往下面走(最大堆沿着最大的儿子走,最小堆沿着最小的儿子走)。 主程序里面,首先从最后一个非终端节点开始调整到根
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:937
    • 提供者:陈锋
  1. vc-tre

    0下载:
  2. VC.NET如何使用树形控件,本例以读取磁盘分区和目录为例,向VC++.NET学习者展示树控菜单如何使用,在本程序中,点击树形的节点,会展开二级的目录树,当然还可以继续向下展开,不过方法已经演示给大家了,需要展开多少级就自己动手实现吧。-The how VC.NET use tree controls, in this case to read the disk partition and directory, for example, show how to use the tree cont
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:40002
    • 提供者:程新连
  1. binary-tree

    0下载:
  2. 1.掌握二叉树的概念和性质 2. 掌握完全二叉树存储结构。 3.掌握完全二叉树的基本操作 4.创建完全二叉树(用字母表示节点)(用顺序方式存储) 5.求二叉树的深度和叶子结点数 6.实现二叉树的前序、中序、后序和层次遍历。 7.查找给定结点的双亲、祖先和左右孩子节点。 -1. Grasp the concept and nature of the binary tree master the complete binary tree storage stru
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:8756
    • 提供者:mick zhang
  1. bst

    0下载:
  2. 二叉树源代码实现,包括:添加节点,删除节点,查找节点等-The Source Code of B Tree
  3. 所属分类:Linux Network

    • 发布日期:2017-12-07
    • 文件大小:571
    • 提供者:王俏
  1. tree

    0下载:
  2. 使用python语言写的二叉树,总共两个文件,一个是树,一个是节点-binary tree by python which contains a tree Class and a Node class
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:826
    • 提供者:王新
  1. BSTF

    0下载:
  2. 用c实现平衡二叉树,可显示各节点,展看或收回,适合数据结构实验使用-C to achieve a balanced binary tree, each node, the show to see or to recover data structure suitable for experimental use
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:3590498
    • 提供者:张冉苏
  1. GE_Account

    0下载:
  2. 这是一个会计应用,首先是PocketASP PocketPC的。 第二,它可以运行在PersonalASP,这意味着你可以运行这个代码就像你在一个IIS运行它而不需要一个IIS。最后,它可以运行在IIS。袖手旁观,这也一个分层显示的任何树,一个家庭树为例。链接和节点,子节点创建被简化或完成的捷径。-This is an accounting application, first PocketASP PocketPC. Second, it can run in PersonalASP, whic
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-09
    • 文件大小:105473
    • 提供者:小悟空
  1. vctree

    0下载:
  2. VC++在树控件中插入项,一个树控件菜单TreeView的简单应用源码,演示如何在TreeView树控件中插入节点项。-VC++ insert the item in the tree control, a tree control menu the TreeView simple application source code, demonstrates how to insert a node in the TreeView tree control item.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-15
    • 文件大小:10719
    • 提供者:朱晓燕
  1. tree

    0下载:
  2. 创建二叉树,按顺序输入各节点的数据,返回该二叉树的中序遍历结果。-Create a binary tree, in order to enter the data of each node, and returns the binary tree traversal sequence results.
  3. 所属分类:Data structs

    • 发布日期:2017-11-19
    • 文件大小:223820
    • 提供者:taiyangyu
  1. findnode

    0下载:
  2. 在二叉树中查找指定节点的所在层次的算法,C++程序-Find where the level of the specified node in a binary tree algorithm, C++ program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-04
    • 文件大小:603417
    • 提供者:linjiping
  1. bst

    0下载:
  2. 与次优二叉树相对,二叉排序树是一种动态树表。其特点是:树的结构通常不是一次生成的,而是在查找过程中,当树中不存在关键字等于给定值的节点时再进行插入。新插入的结点一定是一个新添加的叶子节点,并且是查找不成功时查找路径上访问的最后一个结点的左孩子或右孩子结点-Relative to the sub-optimal binary tree, binary sort tree is a dynamic tree table. Its characteristics are: the structure
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:2309
    • 提供者:崔一垒
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 45 »
搜珍网 www.dssz.com