搜索资源列表
wenjianziyuanguanliqi
- 文件资源管理器:多用户管理,多级目录形式,用户可设置密码保护. B、回收站管理 C、树形和列表界面操作(包括图标、列表以及详细信息显示方式,方便的系统菜单,右键菜单,工具栏等) D、文件的拖放操作 E、Windows剪贴板操作(复制,剪切,粘贴工作可以通过剪贴板完成) -Resources Management : Multi-user management, multi-level menu, users can set up password protection. B,
02342103110
- B-树实现索引和快速查找-B-Tree indexing and quick search
BPlusTree
- B+树实现源码,JAVA语言,数据库索引技术-B + Tree source, Java language, database indexing technology
hamsterdb-0.4.4.tar
- About: hamsterdb is a database engine written in ANSI C. It supports a B+Tree index structure, uses memory mapped I/O (if available), supports cursors, and can create in-memory databases. Release focus: Major feature enhancements Changes:
B+Tree
- B+Tree实验练习 数据库实验,介绍B+树的用法
bplustree
- 支持并发访问的B+树-support concurrent visit the B-tree
aglo7-1
- 二叉树的基本算法。(1) 输出二叉树B; (2) 输出二叉树B的深度; (3) 输出H结点的左、右孩子结点值; (4) 输出二叉树B的宽度; (5) 输出二叉树B的结点个数; 输出二叉树B的叶子结点个数 -The basic algorithm for binary tree。(1) output binary tree B (2) The output of a binary tree B of depth (3) The output of H nodes
tokyocabinet-1.4.46.tar
- Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, ea
kyotocabinet-1.2.30.tar
- kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。-Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is
CIndexManager
- 数据库系统中使用的B+树索引,可以插入、删除键值,支持等值查找和范围查找。minisql中的index manager模块-Database system used in the B+ tree index, you can insert, delete the key, find support and range of equivalents to find. Index manager module in minisql.
b_plus_tree
- 支持b+ tree树的初始化以及增删改操作,借以了解数据库中index的数据结构-b+ tree
incert
- 数据库中,B+树索引的构造,此程序实现了200000个项目的插入!-Database, B+ tree index structure, the program achieved 200,000 into the project!
idxsearch
- 一个关于B-树的相关算法,并完成部分指定功能-A correlation algorithm on B- tree and complete some of the designated function