虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

LB-Tree

  • 金山词霸2002》中的附录收集了很多古诗

    金山词霸2002》中的附录收集了很多古诗,有时为了寻找一篇古诗,得找很久 (俺文科很差)。观察其附录的结构,发现是个Tree-View控件,如果能查找里面的项目该有多好,可这个功能软件本身却并没有提供(不知道现在最新的版本是否已经提供了这个功能,如果没有,赶快加上吧,顺便奖励俺一套该产品的最新版,哈哈)……问题出来了:我们要编写一个程序,让她在外部程序中的Tree-View控件里,按用户指定的项目名称顺序查找其中的项目。   要查找首先得遍历,连范围都确定不好何谈查找?所以本篇分两部分进行讲解:第一部分解决遍历的问题;第二部分解决查找指定项目的问题。

    标签: 2002 金山

    上传时间: 2015-10-27

    上传用户:zhaoq123

  • 基于Wince4.2操作系统

    基于Wince4.2操作系统,evc4.0开发环境下Tree控件的使用

    标签: Wince 4.2 操作系统

    上传时间: 2015-11-10

    上传用户:R50974

  • 一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数

    一:排列的的规程序 二:迷宫程序 三:对于输入的任意一个非负十进制整数,打印输出与其等值的八进制数 四:利用模式串T的next函数求T在主串S中第pos个字符之后的位置的KMP算法 五:将所有在线性表Lb中但不在La中的数据元素插入到La中

    标签: 规程 程序 十进制 整数

    上传时间: 2015-11-21

    上传用户:qw12

  • SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural la

    SVMcfg: Learns a weighted context free grammar from examples. Training examples (e.g. for natural language parsing) specify the sentence along with the correct parse tree. The goal is to predict the parse tree of new sentences.

    标签: examples e.g. weighted Training

    上传时间: 2014-07-26

    上传用户:zsjzc

  • TreeNode数据结构思想的菜单实现

    TreeNode数据结构思想的菜单实现,同过才代码会进一步的Tree思想的数据组织形式

    标签: TreeNode 数据结构 菜单

    上传时间: 2013-12-31

    上传用户:上善若水

  • ollydbg完全教程。OllyDbg 是一种具有可视化界面的 32 位汇编-分析调试器。它的特别之处在于可以在没有源代码时解决问题

    ollydbg完全教程。OllyDbg 是一种具有可视化界面的 32 位汇编-分析调试器。它的特别之处在于可以在没有源代码时解决问题,并且可以处理其它编译器无法解决的难题。 一,什么是 OllyDbg? 二,一般原理[General principles] 三,反汇编器[Disassembler] 四,分析器[Analysis] 五,Object扫描器[Object scanner] 六,Implib扫描器 [Implib scanner] 七,如何开始调试[How to start debugging session] 八,CPU 窗口[CPU window] 九,断点[Breakpoints] 十,内存映射窗口[Memory map window] 十一、十二,监视与监察器[Watches and inspectors] 十三,线程[Threads] 十四,复制到剪切板[Copy to clipboard] 十五,调用栈[Call stack] 十六,调用树[Call tree] 十七,选项[Options] 十八,搜索[Search] 十九,自解压文件[Self-extracting (SFX) files] 二十,单步执行与自动执行[Step-by-step execution and animation] 二一,Hit跟踪[Hit trace]

    标签: ollydbg OllyDbg 32 教程

    上传时间: 2016-01-02

    上传用户:xhz1993

  • 一个数学模型的优化 function testcon() %% 设置初始值

    一个数学模型的优化 function testcon() %% 设置初始值,上下限; x0=[18 13 11] lb=[3 0.1 7] ub=[25 1 25] %% 调用优化求解函数(testcon)

    标签: function testcon 数学模型

    上传时间: 2013-12-17

    上传用户:zhaoq123

  • #include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_C

    #include"c1.h" typedef int ElemType #include"c2-2.h" #include"bo2-4.cpp" void MergeList_CL(LinkList &La,LinkList Lb) { LinkList p=Lb->next Lb->next=La->next La->next=p->next free(p) La=Lb }

    标签: include MergeList_C ElemType typedef

    上传时间: 2016-03-03

    上传用户:rishian

  • 对树剪枝算法

    对树剪枝算法,输入文件为tree.txt,显示剪枝位置

    标签: 算法

    上传时间: 2014-01-16

    上传用户:libinxny

  • To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Selec

    To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.

    标签: Debug the ATLTrace project

    上传时间: 2014-01-15

    上传用户:wfl_yy