搜索资源列表
DBMS
- 小型的DBMS,支持常用SQL语句,并能实现数据库的基本管路功能
DBMS
- 实现建立数据库表的结构的功能。要求: (1)能输入任意关系名。
dbms
- 用c语言编写的数据库管理系统,dbms1和dbms2是两个不同的数据库管理系统,dbms1可以实现创建新数据库,dbms2可以实现修改数据库的内容。程序比较简单,可以在vc++下运行,可以帮助学习开发数据库管理系统
C语言编程实现DBMS基本功能
- C语言编程实现DBMS基本功能
DBMS.rar
- 实现了简单的DBMS功能。有创建表,修改表,删除表,插入数据,修改数据的功能,The realization of a simple function of the DBMS. Have to create tables, modify tables, delete tables, insert data, modify data
SimpleDB_2.2
- 用java语言简单实现数据库的初步功能,包括用户端、存储、查询、优化等功能,是初学DBMS设计者的很好范例。-Java language with a simple function of the realization of the initial database, including the client, storage, query, optimization and other functions, is a good learning example DBMS designers.
DBMS_c
- 使用C语言实现的数据库管理系统。 支持简单类 SQL语言。-Realize the use of C language database management system. Easy category Supported SQL language.
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
DBMS
- c++ 的DBMS 他囊括了数据库技术,编译系统,和文字处理系统。可以实现数据结构,酸法,程序的设计 。-DBMS
SimpleDBMS_StructMan
- 自己写的一个数据库管理系统(DBMS),实现了简单数据库结构管理的全部功能,能执行相应的sql语句并检查语法错误。-A database management system (DBMS) written by meself, the realization of a simple database structure management of all functions, to carry out the corresponding sql statement and check for sy
DBMS
- 一个数据库DBMS的源代码,比较简单,实现了基本的插入,查询等功能,实现了基本的sql语句-A database DBMS source code is relatively simple to achieve the basic insert, query and other functions, to achieve the basic sql statement
DBMS
- 数据库课的大作业,MFC + 本地SQLServer2000实现了一个汽车维修公司的信息管理系统,原理是通过MFC类访问数据库,有基本的数据操作功能,优点是文档齐全,包括设计报告,总结报告和安装说明-Database class big operation, MFC+ local SQLServer2000 implements a vehicle maintenance company s information management system, the principle access
12
- DBMS系统,能够实现简单的创建表,删除表等功能,和简单的SQL语句。-DBMS systems, to achieve a simple create table, delete table and other functions, and a simple SQL statement.
DBMS
- 本软件详细介绍了一个数据库管理系统的功能模块的编程实现,包括数据库建立、表的建立、记录查询、统计等功能-This software describes in detail the functions of a database management system module programming, including database creation, table creation, record information, statistics and other functions
DBMS-DESIGN
- 一个简单的用MFC实现的数据库管路系统,基本实现了传建数据库、创建表、插入信息、删除表、及简历表间完整性约束-Agood DBMSDesign by myself .
DBMS
- 实现了DBMS系统的一些基本算法,实现查询,等等一些算法-DBMS systems to achieve some of the basic algorithm
dbms_vb
- 数据库管理系统 VB版的 DBMS 实现sql语法的-VB version of the database management system
dbms
- dbms dos环境 实现sql语句建表 输入命令即可实现-dbms dos environment sql language create table input order to realize
DBMS-example
- 数据库开发和应用实例,实现数据库快速入门-Database development and application examples, database Quick Start
DBMS-master (1)
- c++实现简单DBMS系统,增删改查、试图、索引等功能(C++ implementation of a simple DBMS system)