DELPHI+MSSQL工业控制之数据采集系统(毕业论文+文献综述+外文翻译+可执行程序+源代码)

来源:互联网 发布:windows在哪下载 编辑:程序博客网 时间:2024/05/01 05:42

如有需要请联系QQ:269063305

目录
一:摘要 3
Abstract 3
二:使用工具的具体说明 4
2.1  DELPHI简介 4
2.2 关于数据库系统 6
2.3  数据库安全 7
2.4  完整性参考,程序储存及引发 8
2.5  SQL的具体说明 9
2.6  关于数据采集 10
三:具体的准备工作: 12
3.1开发环境 12
3.2  关系数据库的设计 12
3.3  设计结构及框架 14
3.3.1  表结构说明 16
四:具体的设计方法及重要的代码程序 18
4.1  数据库、数据表的建立 18
4.2  数据库的连接 19
4.2.1  Delphi提供了两种数据库连接技术 19
五:登陆界面的实现 21
5.1  设计登陆界面的必要性 21
5.2  界面的控件设置 21
六:主操作界面的实现 23
6.1  菜单的实现 23
6.2  关于密码管理 24
6.3  主界面的实现 27
6.3.1  关于数据查询 29
6.3.2  关于报表 30
6.3.3  关于统计图 32
七:小结 34
7.1  总结 34
7.2  结束语 34
参考文献 35


 
一:摘要

    本文阐述了数据库及DELPHI的历史发展及其特点,并提出了以数据库为核心的数据分析系统的安全性和必要性。
首先对数据采集的定义、本系统的功能及前景进行了说明,并通过关系图进行了分析。遵循数据库应用系统开发步骤,在开发环境 Delphi 7.0基础上,以SQL数据库为依托。系统地介绍了以数据库为核心的数据分析系统,并对该系统的关键技术作了详细分析,提出了有效的解决方案。这些关键技术包括数据库连接技术,以实现客户/服务器模式(C/S)下的数据库开发;结合数据库管理系统的自身鉴别机制,将数据库的权限赋予用户,以控制用户对数据的访问,并设置了用户密码管理子系统,以确保数据库的安全。还有报表的生成、打印及其与数据库的连接技术。通过统计图中的数据走势对数据库中的数据进行直观的展示,并联系概率论中的均值、方差等概念进行了分析。
最后,对数据分析系统的特点进行了总结。对本系统的未来进行了展望。
关键字:数据库、数据分析、DELPHI。
Abstract
In this paper, developing history and characteristics of database System and DELPHI were introduced. Then a conclusion, And have proposed the security and necessity taking database as analyticl system of the central data. 
At first, The function and prospect of this system have been explained , And has analysed through the structure chart. Definition that the data are gathered.  Keeping to the procedure of developing Database application system, underlying the developing environment Delphi 7.0 and on Database Management System (DBMS), the system analysis on data analyticl in detail. What’s more, with fundamental research, the following solutions were put forward: Database connectivity technology, Which can help to implement this system which works in Client/Sever mode; the method of directly giving the Database system’s operating purviews to right users with the application of DBMS’ s authentication mechanism, which help to control Database’s access; And also has set up user's password and managed the subsystem, in order to ensure the safety of database Formulation ,typing of the report form and connection technology of the database. The data tendency in the statistical chart carries on ocular analysis to the data in the database, Such concepts as the mean value , variance contacted in probability theory ,etc. have been analysed.
Finally , summarize characteristic of the analyticl system of the data.  And have looked forward to the future of this system.
 Keyword: database. Data analyticl. Delphi.


 

 

 

 

原创粉丝点击