搜索资源列表
MiniSQL
- 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL
minisql
- 用JAVA实现的miniSQL,可用SQL对数据库进行查询等操作
miniSql源码
- our homework big project
minisql
- 一个sql的写法,可以调用-a sql written, it calls
ccql
- 我们自己写的miniSQL代码,还没调试好哦-write our own code of miniSQL, No debugging weeks ago
MiniSQLForDB
- 实现一个精简型单用户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/del
MiniSQL_Java
- 本次实验要求实现的MiniSQL数据库主要由7个部分组成,分别是文件管理单元、缓冲区管理单元、记录管理单元、索引管理单元、数据字典单元、API单元、解释器单元。我采用java语言来实现MiniSQL,对系统的具体要求是安装了JDK1.42或以上版本。-the experimental demands of the main MiniSQL database by seven components, They are document m
sqlsource
- 一个简单的minisql,能实现sql语句的基本功能,创建、查询和删除,创建索引等-a simple minisql, sql statement to achieve the basic functions to create, search and delete, create indexing
MiniSQL
- 一个模拟数据库SQL的程序。模拟了SQL数据库的一些基本功能:建表,删除表格,插入表格等-SQL database in a simulated procedure. Simulation of the SQL database to some basic functions: building tables, delete tables, insert tables, etc.
SQLMinus
- 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找。-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL, through the character interface allows the user to enter SQ
MiniSQL
- 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL
MiniSQL3
- 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL-Designed and implemented a streamlined single-user SQL engine (DBMS) MiniSQL
myminisql
- 小型的minisql,支持基本功能,很不错,-Small minisql, support the basic functions, it is true that
minisql
- 用JAVA实现的miniSQL,可用SQL对数据库进行查询等操作-Using JAVA realize the miniSQL, available SQL database query, such as operation
minisql
- 设计并实现一个精简型单用户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
miniSQL
- miniSQl的主要功能基本都已经实现,VC6.0便可以方便的打开并运行,图形用户界面-miniSQl basically the main function has been achieved, VC6.0 can easily open and running, graphical user interface. .
MiniSQL
- 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
minisql
- minisql,包含极其详尽的代码注释和软件文档,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。-minisql, contains extremely detailed code comments and documentation software, to achieve the definition of the table, find, insert, delete, index, and other d
minisql
- minisql数据库系统设计与实现,通过该实验加深对DBMS及其内部实现技术的理解(Design and implementation of miniSql database system)
MiniSQL
- 用C语言实现的minisql,其中包含了B+树,缓冲管理、索引管理等子功能(MiniSql implemented in C language)