搜索资源列表
MiniSQL
- 设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL
minisql
- 用JAVA实现的miniSQL,可用SQL对数据库进行查询等操作
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
- 一个简单的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.
MiniSQL
- 一个简单的数据库,实现了一个简易的数据库的基本功能,支持简单的SQL语句-A simple database, a simple realization of the basic functions of a database in support of a simple SQL statement
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 statements to achieve the tab
minisql
- minisql程序,简单的Sql数据库源码-minisql procedures, a simple source of Sql database
Code
- MinisQL的源码,是用C++写的,仅供参加-the Sourse code of MiniSql by C++,which is only for refference.
miniSQL
- miniSQl的主要功能基本都已经实现,VC6.0便可以方便的打开并运行,图形用户界面-miniSQl basically the main function has been achieved, VC6.0 can easily open and running, graphical user interface. .
miniSQL
- mini sql mini sql mini sql-mini sql mini sql mini sql mini sql mini sql
MiniSQL
- 本程序是一个用C语言编写的模仿数据库系统的迷你数据库程序-This program is a work written in imitation of C mini-database program database systems
minisql
- 在vs2005环境下开发实现的一个小型数据库,能够满足基本的数据库相关操作-Development and implementation of the vs2005 environment of a small database, to meet the basic database-related operations
SSS
- MiniSQL 简易实现SQL的功能,包含Buffer、catalog、record等模块-MiniSQL simple realization of SQL features, including Buffer, catalog, record and other modules
miniSQL
- MiniSQL的大致架构在里面了,可以自己填写里面的模块-MiniSQL the general framework in which, you can fill out inside the module. .
minisql
- 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 datab
minisql
- 自己编写的minisql程序,可以实现插入删除查找的SQL语句,分为Interpreter,API,CatalogManager,IndexManager,RecordManager,BuffManager六个模块。-I have written minisql program, you can achieve insertion deletion selection SQL statements.It consist of Interpreter, API, CatalogManager, I
MiniSQL
- 实现的是一个数据库管理系统MiniSQL,模拟了一个简易的数据库管理。-Implementation is a management system MiniSQL, simulates a simple management.
minisql
- miniSQL,浙江大学版本,可以实现基本功能;请作为参考,不要直接抄袭;-this is a miniSQL program, which is able to implement basic operations.
minisql
- minisql数据库系统设计与实现,通过该实验加深对DBMS及其内部实现技术的理解(Design and implementation of miniSql database system)
MiniSQL
- 用C语言实现的minisql,其中包含了B+树,缓冲管理、索引管理等子功能(MiniSql implemented in C language)