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

搜索资源列表

  1. bianlitree

    1下载:
  2. VC++遍历树形控件代码演示,将树控中各主节点、子节点全部枚举,希望对您有所帮助-VC++ code to traverse the tree controls demonstrated, the tree control in the master node, all the enumeration of child nodes, I hope for your help
  3. 所属分类:GUI Develop

    • 发布日期:2015-10-11
    • 文件大小:11264
    • 提供者:madud00027
  1. SearchDLTree

    0下载:
  2. 演示如何按关键字符串实现遍历双链键树的的操作。-Press the key string shows how to achieve double-stranded key tree traversal operation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:14897
    • 提供者:凡卡
  1. AVL

    0下载:
  2. 用控制台界面完美演示平衡二叉树的操作过程,用纯C编写,基于VS2008-Interface with the console perfectly balanced binary tree of the operation shows, written in pure C, based on VS2008
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:233496
    • 提供者:石头
  1. Red-Black-Tree

    0下载:
  2. 使用MFC做的一个红黑树操作演示,带有显示界面,很好的展示了红黑树创建、添加、删除等操作的过程,是数据结构与算法中很重要的一部分-Use MFC to do a red-black tree operation and demonstration, with the display interface, a very good show red-black tree to create, add, delete and other operations of the process data s
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1611411
    • 提供者:叶子
  1. BTree

    0下载:
  2. b-树用vc++实现,每一步都有演示效果-b- tree with c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2332610
    • 提供者:jack
  1. English-book-management-system

    0下载:
  2. 西文图书管理系统 图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设计一个图书管理系统,将上述业务活动借助于计算机系统完成。 要求: (1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。 (2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用B-树(4阶树)对书号建立索引,以获得高效率。 (3)系统应有以下功能: 采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。 -Western language
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:242983
    • 提供者:panbowen
  1. BinaryTreeOS

    0下载:
  2. 二叉树数据结构功能演示,包括C源代码和实验报告-Binary tree data structure and function of presentation, including the C source code and test reports
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:99455
    • 提供者:DeJun
  1. CSharp

    0下载:
  2. 二叉树的建立和各种遍历,Windows应用界面演示-Through the establishment and a variety of binary, Windows application interface demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:237279
    • 提供者:邵远
  1. processing-of-remote

    0下载:
  2. 《大尺度遥感影像的自动切分算法演示系统》 基本要求: 1、能读取和保存图像数据。 2、能将较大的图像自动切分为四叉树方式组织的标准大小的小图像(如256*256像素,为影像金字塔的建立服务)。 3、能自动命名并保存切分影像数据。文件名有助于图像块的快速传输和定位显示。 4、能交互显示切分后的图像。-processing of remote sensing image data
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1547
    • 提供者:方家腊
  1. binatytree

    0下载:
  2. 二叉树后序遍历 ,java 编写的二叉树后序遍历演示程序,非常直观。容易理解-Binary tree postorder traversal, java binary tree postorder traversal written demo program, very intuitive. Easy to understand
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-04-03
    • 文件大小:16045
    • 提供者:Sunyu
  1. binary-tree

    0下载:
  2. 二叉树建立、插入删除基本演示,数据结构课设-binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:108871
    • 提供者:马朔阳
  1. BTree

    0下载:
  2. b-树的建立插入删除,基本演示,数据结构课设-b-tree creation insertion deletion, basic presentation, set up data structures course
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11614
    • 提供者:马朔阳
  1. BinaryTree

    0下载:
  2. 马氏模板,数据结构,二叉树的功能演示,二叉树-This is binary power
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1725
    • 提供者:陈园
  1. b-trees

    0下载:
  2. ① 实现在B-树上的查找,并分析其时间复杂性。 ② 实现B-树的ADT,包括其上的基本操作:结点的加入和删除。 ③ 要求B-树结构中的M=3 或5,实现其中的一种即可。 ④ 实现基本操作的演示。 (4) 实现提示 -b-trees c/c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:32851
    • 提供者:lisa
  1. erchashu

    0下载:
  2. 二叉树的建立及后续遍历的演示,包括代码和报告。-Binary tree traversal of the establishment and subsequent demonstrations, including code and reports.
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:6303
    • 提供者:马帅先
  1. TreeArray

    0下载:
  2. 用JAVA写的,演示了二叉树算法,前序遍历,中序遍历,后序遍历都有涉及,适合做阶段作业提交-Written using JAVA, shows binary tree algorithm, pre-order traversal, in-order traversal, postorder traversal are involved, suitable for job submission phase
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:12507
    • 提供者:梁先生
  1. threaded-Tree

    0下载:
  2. 二叉树线索化动态演示,用Qt做的,有图形界面-Dynamic presentation binary tree threaded-QT
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:10766
    • 提供者:liangliang
  1. HuffmanTree

    0下载:
  2. 创建哈夫曼树的演示程序,相当高效的C++代码,希望能和大家分享-Huffman Tree Creating
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1655
    • 提供者:wxj
  1. 2tree

    0下载:
  2. 平衡二叉树操作的演示程序。数据结构实验项目之一-Balanced binary tree demo program operations. One of the experimental projects of the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:wyj1002
  1. Level-traversing-a-binary-tree-

    0下载:
  2. 层次遍历二叉树(顺序结构) 注意:此代码仅演示层次遍历二叉树(顺序结构),并不考虑诸多细节, 感兴趣的可自行修改-Level traversing a binary tree (order structure) Note: This code only demonstrates the level traversing a binary tree (order structure), does not take into account many details,
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1260
    • 提供者:富宇
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com