登录
首页 » 数据结构 » miniSQL 的数据库设计

miniSQL 的数据库设计

于 2023-02-11 发布 文件大小:4.94 MB
0 174
下载积分: 2 下载次数: 1

代码说明:

数据库系统设计课程作业设计并实现一个精简型单用户SQL引擎(DBMS)MiniSQL,允许用户通过字符界面输入SQL语句实现表的建立/删除;索引的建立/删除以及表记录的插入/删除/查找。 通过对MiniSQL的设计与实现,提高学生的系统编程能力,加深对数据库系统原理的理解。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SQL 库表文件
    该项目是利用SQL开发。它是专为存储是从所谓的zoneict..It网站发送具有相互关联的另一个50表中的数据。所以,如果你想知道如何使用SQL将HEP那么创建表试下。祝好运
    2023-03-22 11:00:03下载
    积分:1
  • (严蔚敏)的试验指导书籍,非常方便的一本书
    数据结构(严蔚敏)的试验指导书籍,非常方便的一本书- i usuless for foreign school, it is a book about china s tutorial
    2022-07-01 02:35:12下载
    积分:1
  • access+vb工资管理系统。没有文档。 功能较全面。工资表的修改,查询,生成。工资计算公式的修改。登陆的时候有管理员账户。...
    access+vb工资管理系统。没有文档。 功能较全面。工资表的修改,查询,生成。工资计算公式的修改。登陆的时候有管理员账户。-access vb wage management system. No documentation. More comprehensive function. The wage scale changes inquiries generated. Wage formula changes. Landing when caretakers accounts.
    2022-04-11 06:22:39下载
    积分:1
  • PHPYou是基于php+mysql架的开源图库相册系统.以其强大易用的图片批处理功能和幻灯式图片浏览效果而闻名.其不断优化的,代码算法,模板引擎,...
    PHPYou是基于php+mysql架构的开源图库相册系统.以其强大易用的图片批处理功能和幻灯式图片浏览效果而闻名.其不断优化的数据结构,代码算法,模板引擎,数据缓存,和最少化数据库查询设计,使得PHPYou可以在极为繁忙的服务器环境下快速稳定运行.适用于大型图库类网站、个人相册类网站、产品展示类网站、在线漫画类网站等.-PHPYou腔php+ Mysql 芄 目 源 图 蔚 统. 蔷玫 图 片 芎 突 玫 式 图 片效 .洳慌?萁 峁?惴? 模, 莼, 倩 菘 询, PHPYou 诩 为忙姆 驴 榷. 诖 图 站站 品 展 示 站站.
    2022-08-06 03:45:18下载
    积分:1
  • answer two data structure, several revisions, the book also answers simple and c...
    数据结构答案2,经多次修改而成,比答案册的还要简单清楚。-answer two data structure, several revisions, the book also answers simple and clear.
    2022-07-13 09:59:33下载
    积分:1
  • MySQL是一个小型关系型库管理系统,开发者为瑞典MySQL AB公司。在2008年1月16号被Sun公司收购。目前MySQL被广泛地应用在Internet...
    MySQL是一个小型关系型数据库管理系统,开发者为瑞典MySQL AB公司。在2008年1月16号被Sun公司收购。目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。MySQL的官方网站的网址是:www.mysql.com-MySQL is a small relational database management system, development of the Swedish company MySQL AB. In January 16, 2008 acquired by Sun. MySQL is currently being widely used in Internet, small and medium-sized site. Because of its small size, speed and low total cost of ownership, in particular the characteristics of open source, many small and medium-sized Web sites in order to reduce the total cost of ownership and choose the MySQL database as a Web site. MySQL
    2022-08-19 01:59:46下载
    积分:1
  • 利用哈夫曼编码造的完整的编/译码系统,包括初始化、编码、译码、显示等,并将其输出在文件中。...
    利用哈夫曼编码构造的完整的编/译码系统,包括初始化、编码、译码、显示等,并将其输出在文件中。-The use of Huffman encoding the complete structure of the encoder/decoder system, including the initialization, encoding, decoding, display and output in the document.
    2022-01-22 17:55:18下载
    积分:1
  • 关于库的源代码。适合初学者参考如何使用库。
    关于数据库的源代码。适合初学者参考如何使用数据库。-With regard to the database source code. Suitable for advanced users how to use the database.
    2023-03-08 14:20:03下载
    积分:1
  • 中最小生成树的C语言实现源代码,需要的可以下载,只适用于初学者。...
    数据结构中最小生成树的C语言实现源代码,需要的可以下载,只适用于初学者。-Minimum spanning tree data structure in the C language source code, need can be downloaded, only applies to beginners.
    2023-07-24 15:45:02下载
    积分:1
  • 编写一个程序,学生统计信息的果(存储…
    编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头; 编译score.c即可 -prepared a procedure, the results of the students statistical information (stored in the document Score.dat). Requirements : 1. According to score, the math and English results, the computer results were 2 ranking. Statistics were able to mathematics, English, Computer failure number three. can search by school, students, and that the student information. Note 1. Read from the file into the data and functions of the menu showed the documentary and Menu.c ReadData.c given; 2. The overall code structure has been the Score.c given, and the definition of some of the first function, However, the body function code and address some main program code requiring students to complete, can also modify function first; compiler can s
    2022-08-20 01:05:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载