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

搜索资源列表

  1. CheckCmb_demo

    0下载:
  2.  本压缩文件提供了在vc平台中开发一个混合控件例子,类似于带有树形视图和复选框的组合框-the compressed files provided vc platform in the development of a hybrid Control example, with a tree view similar to the check box and the combination box
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:29.24kb
    • 提供者:于清波
  1. GridCtrALLlDemo

    1下载:
  2. 演示在表格中使用编辑框控件,树控件,检查框控件,按钮控件,COMBO BOX控件,SPIN控件的方法。-demonstration in the use of forms edit box control, tree controls, check box control, control buttons, notebook BOX controls SPIN control methods.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:236.46kb
    • 提供者:余晖
  1. TwoEmbranchmentTree

    0下载:
  2. TwoEmbranchmentTree:As ancestor has its children , a tree has its leaves. we could check its leaves in terms of algorithm as preorder , midorder or postorder.-TwoEmbranchmentTree : As ancestor has its children, a tree has its leaves. we could check
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819byte
    • 提供者:张丽颖
  1. proptree_src

    0下载:
  2. The CPropTree class implements a tree control that is similar to the property view seen in Visual Studio .Net. The source project compiles to a DLL so you can easily incorporate it into your project. You can check my web page for more information on
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:49.4kb
    • 提供者:gaowen
  1. yufafenxi(tiny)

    1下载:
  2. 我花了很长时间做的一个语法分析器, 他可以查看生成的语法树(如果无语法错误的话)-I spent a lot of time doing a parser, He can check the syntax tree production (if not the grammar mistakes)
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:114.57kb
    • 提供者:king
  1. check_item_tree

    0下载:
  2. 添加了检查框的树型控件,很实用的,并且还可以自己在item前添加小图标-added to the check box control the tree, a very practical, and they can add the item before the small icon
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:17.2kb
    • 提供者:范丹丹
  1. CheckTreeView

    0下载:
  2. CheckTreeView 控件,带复选框的树控件。-CheckTreeView control, a tree belt check box control.
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:12.71kb
    • 提供者:唐国斌
  1. PhotoPrecess200705011006

    0下载:
  2. 包含图像的中值滤波、直方图均衡化、边缘检测(Sobel,Robert两种算子)、图像的Huffman编码。并计算图像熵,平均码长,编码效率及码树长度。附加可压缩与解压缩任意文件的功能和查看直方图的功能。但只能处理bmp格式的文件。-contain images of the median filtering, histogram equalization, edge detection (Sobel. Robert Two Operator), the image of Huffman codi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:269.57kb
    • 提供者:成东
  1. genBST

    1下载:
  2. 通用二叉搜索树,包含的算法有:输出广度优先遍历、前序、中序、后序遍历结果,按树的形状打印树,统计总节点数,统计叶子节点数,统计右节点数,计算树的高度,删除所有叶子节点,插入节点,查找节点,删除节点,由前序遍历结果和中序遍历结果生成树,由后序遍历结果和中序遍历结果生成树,检查该树是否平衡和完全平衡。-generic binary search tree contains the algorithm are : output breadth - first traversal, the former
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:16.03kb
    • 提供者:雷剑
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:10.5mb
    • 提供者:gtcewli3
  1. supergrid.rar

    0下载:
  2. SuperGrid控件, 能显示树形列表, 可带有图标, 也可带Check框.,SuperGrid control, can display a list of tree can be with the icon, but also with Check boxes.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:81.88kb
    • 提供者:whywhy
  1. search-tree

    0下载:
  2. 中文三叉树字典(Ternary Tree),可以用于分词,自动提示,查询速率与Hash Table相当,支持动态添加。-Chinese trigeminal tree dictionary (Ternary Tree), can be used for word, auto tips, check rates and Hash Table equivalent support for dynamically added.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1mb
    • 提供者:jiangyu
  1. 数据结构的课程设计

    0下载:
  2. 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:1.59mb
    • 提供者:麦思明
  1. IntervalTree

    0下载:
  2. 由红黑树实现区间树算法,实现去检查找,和最小区间的确定。-To achieve range from red and black tree tree algorithm to check the look, and identification of the smallest interval.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:32.23kb
    • 提供者:孟淇
  1. checktree

    0下载:
  2. vc关于带复选功能的树控件。另外还有标签控件。其中有测试实例。-With the function of check on vc control.Tree, Another label controls.One test case.
  3. 所属分类:TreeView

    • 发布日期:2017-03-23
    • 文件大小:34.2kb
    • 提供者:ade
  1. Code.check.control.design.VC

    0下载:
  2. VC复选框控件设计经典代码Code check box control design classic VC -Code check box control design classic VC
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-23
    • 文件大小:35.92kb
    • 提供者:t
  1. binaryTree

    0下载:
  2. 完成以下菜单项功能,要求执行完一个功能后自动输出二叉链表的广义表形式或凹入形式: 按带空子树的前序序列建树; 输出前序、中序、后序遍历序列(递归算法); 输出结点个数、叶子结点个数; 输出二叉树的深度; 按凹入格式输出二叉树; 按广义表格式输出二叉树; 查询前序遍历序列的第i个结点; 一般二叉树的查找:给定值是否在二叉树中; 建立二叉排序树; 二叉排序树的查找。 使用二叉排序树完成排序。-Complete the following menu item
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:991.28kb
    • 提供者:麦培鹏
  1. TreeAndList0930

    0下载:
  2. “仿windows资源管理器”平常练习用的小程序任务,模仿windows资源管理器用VS2008开发的自己的资源管理器,基本功能实现,以供童鞋们参考。都是已经运行通过并提交检查过的。有注释-Common practice with little programming tasks, imitate Windows resource management VS2008 is the development of their own resource manager, basic functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-21
    • 文件大小:6.04mb
    • 提供者:幽蓝
  1. check

    0下载:
  2. 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:11.68kb
    • 提供者:BidyBai
  1. tree

    0下载:
  2. 树形结构,带复选框的属性结构,普通的树形实例,可多选的树型实例-Tree structure, with a check box attribute structure, ordinary tree instance, you can choose more than tree instance
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:31.89kb
    • 提供者:英杰
« 12 3 4 »
搜珍网 www.dssz.com