CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 层次结构

搜索资源列表

  1. 网络数据管理软件

    1下载:
  2. 1) 从网络采集实时数据:在软件运行过程中,可以实时地从网络上根据自定义的通信协议采集数据,并且按照层次结构显示在主界面中。 2) 自动生成数据表:在服务器程序初次运行时,创建数据库,并且随着程序的进行在数据库中根据收到的数据生成数据表。 3) 历史数据存储功能:从网络上采集的数据值只要发生变化,就会存储到历史数据表中。 -a) real-time data acquisition networks : the software process, in real time from
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:163002
    • 提供者:zss
  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. 层次遍例

    0下载:
  2. 数据结构里的好象是作业之层次遍历~字数够了-data structure, as if the level of operations, to traverse enough wordage
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10094
    • 提供者:孙伟
  1. TurboTree

    0下载:
  2. 很多人都使用“父—子结构+递归算法”来显示树型的层次结构,这里给介绍一种简单方便的数据结构和算法,快速显示树型的层次结构-many people use a "parent-child structure + recursive algorithm" to show the level of tree structure, here introduced to a simple data structure and algorithm, shows the hierarchi
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:276733
    • 提供者:vvyang
  1. treelist10

    1下载:
  2. 树型控件用来显示具有一定层次结构的数据项时方便、直观,被广泛地应用在各种软件中,如资源管理器中的磁盘目录就用的是树型 控件,我们在编程中也会经常用到,但 MFC 中提供的 CTreeCtrl 类并不直接支持拖动节点等高级特性,这使我们程序员编程时有很大限 制,又给软件用户带来了一些不便。下面就让我们自己动手来解决这个问题,实现树型控件中节点的拖动。 -tree control is used to indicate a certain level of the data struct
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:64300
    • 提供者:muhammad
  1. XMLStringlate

    0下载:
  2. ML DOM (文档对象模型)对象提供了一个标准的方法来操作存储在XML文档中的信息,这就是DOM应用编程接口(API)函数。它是应用程序和XML文档之间的桥梁。DOM包含两个关键的抽象概念:一个是树状的层次结构,另一个是用来表示文档内容和结构的节点集合。树状层次包括了所有节点,节点本身也可以包含其他的节点。这样的好处是可以通过这个层次结构来找到并修改某一特定节点的信息。 微软的MSXML解析器读取一个XML文档,然后把它的内容解析到一个抽象的信息容器中,该信息容器被称为节点(NODES)。这些
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2282
    • 提供者:张宾
  1. treeshiqw

    0下载:
  2. 目前的搜索引擎产生的搜索结果过于庞大和杂乱,用户难以从大量的结果集中快速找到自己感兴趣的信息。 为了便于用户浏览,利用文档聚类算法将搜索结果自动聚类,形成一个类似文件夹的层次结构是一种好的方法。 传统的文档聚类算法,所产生的聚类结果簇没有可读性,不适于直接应用于网页的聚类。
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:59779
    • 提供者:林健
  1. 一个建立层次目录的类

    0下载:
  2. 这是一个建立层次目录结构的类,对VC++的初学者可能会有些帮助-One Class to build the hierachical directory structure,which maybe useful to the beginner of VC++.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9525
    • 提供者:蓝羽
  1. 标记语言的简单解释器算法实现

    0下载:
  2. 使用一种类似 XML 的文本标记语言来描述一种含有分支和层次结构的成员信息,(有关 XML 的更多信息,请参考 W3C 网站)设计一个简单的语言解释器, 它可以读入一个简单的文本标记文件,并提取和 转换相应的成员关系信息。文件内容如下所示。 一个简单的文本标记文件: ABC 123456 group1 每组"标记"包含两部分:标记名称和标记值。例如, 123456是一组标记。标记名称包含在一对尖括号中 (""), 称为标记头, 称为标记尾。 标记头和标记尾
  3. 所属分类:系统编程

    • 发布日期:2011-05-22
    • 文件大小:144470
    • 提供者:zjuqsr
  1. MyTreeCtrl21

    0下载:
  2. 树控制用于显示具有一定层次结构的数据项。很多应用程序都使用该控件,例如资源管理器中的磁盘目录等。-Tree control used to display a certain hierarchy of data items. Many applications use the control, such as Explorer, such as the disk directory.
  3. 所属分类:TreeView

    • 发布日期:2017-03-30
    • 文件大小:18121
    • 提供者:ANDYDENG
  1. TreeControlsTheUseOfExamples

    0下载:
  2. 树形控件的使用例子,树控制和视(Tree Control&View]主要用来显示具有一定层次结构的数据项,如资源管理器中的磁盘目录等,以供用户在其中进行各种选择。-Tree Controls the use of examples, depending on the tree control and [Tree Control & View] is mainly used to show a certain hierarchy of data items, such as Explore
  3. 所属分类:TreeView

    • 发布日期:2017-04-14
    • 文件大小:5887
    • 提供者:小林
  1. calibrator

    0下载:
  2. 获得多核存储层次结构参数的源代码。对于多核环境中编写cache相关并行程序非常有用。Windows环境.-Access to multi-core memory hierarchy parameters of the source code. Environment for the preparation of multi-core cache-related parallel programming very useful. Windows environment.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:7809
    • 提供者:computing
  1. Dalssoft.DiagramNet.bin_and_source.0.4

    0下载:
  2. ERM图表.NET 是非常好的创建基于模型的交互式实体关系的解决方案,比如流程图、网络图、数据库图表、组织图以及UML等应用。它有完整的可继承类层次结构的设计模式,丰富的事件模型和完整的帮助文件。-Diagram.NET is a free open-source diagramming tools written entirely in C#.
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:324813
    • 提供者:xiaobai
  1. tree5

    0下载:
  2. tree-5层次结构的树视控件 经典源码-tree-5 as the control tree hierarchy classic source
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-16
    • 文件大小:50399
    • 提供者:women2009
  1. _manager

    0下载:
  2. 理解文件系统的层次结构,掌握高速缓存管理和磁盘管理的基本思想和算法,掌握文件系统的系统调用处理算法和运用,设计小型文件系统 。-Understand the file system hierarchy to master high-speed cache management and disk management, the basic ideas and algorithms, to master the system calls the file system processing algo
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1977223
    • 提供者:boy
  1. means1

    0下载:
  2. 假定车可以分为货车和客车,客车又可以分为轿车、面包车和公共汽车。请设计相应的类层次结构。-Assume that vehicles can be divided into lorries and buses, passenger cars can also be divided into cars, vans and buses. Please design the appropriate class hierarchy.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:922
    • 提供者:zengming
  1. 3DS1

    0下载:
  2. 本程序解析3ds文件,由块组成。这些块说明了紧跟其ID的内容和下一个块的地址。每个块实际上是一个层次结构,不同类型的块,其层次结构也不相同。-This procedure parse 3ds file, from the blocks. These pieces illustrate the content followed by its ID and the next block address. Each block is actually a hierarchy of different
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3478638
    • 提供者:huqiong
  1. 3DS2

    0下载:
  2. 本程序解析3ds文件,由块组成。这些块说明了紧跟其ID的内容和下一个块的地址。每个块实际上是一个层次结构,不同类型的块,其层次结构也不相同。-This procedure parse 3ds file, from the blocks. These pieces illustrate the content followed by its ID and the next block address. Each block is actually a hierarchy of different
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-22
    • 文件大小:6879745
    • 提供者:huqiong
  1. sss_体系结构层次结构

    0下载:
  2. 实现软件体系结构中的层次结构,使用Eclipse开发工具(Implement the hierarchy in the software architecture using the Eclipse development tool)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:9216
    • 提供者:lyy-624
  1. matlab_层次分析法通用程序

    0下载:
  2. %本程序是完全层次结构(没有缺失数据)的模型计算程序。(This is the MATLAB of analytic hierarchy process General program .)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:jjshz
« 12 3 4 5 »
搜珍网 www.dssz.com