网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文范文 -> 测控技术 -> 用VB建立传感器技术课程习题库
自动化论文范文| 电子机电论文| 测控技术论文| 通信专业论文| 电气工程论文| 通信工程论文| 电子信息工程论文| 免费自动化论文| 免费电子论文| 免费电气论文| 免费通信论文

用VB建立传感器技术课程习题库

本文ID:LW9628 字数:17791,页数:56 价格:¥118.00 → 信用说明

扫一扫 扫一扫
用VB建立传感器技术课程习题库

文档编号:CK033   文档字数:17791,页数:56,有开题报告,任务书,外文翻译

摘  要
 
 传感器技术习题库采用Visual Basic 6.0进行窗体界面的设计,实现的功能有查看习题库、增删习题、统计习题数、模糊查询四个主要功能。运用SQL Server 2000关系数据库管理系统存放数据和管理数据,传感器技术习题库包括:传感器技术基础、电阻应变式传感器、变磁阻式传感器、电容式传感器、磁电式传感器、压电式传感器、热电式传感器、光电式传感器、光纤传感器、数字式传感器、固态传感器等方面的内容。
 本系统人机界面友好,习题丰富,软件运转正常。具体介绍了一些主要的窗体设计和代码设计。提出并解决了一些关键技术,如对图片的保存和显示;用图表表示统计数据;以及模糊查询等。
 
关键词  传感器技术 习题库 Visual Basic 6.0  SQL Server 2000


Abstract

 The system of exercises base of sensor technology is designed with a series of interfaces under the circumstance of Visual Basic 6.0. It contains four main functions: reviewing exercises base, adding and deleting exercises, counting the exercises and fuzzy requiring. The system data are deposited and managed by the relation Database of SQL Server 2000. The exercises base of sensor technology involves contents of many aspects: the foundation of sensor technology, the transducer of resistance-strain, the transducer of alterable magnetic reluctance, the transducer of capacitance, the transducer of magnetoelectricity, the transducer of piezoelectricity, the transducer of thermoelectricity, the transducer of photo-electricity, the transducer of ray fiber, the transducer of digital and the transducer of solid state, etc.
 The characteristics of this system are amity interface, abundance exercises and its running in gear. This paper introduces the design of some main forms and their corresponding codes in detail. Several key techniques are put forward and then settled, such as depositing and showing the pictures, figuring the counting data and fuzzy querying, etc.
Key words  sensor technology exercises base Visual Basic 6.0        SQL Server 2000

目    录
 
摘要 I
Abstract II
第1章  绪论 1
 1.1  传感技术的发展趋势 1
 1.1.1  传感器技术的集成化和微型化 1
 1.1.2  传感器的数字化与智能化 2
 1.1.3  开发新型传感器 3
 1.1.4  研究生物感官,开发仿生传感器 3
   1.2  课题提出的背景 3
   1.3  本文内容安排 4
第2章  软件工具的介绍 5
 2.1  Visual Basic的产生与发展 5
  2.2  SQL Server 2000的简介 6
第3章  系统设计 8
 3.1  功能模块设计 8
 3.1.1  查看习题库 8
    3.1.2  增删习题 8
 3.1.3  统计习题数 8
 3.1.4  模糊查询 8
 3.2  系统的整体流程 8
 3.3  数据库设计 9
 3.3.1  填空题表(tiankong)的设计 9
    3.3.2  单项选择题表(danxuan)的设计 10
 3.3.3  多项选择题表(duoxuan)的设计 10
 3.3.4  判断题表(fanduan)的设计 11
 3.3.5  传感器辨析题表(bianti)的设计 11
 3.3.6  传感器工作原理分析题表(yuanli)的设计 12
第4章  数据库与VB连接操作 13
 4.1  ADO简介 13
 4.2  创建数据连接 13
 4.3  数据环境设置 14
 4.2.1  创建数据库工程 14
 4.2.2  设计数据环境设计器 15
 4.4  创建数据命令对象 16
第5章  窗体设计及代码设计 19
 5.1  Splash窗体(frmSplasn) 19
 5.1.1  Splash窗体设计 19
 5.1.2  窗体代码设计 21
 5.2  主窗体(Formide) 21
 5.2.1  主窗体设计 22
 5.2.2  窗体代码设计 23
 5.3  查看习题库窗体(Formqtian00) 25
 5.3.1  查看习题库窗体设计 25
 5.3.2  窗体代码设计 26
 5.4  登录窗体(frmOptimLogin) 28
 5.4.1  登录窗体设计 28
 5.4.2  窗体代码设计 28
 5.5  编辑窗体(Formxuigsi5) 30
 5.5.1  编辑窗体设计 30
 5.5.2  窗体代码设计 32
 5.6  统计习题窗体(Formchart01) 41
 5.6.1  统计习题窗体设计 42
 5.6.2  窗体代码设计 43
 5.7  模糊查询窗体(Formmohu1) 44
 5.7.1  模糊查询窗体设计 45
 5.7.2  窗体代码设计 46
第6章  调试与难点分析 48
 6.1  图片的保存与显示 48
 6.1.1  出现的问题 48
 6.1.2  解决方法 48
 6.2  用图表表示统计数据 48
 6.2.1  出现的问题 48
 6.2.2  解决方法 48
结论 49
致谢 50
参考文献 51
附录1 模糊查询窗体程序代码设计 52

用VB建立传感器技术课程习题库由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于GSM/CDMA的防盗报警系统 下一篇:液体包装机电器系统的PLC控制系统
推荐论文 本专业最新论文
Tags:建立 传感器 技术 课程 题库 2010-08-20 21:09:56【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有