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

搜索资源列表

  1. vctree

    0下载:
  2. 树控件中插入项,一个树控件菜单TreeView的简单应用源码,演示如何在TreeView树控件中插入节点项,希望对大家有用。-Inserted into the tree control, a tree control menu in TreeView simple application source code, demonstrates how to insert nodes in the TreeView tree control, the hope that useful.
  3. 所属分类:TreeView

    • 发布日期:2017-03-28
    • 文件大小:12646
    • 提供者:robin
  1. treeOption

    0下载:
  2. 把左边的树动态的构建到右边的树上,右边的树的添加删除不会影响左边的树,但是左右两边树的节点属性相同。-To the left of the tree dynamically builds up to the right side of the tree, the tree to add delete will not affect the tree on the left and right sides of the nodes of the tree, but the same attribu
  3. 所属分类:TreeView

    • 发布日期:2017-03-30
    • 文件大小:24046
    • 提供者:陈双
  1. erchashu

    0下载:
  2. 二叉树求节点的个数并输出节点,输入的二叉树要安先序遍历输入,一点表示空-Seek binary tree the number of nodes and output nodes, the input binary tree to safety first traversal input point represents empty
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:741
    • 提供者:禹泉
  1. treeviewsrc

    0下载:
  2. 摘要:VC/C++源码,数据库应用,树控菜单,树形菜单   VC++在树控件中插入项,一个树控件菜单TreeView的简单应用源码,演示如何在TreeView树控件中插入节点项。 -Abstract: VC/C++ source code, database applications, the tree control menu, tree menu VC++ in the tree control, insert the item, a tree control menu TreeVi
  3. 所属分类:TreeView

    • 发布日期:2017-04-06
    • 文件大小:11968
    • 提供者:王超
  1. Tree

    0下载:
  2. 对树的各种操作,包括二叉排序树,其中通过先序遍历和中序遍历构造二叉树,以及深度遍历,广度遍历,层度遍历,以及删除二叉排序树的某一个节点的操作。对学习数据结构有很大的帮助。-Various operations on the tree, including the binary sort tree, the first traversal and traversal construct a binary tree, as well as the depth of the traversal, br
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1149592
    • 提供者:wafer
  1. YCommand

    0下载:
  2. VB树型控件优化提速版源码,改点东西,提高伸展时的速度,响应键盘收缩节点,完全自己做的树控件-VB tree controls to optimize speed version of source code, change something, to improve speed when stretching in response to keyboard contraction node, completely on my own tree control
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:123594
    • 提供者:魏义梅
  1. binary_tree

    0下载:
  2. 二叉树先序、后序遍历,节点插入、删除,用C实现,操作系统平台为linux系统-binary tree
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:3338
    • 提供者:chenmou
  1. windows--chuangkou

    0下载:
  2. 切分窗口 1、 实验目的和要求 (1)如图3.1所示是一个有切分窗口的单文档应用程序。左边是树视图,用于显示“学生信息”、“专业”和“班号”3层结构信息。右边是列表视图,以报表的形式显示学生基本信息。 (2)单击图3.1右边视图,选择“学生基本信息”→“添加”菜单命令,弹出“学生基本信息”对话框,单击“添加”按钮,学生基本信息被保存在CObArray类对象m_stuObArray中,同时显示在列表视图中,并自动更新左边树视图的节点内容。 (3)单击左边树视图“学生信息”节点,则在
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:127086
    • 提供者:吉王飞
  1. The--operation--binary-tree

    0下载:
  2. 程序的主要功能 1 按照二叉链表存贮创建二叉树 2 二叉树的遍历——先序中序后序 三种不同方式遍历 3 统计总结点与叶子节点的个数 4 树状打印二叉树 注释清楚-The main functions of the program 1 according to the binary linked list storage create binary tree 2 binary tree traverse--first order after order sequ
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:256196
    • 提供者:话语
  1. Binary-tree-travel-around

    0下载:
  2. 建立一个二叉树,并实现添加,删除节点,周游二叉树的功能。-Binary tree travel around
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1237365
    • 提供者:Brant
  1. CmnCtrl

    0下载:
  2. 内容索引:VC/C++源码,界面编程,树控,树形菜单   用VC编写的程序,用以调整树形菜单控件的节点颜色、背景颜色等,比较有意思的程序,除了这些功能外,还有很多说不上来的功能,点击窗体上边的选项卡,每一个里面都有不少的操作,值得大家学习。 -Content index: VC/C++ source, interface programming, tree control, tree menu prepared by VC program, to adjust the nodes of
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:73064
    • 提供者:alic
  1. erchapaixushu

    0下载:
  2. 对一组数据构造二叉排序树,并在二叉排序树中实现多种方式的查找。 (1)选择一种数据结构存储二叉树的信息; (2)建立一个新的二叉排序树; (3)在二叉排序树中插入,删除,查找相关节点。-A set of data to construct a binary sort tree, and a variety of ways to find the binary sort tree. (1) Select a data structure stored binary tree (
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:220056
    • 提供者:于二
  1. n-queen

    0下载:
  2. 解决n皇后问题 利用回溯算法 n后问题等于在n×n格的棋盘上放置n个皇后,任何2个皇后不放在同一行或同一列或同一斜线上。即规定每一列放一个皇后,不会造成列上的冲突;当第i行被某个皇后占领后,则同一行上的所有空格都不能再放皇后,要把以i为下标的标记置为被占领状态。用回溯法解n后问题,用完全n叉树表示解空间。可行性约束Place剪去不满足行,列和斜线约束的子树。从根节点出发搜索解空间树。算法搜索至空间树的任何一结点时,先判断该点是否包含问题的解。如果肯定不包含,则跳过对以该结点为根的子树的搜索,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:869
    • 提供者:yuts
  1. MFCBinaryTree

    0下载:
  2. 在C++模板二叉树的基础上添加了显示界面。有二叉树的界面创建、插入、修改、遍历等功能。在节点重合的时候会进行一些判断并修正G。此程序能够为MFC入门和数据结构的学习提供一些帮助。 其中使用了以下一些关键技术: 自定义按钮,自定义消息,图形的显示、重绘,获得窗口句柄的各种方法等。-Display interface on the basis of the binary tree of C++ templates added. Binary tree interface to create,
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:133649
    • 提供者:hujun
  1. Bavla

    0下载:
  2. 基本的avl树,实现构造插入入和删除节点的功能可直接使用。 -Basic avl tree structure function can be used directly insert into and delete nodes.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:1561
    • 提供者:pgx0123
  1. erchashu.c

    0下载:
  2. 对二叉树进行创建,寻找父节点,子节点,同时进行广度遍历-Create a binary tree to find the parent node, child nodes, while the breadth traversal
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2859
    • 提供者:陈嘉琦
  1. PPyramidtreety

    0下载:
  2. 金字塔树,具有添加,删除,查询节点功能,,是搜索算法中的一种,常用于GIS软件中。 -The pyramid tree to add, delete, query node function, a search algorithm, commonly used in GIS software.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:67361
    • 提供者:海的
  1. SteplessTreeControl

    0下载:
  2. 自己做的android无级树控件工程(含源代码)(android虽然存在树的类,但是并不支持无级添加,顶多2层,这个不一样,要多少层都可以),与任何系统无耦合,可以直接使用,支持对树的每个节点显示图标的设置,支持一次选中多个自己点,代码中提供了使用的实例,并且最重要的是1、这个代码基本上每个方法,以及一些方法中的写法都有注释,2、该控件支持任何数据挂到树上,只要你按照NodeResource数据类的格式组织数据就可以实现多种数据转为无级树的效果,非常有实用价值,极力推荐下载-Tree contr
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:202988
    • 提供者:大天二
  1. Eextjsx

    0下载:
  2. Extjs 树的递归,树的目目录和节点的递归组装 -Extjs tree recursion, the purpose of the tree directory node recursive assembly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:914
    • 提供者:空白
  1. FIND

    0下载:
  2. 数据结构:查找表的逻辑结构和存储结构。实现折半查找算法:建立一棵二叉排序树,输入给定值,在该二叉排序树查找,如不存在该值,则在二叉排序树中插入;如存在该值,则返回节点;实现删除找到节点的算法。-Data structures: a lookup table of the logical structure and storage structure. Binary search algorithm: the establishment of a binary sort tree, enter t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1973
    • 提供者:陈小默
« 1 2 ... 26 27 28 29 30 3132 33 34 35 36 ... 45 »
搜珍网 www.dssz.com