1 / 45
文档名称:

科学数据可视化操作算法设计分析.doc

格式:doc   大小:826KB   页数:45
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

科学数据可视化操作算法设计分析.doc

上传人:buhouhui915 2018/5/3 文件大小:826 KB

下载得到文件列表

科学数据可视化操作算法设计分析.doc

相关文档

文档介绍

文档介绍:科学数据可视化操作算法设计分析
摘要
随着科学数据可视化技术在各领域内的广泛应用,出现了相当数量的科学数据可视库供开发者进行二次开发,例如:OpenGL、IDL、PGL等。这些库提供了强大的图形生成功能。本论文利用了PGL库并进行了二次开发,而且加强了它的功能,使在可视化操作时更为方便简单。
本文在对科学数据可视化的基本概念简单介绍后,还介绍了实现可视化操作的一些具体算法,如:构造一个可视化区域算法、构造一个坐标轴算法、将科学数据转换成图形对象算法、选择移动图形对象算法等。同时,为检验算法的正确性,用Visual C++开发了一个科学数据可视化演示系统。经演示系统测试,这些算法运行效率较好。
本文所设计的算法,以类库的形式提供给其他开发者直接使用或做进一步的完善。
关键字:科学数据,MFC,可视化,面像对象设计,STL,BOOST ,PGL
Abstract
With the wide application of technology of Scientific Data Visualization in many fields, there are some good libraries, such as OpenGL, IDL and PGL, which can make it easy for developers to carry out their development. These libraries have strong process functions that make an object of image with Scientific thesis use the libraries of PGL to development software of Scientific Data Visualization, and make the software fortably and have a strong function.
After simply introducing the basic concept of Scientific Data Visualization, many algorithms and their characteristics have been analyzed in detail, such as building a region of visualization, an axe, a solution to change scientific data to a graphical object, and selecting and moving graphical object by mouse, etc. In order to test the exactness and effective of those algorithms, an image process demonstration system has been developed by means of using STL and BOOST libraries and the results have demonstrated that these algorithms especially in efficiency of operation of Visualization have many advantages.
Designed algorithms in this thesis are offered other developers to use or do further perfection in the form of Class library directly.
Key words:
Scientific Data, MFC, Visualization, Object-oriented design, STL , BOOST,PGL
目录
摘要 I
ABSTRACT II
第1章绪论 1
什么是科学数据可视化 1
发展概况及应用领域 1
科学数据可视化主要研究的内容 2
本论文的目的及主要内容 3
第2章 基础知识 4
STL简介 4
STL算法 4
STL容器 5
STL迭代器 6
BOOST简介 6
第3章 科学数据可视化的概述 8
8
8
8
8
科学数据可视化的表示模型 9