Welcome![Sign In][Sign Up]
Location:
Search - vc treectrl

Search list

[OtherBottomUpParser

Description: (1)可选择不同的规则集(用普通文本文件存贮规则)。 (2)利用VC TreeCtrl控件显示分析得到的句法结构树。 (3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。 (4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析 “学习/verb 文件/noun” 这样的例子时结果就不同: -(1) choice of different sets of rules (using ordinary text file storage rules). (2) VC TreeCtrl control analysis showed the syntactic structure of the tree. (3) Intermediate analysis of all the edges are exported to the outcome document, and facilitate the tracking analysis of the details. (4) analysis process, the rules focus on the search rules, found a meet conditions to stop the rules, which not all of the analysis results, and, rules of the order will also have an impact on results of the analysis (which can compare the two rules, which rules the same content, but there are two the sequence of the different rules, the analysis of "learning / verb documents / noun" Such examples on the different results :
Platform: | Size: 54243 | Author: 丁淑彬 | Hits:

[Windows DevelopVC控件 TreeCtrl 与 ListCtrl 演示

Description: VC控件 TreeCtrl -VC Control TreeCtrl
Platform: | Size: 36409 | Author: 崔凯 | Hits:

[Windows DevelopVC控件 TreeCtrl 与 ListCtrl 演示

Description: VC控件 TreeCtrl -VC Control TreeCtrl
Platform: | Size: 35840 | Author: 崔凯 | Hits:

[Internet-NetworkNetTreeCtrl

Description: 一個基於Windows的顯示網路連線VC類別-a Windows-based network connections show categories VC
Platform: | Size: 3072 | Author: 汪先生 | Hits:

[ADO-ODBCSQL Server 数据库结构查看程序(VC源码)(2.1)

Description: CTreeCtrl类的递归使用-CTreeCtrl kind of recursive use
Platform: | Size: 128000 | Author: 柯览 | Hits:

[OtherBottomUpParser

Description: (1)可选择不同的规则集(用普通文本文件存贮规则)。 (2)利用VC TreeCtrl控件显示分析得到的句法结构树。 (3)中间分析过程产生的所有边都输出到结果文件,便于跟踪分析的细节。 (4)分析过程中,检索规则集中的规则,查到一条满足条件的规则就停止,因而产生的不是全部分析结果,并且,规则的顺序也会对分析结果有影响(可比较两个规则文件,其中规则内容一样,但有两条规则的顺序不同,在分析 “学习/verb 文件/noun” 这样的例子时结果就不同: -(1) choice of different sets of rules (using ordinary text file storage rules). (2) VC TreeCtrl control analysis showed the syntactic structure of the tree. (3) Intermediate analysis of all the edges are exported to the outcome document, and facilitate the tracking analysis of the details. (4) analysis process, the rules focus on the search rules, found a meet conditions to stop the rules, which not all of the analysis results, and, rules of the order will also have an impact on results of the analysis (which can compare the two rules, which rules the same content, but there are two the sequence of the different rules, the analysis of "learning/verb documents/noun" Such examples on the different results :
Platform: | Size: 54272 | Author: 丁淑彬 | Hits:

[Software Engineering肖天华数据结构大作业

Description: 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more documents-- View structure (with the consent of Xiao teachers). Development environment for the VC 6.0 SP6, compiled under other environmental tests done. When running the appearance As indicated above : Document window about to be divided in two parts. The left part of a tree using CTreeCtrl management controls, using the right part of the text box controls CEdit management. Open, or the generation of XML documents are text will be shown on the right side of the text editing window, after a certain analytic algorithm in the left window by XML documents described in the logical structure of the directory tree to display, and intuitive understanding.
Platform: | Size: 517120 | Author: long | Hits:

[ListView/ListBoxVC控件 TreeCtrl

Description: 目录树控件的基本操作源代码,也包括列表控件操作的源代码。非对话框的显示-tree controls the basic operation of the source code, including operating table controls the source code. Non-box display
Platform: | Size: 1914880 | Author: ts | Hits:

[TreeViewVCTREE

Description: 树控件(TREECTRL)的使用,用VC6.0的树控件(TREECTRL)建立树结构,包括树结构的建立,设置树结构的图标,和树结构的增加,删除,查看,排序等功能,是树控件TREECTRL)的使用入门资料。有详细说明文档一份和程序示例。-Tree Control (TREECTRL) the use of the tree with VC6.0 control (TREECTRL) the establishment of tree structure, including the establishment of tree structure, tree structure of the icon set, and the tree structure to add, delete, view, sort and other functions, is Tree Controls TREECTRL) the use of introductory information. Has detailed documentation and procedures for a sample.
Platform: | Size: 47104 | Author: lonfan | Hits:

[GUI DevelopTreeCtrl-ListCtrl

Description: 演示了如何应用vc中的list控件和tree控件,可以参考来作界面-Demonstrated how to use vc of list controls and tree controls, you can reference for the interface
Platform: | Size: 337920 | Author: 赵帅 | Hits:

[TreeViewtreectrl

Description: 一个扩展的树控件,本人有很多vc例子,有需要的,请E-mail,如果有,就发-An extended tree control, I have a lot of vc example, there is a need, please E-mail, if so, the hair ...
Platform: | Size: 1998848 | Author: 徐守高 | Hits:

[TreeViewTreeCtrl

Description: VC++编写的树视控件的动态添加、编辑、删除节点的实现。源代码完全开放,和适合于初学者深入学习树视控件!-VC++ written in the tree depending on the dynamics of the control to add, edit, delete the node implementation. Completely open source, and suitable for beginners to learn in depth the tree as the controls!
Platform: | Size: 34816 | Author: 李乐 | Hits:

[TreeViewtreectrl

Description: VC++的cTree类实现的树形菜单控件示例-VC++ class implementation of cTree Tree Menu Control Example
Platform: | Size: 96256 | Author: hb | Hits:

[TreeViewtreectrl

Description: VC+++/MFC 一个tree控件类,带源码-VC+++/MFC a tree control class, with source code
Platform: | Size: 9216 | Author: Boris | Hits:

[GUI DevelopTreeCtrl

Description:
Platform: | Size: 679936 | Author: 谭桂兴 | Hits:

[GUI DevelopVC

Description: MFC中常用控件编程技巧,包括,Static,Buttom,Edit,ListBox,ListCtrl,TreeCtrl等控件的使用技巧,每个控件均有编写好的代码,可以直接运行体会-MFC programming techniques commonly used controls, including, Static, Buttom, Edit, ListBox, ListCtrl, TreeCtrl the use of techniques such as control, each control are writing good code, you can run directly experience
Platform: | Size: 2374656 | Author: dhx | Hits:

[TreeViewTreeCtrl_ListCtrl_VC_sample_source_code_tree_contr

Description: TreeCtrl、ListCtrl 树形控件VC示例源程序TreeCtrl, ListCtrl VC sample source code tree control-TreeCtrl, ListCtrl VC sample source code tree control
Platform: | Size: 20480 | Author: oao | Hits:

[GUI Developtreectrl

Description: VC++的cTree类实现的树形菜单控件示例,cTree类可以用来完成树控条目中的拖拽以及为您的树控件设置图片-The cTree VC++ class implementation of the tree menu control sample, cTree class can be used to complete the entries in the tree control drag and tree control settings for your picture
Platform: | Size: 95232 | Author: 宋建华 | Hits:

[TreeViewvc-treectrl

Description: 一个功能完善的TreeCtrl控件使用说明,您可以参考些代码方便简单使用TreeCtrl控件-A perfect TreeCtrl-control instructions for use, you can refer to some of the code is easy and convenient use TreeCtrl control
Platform: | Size: 32768 | Author: 阿骆 | Hits:

[OS programtreectrl

Description: vc树形控件操作大全,很全面的,适合初学者-vc treectrl。very good
Platform: | Size: 140288 | Author: 朱郑 | Hits:
« 12 3 4 »

CodeBus www.codebus.net