Location:
Search - minisql index
Search list
Description: 实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找-achieve a streamlined single-user SQL engine (DBMS) MiniSQL. allows users to input characters SQL interface to achieve the table creation / deletion; the index creation / deletion of records and forms the insertion / deletion / Search
Platform: |
Size: 902675 |
Author: swl |
Hits:
Description: 本次实验要求实现的MiniSQL数据库主要由7个部分组成,分别是文件管理单元、缓冲区管理单元、记录管理单元、索引管理单元、数据字典单元、API单元、解释器单元。我采用java语言来实现MiniSQL,对系统的具体要求是安装了JDK1.42或以上版本。-the experimental demands of the main MiniSQL database by seven components, They are document management modules, buffer management unit, records management modules, index management modules, data dictionary modules, API modules, modules for interpretation. I used java language to achieve MiniSQL. the system is the installation of the specific requirements of JDK1.42 or later.
Platform: |
Size: 444978 |
Author: 梁秀波 |
Hits:
Description: 实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找-achieve a streamlined single-user SQL engine (DBMS) MiniSQL. allows users to input characters SQL interface to achieve the table creation/deletion; the index creation/deletion of records and forms the insertion/deletion/Search
Platform: |
Size: 4472832 |
Author: swl |
Hits:
Description: 本次实验要求实现的MiniSQL数据库主要由7个部分组成,分别是文件管理单元、缓冲区管理单元、记录管理单元、索引管理单元、数据字典单元、API单元、解释器单元。我采用java语言来实现MiniSQL,对系统的具体要求是安装了JDK1.42或以上版本。-the experimental demands of the main MiniSQL database by seven components, They are document management modules, buffer management unit, records management modules, index management modules, data dictionary modules, API modules, modules for interpretation. I used java language to achieve MiniSQL. the system is the installation of the specific requirements of JDK1.42 or later.
Platform: |
Size: 444416 |
Author: 梁秀波 |
Hits:
Description: 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找。-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQL statements to achieve the table create/delete index create/delete table records, as well as insert/delete/find.
Platform: |
Size: 1138688 |
Author: 何辉 |
Hits:
Description: 这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。-This is a small-scale use of C prepared database system, the realization of a database table realize the definition of search, insert, delete, index, such as database operations. Is a prototype database.
Platform: |
Size: 391168 |
Author: liang |
Hits:
Description: 一个简单的VC6.0控制台程序,可以实现SQL的select,create table .create index ,drop table ,drop index ,insert into ,delete等功能。-VC6.0 console a simple procedure, the SQL can select, create table. Create index, drop table, drop index, insert into, delete functions.
Platform: |
Size: 163840 |
Author: 严皓亮 |
Hits:
Description: 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQL statements to achieve the table create/delete index create/delete table records, as well as insert/delete/find.
Platform: |
Size: 1625088 |
Author: zx |
Hits:
Description: miniSQL 数据库设计 包含API,Buffer Manager,Catalog Manager, index Manager, Inerpreter, Record Manager-miniSQL database design includes API, Buffer Manager, Catalog Manager, index Manager, Inerpreter, Record Manager
Platform: |
Size: 177152 |
Author: 盆烟 |
Hits:
Description: minisql,包含极其详尽的代码注释和软件文档,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。-minisql, contains extremely detailed code comments and documentation software, to achieve the definition of the table, find, insert, delete, index, and other database operations. Is a database prototype.
Platform: |
Size: 5920768 |
Author: ash |
Hits:
Description: 数据库系统中使用的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.
Platform: |
Size: 7168 |
Author: 郭方舟 |
Hits:
Description: MiniSQL
Search for certain tuple
Search between a range
Create table
Create B+index based on the key
Drop table
Drop index
-A simple database. Simple operations are supported like search for certain tuple and create a new table. B+tree index is supported too. Conjunction between tables is not supported.
Platform: |
Size: 10957824 |
Author: 王一婷 |
Hits:
Description: 用C++开发的数据库系统,有MFC界面,支持基本的SQL命令,用文件模拟硬件实现buffer调度,实现文件内的B+树索引,比较有参考价值。-With C++ development of the database system, there are MFC interface, support for basic SQL commands, with the file buffer analog hardware implementation schedule to achieve B+ tree within the index file, compared with reference values.
Platform: |
Size: 28782592 |
Author: 孔晗聪 |
Hits:
Description: 小型数据库系统,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.
Platform: |
Size: 5056512 |
Author: Chan Cheng |
Hits:
Description: 实现了创建数据库,建表等SQl的功能,有问题存在,望见谅。-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQL statements to achieve the table create/delete index create/delete table records, as well as insert/delete/find.
Platform: |
Size: 912384 |
Author: yzh |
Hits:
Description: 自己实现的一个简单数据库系统源码。
miniSQL.
支持创建表、删除表、插入记录、删除记录、查询记录、创建索引、删除索引和退出系统。
代码中还有一些bug。-Own implementation of a simple system source code.
miniSQL.
Support the creation of tables, delete tables, insert records, delete records, check records, create an index, delete the index and exit the system.
There are some code bug.
Platform: |
Size: 9513984 |
Author: 胡滨 |
Hits:
Description: 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找。(The design and implementation of a simplified single user SQL engine (DBMS) MiniSQL, allows users to input a character interface SQL statement table create / delete index; create / delete and insert / delete / lookup table records.)
Platform: |
Size: 4462592 |
Author: 盛夏
|
Hits: