亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

R<b>B-TREE</b>

  • This project attempts to implement a Database using B+Tree. The project has developed a DATABASE SYS

    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.

    標簽: project implement developed Database

    上傳時間: 2013-12-25

    上傳用戶:semi1981

  • 回溯(b a c k t r a c k i n g)是一種系統(tǒng)地搜索問題解答的方法。為了實現(xiàn)回溯

    回溯(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的所有可能方法。當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 ) }。

    標簽: 搜索

    上傳時間: 2014-01-17

    上傳用戶:jhksyghr

  • * "Copyright (c) 2006 Robert B. Reese ("AUTHOR")" * All rights reserved. * (R. Reese, reese@ece.

    * "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.

    標簽: 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

    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

    標簽: C. hamsterdb structure database

    上傳時間: 2013-12-11

    上傳用戶:LouieWu

  • 一個簡單的b tree 實現(xiàn)代碼

    一個簡單的b tree 實現(xiàn)代碼,可用于緩存數(shù)據(jù),提高查詢速度

    標簽: tree 代碼

    上傳時間: 2015-11-27

    上傳用戶:it男一枚

  • Specification for conveying ITU-R System B Teletext in DVB bitstreams

    Specification for conveying ITU-R System B Teletext in DVB bitstreams

    標簽: Specification bitstreams conveying Teletext

    上傳時間: 2014-02-18

    上傳用戶:mikesering

  • B-tree 在內存中的實現(xiàn)

    B-tree 在內存中的實現(xiàn),包括插入、刪除、查找。

    標簽: B-tree 內存 中的實現(xiàn)

    上傳時間: 2013-12-09

    上傳用戶:asasasas

  • 本書提供用J B u i l d e r開發(fā)數(shù)據(jù)庫應用程序、創(chuàng)建分布式應用程序以及編寫J a v a B e a n 組件的高級資料。它包括下列幾個部分: • 第一部分是“開發(fā)數(shù)據(jù)庫應用

    本書提供用J B u i l d e r開發(fā)數(shù)據(jù)庫應用程序、創(chuàng)建分布式應用程序以及編寫J a v a B e a n 組件的高級資料。它包括下列幾個部分: • 第一部分是“開發(fā)數(shù)據(jù)庫應用程序”,它提供關于使用J b u i l d e r的D a t a E x p r e s s數(shù)據(jù) 庫體系結構的信息,并解釋原始數(shù)據(jù)組件和類之間的相互關系,以及怎樣使用它 們來創(chuàng)建你的數(shù)據(jù)庫應用程序。它還解釋怎樣使用Data Modeler(數(shù)據(jù)模型器)和 Application Generator(應用程序生成器)創(chuàng)建數(shù)據(jù)驅動的客戶機/服務器應用程 序。 • 第二部分是“開發(fā)分布式應用程序”,它提供關于使用ORB Explorer、用J B u i l d e r 創(chuàng)建多級的分布應用程序、調試分布式應用程序、用J a v a定義C O R B A接口以及 使用s e r v l e t等的信息。 • 第三部分是“創(chuàng)建J a v a B e a n”,它解釋怎樣開發(fā)新的J a v a B e a n組件,描述在組件 開發(fā)中涉及的任務, 怎樣使用B e a n s E x p r e s s創(chuàng)建新的J a v a B e a n,以及關于屬性、 事件、B e a nIn f o類和其他方面的詳細情況。

    標簽: 8226 數(shù)據(jù)庫 應用程序

    上傳時間: 2014-01-03

    上傳用戶:wpt

  • 本書以奧地利貝加萊公司的B&R 2000系列可編程計算機控制器(PCC)為背景

    本書以奧地利貝加萊公司的B&R 2000系列可編程計算機控制器(PCC)為背景,系統(tǒng)地介紹了最新的可編程控制器的工作原理、指令系統(tǒng)、編程方法、網(wǎng)絡通訊等,力求將這一領域的最新技術成果介紹給讀者。

    標簽: 2000 PCC 奧地利 可編程

    上傳時間: 2016-01-25

    上傳用戶:sevenbestfei

  • b tree code for index in the database design

    b tree code for index in the database design

    標簽: database design index tree

    上傳時間: 2016-02-03

    上傳用戶:z1191176801

主站蜘蛛池模板: 固镇县| 南京市| 清河县| 汉中市| 长武县| 大石桥市| 乌兰浩特市| 乐平市| 自贡市| 左云县| 那坡县| 宣城市| 铜川市| 石泉县| 临高县| 正宁县| 乐亭县| 景谷| 阳西县| 比如县| 松溪县| 卓资县| 石家庄市| 犍为县| 万州区| 临泽县| 黄龙县| 西乡县| 偃师市| 吐鲁番市| 纳雍县| 四子王旗| 武夷山市| 台山市| 钟祥市| 皋兰县| 梨树县| 广河县| 汾西县| 涪陵区| 钦州市|