网学网自动化专业编辑为广大网友搜集整理了:基于VC的实时曲线绘制与处理系统绩等信息,祝愿广大网友取得需要的信息,参考学习。
论文编号:ZD914 论文字数:14411,页数:39
摘 要
随着微机技术的快速发展,以个人微机为平台的信号采集和数据处理系统到了广泛应用,本文主要以VC++作为开发工具对采集后的数据进行实时曲线的绘制和处理方面进行了研究开发,简单介绍了数据采集和实时曲线在处理数据方面的的重要性,以及完成这个课题的现实意义;阐明了本课题开发的研究背景,开发工具等;介绍了主要软件设计的原理、思路以及实现效果,还有一些关于画动态实时曲线的比较好的方法,本文所涉及的内容主要是上位机的界面设计,下位机采用模拟的方法,最终实现动态曲线的显示功能。本文的成果并未应用到某个特别的地方,它具有普遍性,可进行二次开发,再应用到各种采集系统中。
关键词:VC++;实时曲线;人机界面
Abstract
With the rapid development of computer technology in their personal computer as a platform for signal acquisition and data processing systems to a wide range applications, this article mainly on VC + + as a development tool for collecting real-time data curve drawing and processing research and development carried out a short presentation of the data acquisition and real-time curve in dealing with the importance of data, as well as the completion of the practical significance of this issue; to clarify the subject of the development of research background, development tools, etc.; presentation of the main tenets of software design, ideas, and the achievement of effect, there are a number of real-time dynamic curve of painting a better method, the contents of this paper is mainly involved in the host computer interface design, the next-bit machine using simulation methods, the ultimate realization of the dynamic curve of the display. In this paper, the results did not apply to a special place, it is universal, can be the second development, and then applied to a variety of collection systems.
Keywords:VC + +; real-time curve; human-machine interface
目 录
摘要……………………………………………………………………….……………….Ⅱ
Abstact………………………………………………………………………………......Ⅲ
目录…………………………………………………………………………………..……Ⅳ
1 绪论………………………………………………………………………………..……1
1.1 研究背景及意义………………………………………………………….….…..1
1.2 本文的研究内容…………………………………………………………….......1
2 Visual C++ 6.0在工程中的应用………...………………………………………..…..2
2.1 Visual C++ 6.0简介…………………………………………………….……3
2.2 Visual C++ 6.0的特点…………………………………………………….…3
2.3 Visual C++ 6.0常用向导简介…………………………………………...4
2.4 MFC类库…………………………………………………………………….…..4
3 软件系统技术原理…………………………………………….…………………...6
3.1 数据库访问技术及原理…………………………………………...………...…6
3.2 VC中MFC绘制实时曲线………………………………………………….……9
3.3 动态链接库技术基础………………...…………………………….…….….15
4 软件系统设计及功能实现………………..………………………………….……18
4.1 系统的框架设计………………………………………………………………18
4.2 系统功能的分析和实现………………………………………………………22
4.2.1 系统功能分析………………………………………………....……..22
4.2.2 系统功能实现………………………………………………………..23
5 总结…………………………………………………………………………...……...25
5.1 本文总结……………………………………………………………….………25
致谢……………………………………………………………………………………...26
参考文献…………...……………...…………………………………………………...27