摘要: 本文主要写了一种C#通过ADO.NET连接数据库,建立数据库表,用来储存能谱仪收集到的元素数据,然后通过数据库来对这些庞大的数据进行增加,删除,修改和查询等操作。首先C#是一种安全的、简单的、稳定的,由C和C++衍生出来的面向对象的编程语言,继承了C和C++强大的功能,同时又去掉了一些它们的复杂特性。选用了C#语言在Visual Studio 2010继承开发环境设计软件。利用了VS中集成的大量的使用的类库,如:创建窗口的Form类,处理串口操作的SerialPort类,操作ACCESS数据库的OleDataAdapter、OleDbConnection等类,进行创建窗体、连接ACCESS数据库等。这样使得我们管理数据更加的高效、方便、快捷。20035
毕业论文关键词: 数据库;C#;能谱数据
Database design digital spectrometer
Abstract: In this paper, write a C # connect to the database through ADO.NET,establishment of a database table,spectrometer is used to store the data elements collected。Then to add, delete, modify, and query operations on these large data through the database。First C # is a safe, simple, stable, and from C and C + + derived from object-oriented programming language。Inherits the C and C + + powerful features, while removing some of their complex nature。Selected the C # language in Visual Studio 2010 development environment to inherit design software。VS using the integrated large library use,such as: Create Form class window,SerialPort class of serial operation,Operation ACCESS database OleDataAdapter, OleDbConnection other categories,created a form, such as ACCESS database connection。This allows us to manage data more efficient, convenient, fast。
Keywords: Database; C#; Spectroscopy data
目 录
1 绪论 1
1.1 能谱仪简介 1
1.1.1 能谱仪的优点 1
1.1.2 能谱仪的缺点 2
1.2 探测器原理 2
1.3 适用范围 2
1.4 能谱的数据处理 3
1.4.1 能谱平滑方法 3
1.4.2 能谱寻峰方法 3
1.4.3 稳谱方法 3
1.4.4 核素识别算法 3
2 C#与数据库简介 6
2.1 编程语言介绍 6
2.1.1 C#语言 6
2.2 数据库概括 8
2.2.1 数据库系统组成部分 9
2.2.2 数据库系统的特点 10
2.2.3 数据库系统的分代 11
2.3 关系型数据库 11
2.3.1 关系型数据库的优点 11
2.3.2 关系模型中的常用概念 12
2.3.3 全关系系统十二准则 12
3 设计分析 14
3.1 开发环境 14
3.1.1 Visual studio 2010介绍 14
3.1.2 开发平台——.NET Framework 15
3.1.3 数据库开发——Access 16
3.1.4 ADO.NET简介 17
3.2 数据表的创建 18
3.2.1 E-R模型 19
3.3 C#连接数据库 20 C#数字化谱仪的数据库设计+文献综述:http://www.youerw.com/tongxin/lunwen_11658.html