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

搜索资源列表

  1. 三态树.zip

    1下载:
  2. 三态树:一个树控件的派生控件,完成item的三种状态
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:27407
    • 提供者:
  1. 高效三态树

    0下载:
  2. 自认为最好的三态树实现方式,关键是比较灵活-think the best three states Tree way, the key is a more flexible
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:21927
    • 提供者:love
  1. CTree

    0下载:
  2. 实现VC三态树功能,使用方便,功能齐全,外观美观,有双向互动功能-VC three state tree functional, easy to use, multifunctional and aesthetic appearance, a two-way interactive functions
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:21927
    • 提供者:gzmslinzy
  1. TriStateTreeView

    0下载:
  2. 三态树的开发,可以实现选择的三种状态,分为选中,不选中,其子节点有选中-three state tree of development, can achieve a state of the three options, is chosen, not selected, his son has selected nodes
  3. 所属分类:中间件编程

    • 发布日期:2008-10-13
    • 文件大小:108061
    • 提供者:peter
  1. registerview

    0下载:
  2. 使用三态树实现多个注册表子键的选择-use three states Tree Registry for a number of key choices
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:43421
    • 提供者:aaa
  1. 使用三态树实现多目录选择

    0下载:
  2. 类似瑞星软件的树形三态控件-similar software tree three state control
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:44035
    • 提供者:曹海波
  1. MultiFolder24

    0下载:
  2. 使用三态树实现多目录选择,在选择目录时,可以使用系统提供的Shell函数SHBrowseForFolder,这个函数功能比 较强大,在一般情况下使用它基本上能够满足要求
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:44035
    • 提供者:leiqiong
  1. 如何实现三态选择树

    0下载:
  2. 如何实现三态树的源代码,三态树就是3个状态:选择,非选,灰选。代码是VC写的。-three states how to achieve the source code tree, the tree is three states three things : choice, non-elected, gray elections. VC code is written.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:29829
    • 提供者:江哲民
  1. 三态选择树实现终结者

    1下载:
  2. 在很多情况下,我们经常需要实现树的多态选择,如上图所示,当全部子节点选中的情况下,当前节点才被选中,当子节点部分选中时,当前节点处于第三态(如图示[湖北省]节点)当全部子节点未选中时,当前节点处于未选中的状态(如图示[江苏省]节点)。本文就介绍这种三态选择树的具体实现方法。 两种方法比较,本文介绍的方法实现简单,兼容原CTreeCtrl的全部操作,CheckBox也是采用控件本身的CheckBox,只是在状态显示时重画而已。因此,本方法可以实现表示三态的情况下同时显示节点ICON图标,另增加了对
  3. 所属分类:源码下载

  1. 三态树:一个树控件的派生控件

    0下载:
  2. 三态树:一个树控件的派生控件,完成item的三种状态,Tri-state tree: A tree control derivative controls, the three states to complete item
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-09
    • 文件大小:27720
    • 提供者:
  1. tripletree.zip

    0下载:
  2. 是vc6中对CtreeCtrl控件的扩展,演示了怎么建立三态树,需要的朋友可以下载来看看。,CtreeCtrl is vc6 control of the expansion, demonstrated how to build a three-state tree, need friends can download to look at.
  3. 所属分类:TreeView

    • 发布日期:2017-03-29
    • 文件大小:27407
    • 提供者:恶魔
  1. ThriTree

    0下载:
  2. 三态树控件,派生于CTreeCtrl。三态选择树的意思就是一个类似资源管理器中的列表,但前面可以是打上小勾进行选择的,共有三种状态,一种是选择状态,一种是未选择状态,还有一种是不完全选择状态。-Three-state tree control, derived from CTreeCtrl. Three-state selection tree, which means that a similar list of Explorer, but the front can be marked Ko
  3. 所属分类:TreeView

    • 发布日期:2017-04-05
    • 文件大小:29460
    • 提供者:ch
  1. vc_treecode

    0下载:
  2. 一段很好的三态树代码,是用vc++开发的,要用三态树的朋友可以下载-For some very good code tri-state tree, is vc++ Developed to use three-state friend of the tree can be downloaded
  3. 所属分类:Button control

    • 发布日期:2017-05-13
    • 文件大小:33416
    • 提供者:lwm
  1. DATAOUT

    0下载:
  2. 一段很好的三态树代码,有需要的朋友可以下载看看哦 -For some good tri-state tree code, there is a need to see if friends can download Oh
  3. 所属分类:Button control

    • 发布日期:2017-05-10
    • 文件大小:103630
    • 提供者:lwm
  1. MutiTree

    0下载:
  2. VC++在treectrl控件中实现三态树的选择,是个经典的程序。-VC++ at implementation treectrl tri-state control of the selection tree is a classic procedure.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:31092
    • 提供者:卢宗平
  1. FBWFApp_2005

    0下载:
  2. 类似三态树型控件,附有选择框,能完整显示磁盘文件树。不是简单的事例,而是真正地实现了列举系统中所有磁盘的文件,而且详细利用递归算法提取了当前选中的文件。非常值得研究。-Similar to the tri-state tree control, with a selection box that can display full disk file tree. Is not a simple case, but really the system achieved a list of all d
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:89720
    • 提供者:kent
  1. MyExplorer

    0下载:
  2. 简单实例说明了树控件的初始化,使用方法,二态,三态树的不同,类似windows资源管理器的形式。-Simple example illustrates the initialization of the tree control, use the method, two state, three-state tree of different, similar to windows explorer form.
  3. 所属分类:Button control

    • 发布日期:2017-05-11
    • 文件大小:2843585
    • 提供者:路标
  1. VC_programming_three_state_multi_directory_selecti

    0下载:
  2. VC编程三态树多目录选择功能源码VC programming three-state multi-directory selection function source tr-VC programming three-state multi-directory selection function source tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:26390
    • 提供者:ya
  1. Hello20101027

    0下载:
  2. ExtGWT实现的三态树,在网上找了N久没找到,实在没有办法,就将gxt的类库中代码拿出来修改后做了自己的三态树。 我基于ExtGwt封装的三态树,主要修改如下: 1、修改了原始树类为新类,有MyCheckChangedEvent、MyCheckChangedListener 、MyCheckProvider 、MyTreePanel 、MyTreePanelEvent 、MyTreePanelSelectionModel 、MyTreePanelView 、MyTreeStyl
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-17
    • 文件大小:4608069
    • 提供者:钱海兵
  1. ThreeChoseTree

    0下载:
  2. 这是介绍的关于三态树方面的源代码,对研究三态树算法有一定帮助。-It is introduced on the tri-state area of the source code tree, the tree algorithm on three-state study has some help.
  3. 所属分类:File Formats

    • 发布日期:2017-05-13
    • 文件大小:3432062
    • 提供者:好格
« 12 3 »
搜珍网 www.dssz.com