搜索资源列表
tree-2.3.tar
- tree code, write by c
2-3Tree
- 2-3树的数据结构以及演示程序-2-3 tree data structure and Demonstration Program
2-3 tree
- 实现2-3树的插入,排序,删除,查找等功能
btree2.zip
- 用C++实现的B-Tree算法, B-Tree algorithm realizes which with C
数据结构的课程设计
- 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
234tree
- 2-3-4Trees and Red-Black Trees 2-3-4Trees and Red-Black Trees-2-3-4Trees and Red-Black Trees 2-3-4Trees and Red-Black Trees 2-3-4Trees and Red-Black Trees
bMinusTree
- b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.-b-tree increases, because the information I have seen in the largest number of keywords for the m-1, I consider a bit ,2-3
TreeView
- TreeView 控件 TreeView 控件用来显示目录树结构分级视图,如同 Windows中显示的文件和目录。TreeView 控件中的各项信息都有一个与之相关联的Node对象。每个 Node 对象均由一个 Label 对象和其相关的位图组成。建立TreeView 控件后,我们可以展开和折叠、访问其中的节点。 要在 TreeView 控件中使用图标,必须通过 ImageList 控件并用代码与其关联起来,方法是设置 TreeView 控件ImageImageL
2-3-Tree
- 2-3 Tree implementation wich can insert search a node and always shows in graphical the tree.
attachments
- The document contains Redblack tree and 2-3 tree,a n advance topic on data structure and algorithm
2-3-tree
- Example of implementation of 2-3 tree binary tree. This is code available for freely distribution
glibc-2.3.22
- glibc是gnu发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于 glibc 囊括了几乎所有的 UNIX 通行的标准,可以想见其内容包罗万有。而就像其他的 UNIX 系统一样,其内含的档案群分散于系统的树状目录结构中,像一个支架一般撑起整个作业系统。在 GNU/Linux 系统中,其C函式库发展史点出了GNU/Linux 演
2-3-tree
- 2-3树 数据结构 实现 含GUI(awt)-2-3 tree, implement the 2-3tree. include GUI
DST
- 大二数据结构的实验,里面包含实验报告、源码、可执行文件,用VC++6.0开发的。动态查找表。功能齐全,实现 二叉排序树、平衡二叉树、B_树、2-3树、B+树。- Experimental sophomore data structures, which contains experimental reports, source code, executable file, using VC++6.0 development. Dynamic look-up table. F
2-3tree
- 基于2-3树结构的字典、优先队列、可并堆、可连接队列算法实现-2-3 tree-based structure of the dictionary, priority queue, you can heap and can be connected to the queue algorithm
2-3-tree
- 2—3树是这样一种树: A.每个非叶子结点都有2个或3个儿子; B.每条众树根到树叶的路径长度相等; C.只有一个根结点的树也是2—3树。 本题目要求从键盘输入以整数序列,建立一棵2-3树。所以我的建树构思为以2-3树的插入操作来进行建树。-2-3 tree is such a tree: A. Each non-leaf node has two or three sons B. Each congregation tree roots to leaves is equal
2-3Tree
- 2-3树算法实现,*面,可以实现插入、删除等操作-2-3 tree algorithm, no interface can be achieved insert, or delete operation
2-3Library
- 老师直接免检的2-3树实现的数据结构期末课程设计 图书管理系统。 功能强大,管理员及读者双模式。读者可注册,管理员密码为 “password”。。附详细代码说明,适当修改后即可作为课程设计上交啦。-The teacher directly exempted from inspection the 2-3 tree for the data structure of the final course design of books management system management
2-3-tree-master
- 2—3树的建立,插入,删除,清空等功能的实现-Establish a 2-3 tree, insert, delete
2-3Tree
- 利用C++实现2-3树,课程作业,仅供参考(Implementation of the 2-3 tree)