B-TREE文件索引源代碼,快速,高效的數(shù)據(jù)文件索引程序.
標(biāo)簽: B-TREE 索引 源代碼 數(shù)據(jù)文件
上傳時間: 2013-12-29
上傳用戶:nanfeicui
含t h r e a d x,u c o s 的b s p
標(biāo)簽:
上傳時間: 2015-06-29
上傳用戶:xfbs821
b tree how to operate on b tr
上傳時間: 2014-01-20
上傳用戶:開懷常笑
實現(xiàn)一個B*Tree的添加和查找,輸入數(shù)據(jù)為一組字典文件
標(biāo)簽: Tree
上傳時間: 2014-01-14
上傳用戶:我干你啊
b+tree樹的java實現(xiàn)。 是一個框架, 可以往里加新的東西, 實現(xiàn)復(fù)雜的功能
上傳時間: 2015-08-20
上傳用戶:84425894
This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYSTEM with lesser memory consumption. Its API includes simple SQL Statements and the output is displayed on the screen. Certain applications for which several features of existing databases like concurrency control, transaction management, security features are not enabled. B+Trees can be used as an index for factor access to the data. Help facility is provided to know the syntax of SQL Statements.
標(biāo)簽: project implement developed Database
上傳時間: 2013-12-25
上傳用戶:semi1981
回溯(b a c k t r a c k i n g)是一種系統(tǒng)地搜索問題解答的方法。為了實現(xiàn)回溯,首先需要為問題定義一個解空間( solution space),這個空間必須至少包含問題的一個解(可能是最優(yōu)的)。在迷宮老鼠問題中,我們可以定義一個包含從入口到出口的所有路徑的解空間;在具有n 個對象的0 / 1背包問題中(見1 . 4節(jié)和2 . 2節(jié)),解空間的一個合理選擇是2n 個長度為n 的0 / 1向量的集合,這個集合表示了將0或1分配給x的所有可能方法。當(dāng)n= 3時,解空間為{ ( 0 , 0 , 0 ),( 0 , 1 , 0 ),( 0 , 0 , 1 ),( 1 , 0 , 0 ),( 0 , 1 , 1 ),( 1 , 0 , 1 ),( 1 , 1 , 0 ),( 1 , 1 , 1 ) }。
標(biāo)簽: 搜索
上傳時間: 2014-01-17
上傳用戶:jhksyghr
* "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.msstate.edu, Mississippi State University) * IN NO EVENT SHALL THE "AUTHOR" BE LIABLE TO ANY PARTY FOR * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE "AUTHOR" * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
標(biāo)簽: Reese B. R. Copyright
上傳時間: 2015-09-24
上傳用戶:mpquest
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: This release comes with many changes and new features. It can manage multiple databases in one file. A new flag (HAM_LOCK_EXCLUSIVE) places an exclusive lock on the file. hamsterdb was ported to Windows CE, and the Solution file for Visual Studio 2005 now supports builds for x64. Several minor bugs were fixed, performance was improved, and small API changes occurred. Pre-built libraries for Windows (32-bit and 64-bit) are available for download. Author: cruppstahl
標(biāo)簽: C. hamsterdb structure database
上傳時間: 2013-12-11
上傳用戶:LouieWu
一個簡單的b tree 實現(xiàn)代碼,可用于緩存數(shù)據(jù),提高查詢速度
上傳時間: 2015-11-27
上傳用戶:it男一枚
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1