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

搜索资源列表

  1. MiniSQL-v3

    1下载:
  2. 小型数据库系统,Visual Studio 2008/2010工程,可直接运行,支持SQL语句、建立B+树索引、计算操作时间等功能-Small database system, Visual Studio 2008/2010 project can be run directly support the SQL statement to establish B+ tree index, calculated operation time etc.
  3. 所属分类:Other Databases

    • 发布日期:2017-05-18
    • 文件大小:5056478
    • 提供者:Chan Cheng
  1. shiyan7_BTree

    0下载:
  2. B树的完整算法并附带测试文件,实现删除 插入 左调整 右调整等算法-Btree s code and atached with a testcpp
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:208450
    • 提供者:Metro
  1. exp7

    0下载:
  2. 构建一个 3 阶B 树; 设计一个层次遍历算法 levelBorder,输出B 树;-Build a 3-order B-tree design a hierarchical traversal algorithm levelBorder, output B-tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:673785
    • 提供者:lfs
  1. BPTree

    0下载:
  2. 1、枝干节点的关键字在每个叶子节点的最后一个 2、叶子节点中的Vals不是值集合,而是值指针集合,主要是减少移动时的拷贝时间 本来也想Keys也做也指针集合,但是会有一个问题,如果当做数据库的索引,它就必需调阅多个页 当然Keys是值集合也会有问题,对于字符串来作Key就会有对象拷贝的问题 因此我觉得要实现两种B+树,一种是值集合的,一种是值指针集合的, 对此有兴趣的朋友可以共同探讨,发邮件至 xtlxs1976@163.com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:58395
    • 提供者:云笑
  1. BPtree

    0下载:
  2. B+树程序,数据库课程设计,实现增删改查功能。-B+ tree program, database curriculum design, implement CRUD functionality,
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:12186
    • 提供者:许佳丽
  1. BTree

    0下载:
  2. B树的JAVA语言实现,B树是一棵平衡树,可用于一维数据的高效索引-B-tree JAVA language, B tree is a tree balanced tree can be used for efficient indexing one-dimensional data
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:35487
    • 提供者:ql
  1. library

    0下载:
  2. 本资源提供了是基于数据结构的课程设计,里面包含了详细设计文档部分(也就是课程设计详细报告):包含绪论(图书管理系统的背景和目标)、图书管理系统的需求分析、系统开发工具及关键技术介绍、系统实现部分、结束语,参考文献和附录等部分,源码部分:实现了新书采编入库和清除书目(包括:书号,书名,著者,现存量,总库存量,出版年份,定价),读者进行借书和预约操作,读者进行还书、查询操作。使用B树结构编写的,以书号为索引,能够快速有效的查找。 -This resource provides is based
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1632921
    • 提供者:小媛媛
  1. Data-structure-(b)-

    0下载:
  2. 讲述了数据结构中的并查集, DFA, Trie树,Trie图等算法,并且含有例题。-Describes the data structure and set of check, DFA, Trie tree, Trie FIG algorithms and contains examples.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2472693
    • 提供者:司思思
  1. MyB-Tree

    0下载:
  2. 3.给定键值,通过B+树进行查找。同时比较与直接扫描表的性能差别。(利用B+树时可根据内存大小决定放置多少层次到内存)-B+ Tree
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:25497
    • 提供者:rend
  1. BiTree

    0下载:
  2. 输入一个序列,建立B-树,能够查找指定节点,并能够遍历整个B-树,输出遍历序列结果。-Enter a sequence established B- tree, able to find the specified node, and the ability to traverse the entire B- tree traversal sequence output results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:208086
    • 提供者:逝颜
  1. BPlusTree

    0下载:
  2. 编程实现B+树,功能要求: ① 插入关键字 ② 删除关键字 ③ 查找关键字-Programming implementation of B+ tree, functional requirements: 1) insert the key word (2) the delete key (3) to find the key
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:8834
    • 提供者:张将
  1. BPTree

    0下载:
  2. 该代码实现了b+树的索引,插入与删除等功能,还具有快速查找的性能,并且算法时间复杂度性能较优.-The code to achieve the index b+ tree, insert and delete functions, but also has the capability to quickly find, and the algorithm time complexity better performance.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:313470
    • 提供者:LHY
  1. btree

    0下载:
  2. 使用visual studio 2012在C++环境中实现B树的插入,删除等功能-Use visual studio 2012 to achieve B tree in C++ environment to insert, delete, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3128
    • 提供者:李噹噹
  1. libiary

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

    • 发布日期:2017-04-14
    • 文件大小:2798
    • 提供者:杨若兮
  1. B-Tree

    0下载:
  2. 采用二叉树,快速处理字符,排除重复字符,并进行排序,比一般的排序方法效率提高非常多-Binary tree, rapid processing of characters, excluding repeated characters, and sorted, higher than the average efficiency is very much sort method
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3886781
    • 提供者:杨会
  1. studentSystem

    0下载:
  2. 学生成绩管理系统(B+树版) 利用B+树,散列文件,外部排序等等,实现学生成绩管理系统-student manage system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:412398
    • 提供者:杨艳妮
  1. BPTree

    0下载:
  2. b+树能够实现节点添加,节点删除,节点查找功能,非常适合初学者学习-b+ tree node can be achieved to add, delete nodes, node search function, very suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:19833
    • 提供者:Igniz
  1. lmdb-mdb.master

    0下载:
  2. lmdb简介lmdb是openLDAP项目开发的嵌入式(作为一个库嵌入到宿主程序)存储引擎。其主要特性有:基于文件映射IO(mmap)基于B+树的key-value接口基于MVCC(M-LMDB is a tiny with some great capabilities: Ordered-map interface (keys are always sorted, supports range lookups) Fully transactional, full ...
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:163718
    • 提供者:scott
  1. BMS

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

    • 发布日期:2017-04-14
    • 文件大小:3080
    • 提供者:lin65824
  1. c161

    0下载:
  2. 通过用B树建立索引的源代码,玩玩而已的,不成可以作为参考的-By using B tree indexing the source code, play it, and not as a reference
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2111
    • 提供者:que397395
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 20 21 »
搜珍网 www.dssz.com