JIMI 发表于 20:50

常规心电图像格式化输出程序设计

论文编号:DZXX292  论文字数:13085,页数:36

摘要
论文主要探讨常规心电图像格式化输出程序的设计和开发。完成了对常规心电图像格式化输出程序的需求分析,总体架构的设计。基于.net平台设计实现了系统原型的开发,并且测试。
论文从需求分析到整体架构设计,以及模块的实现和最终的测试,并按照软件开发的全过程,重点论述了常规心电图像格式化输出程序的实现。文中对图像处理等核心模块的设计思想和开发过程,进行详细的分析论述,并且对最终的参数设置程序的开发进行了简单的论述。本文以通过对心电图像输出程序的开发为实例,论述了程序设计开发的基本设计模式。
论文最后论述了该系统在医院信息化、数字化过程中的深远意义和应用前景,以及对本次设计任务作了全面细致的总结。
关键词:心电图,动态链接库,面向对象,模式-视图-控制器,插值
ABSTRACT
 Thesis focus on design and development process of conventional ECG output formatting and completed the demand analysis procedures and the overall structure of the design of conventional ECG output formatting. Design and achieve the prototype system development and testing Based on the .net platform.
 Thesis from demand analysis to the overall structure design, achieve of modules and test at last in the software development process, focusing on the conventional ECG output formatting procedures as well. The text about core modules of image processing design and development process have detailed analysis and discuss and the final program for setting parameters also has a simple introduce. Based on the ECG output formatting as a practical case, discuss the basic design patterns and procedures of the design and development of programs.
 Finally, the thesis discusses the application of information systems in hospitals and digital process of far-reaching significance and prospects, and the design of this comprehensive and detailed summary.
Keywords: ECG, DLL, Object-Oriented, Model-View-Controller, Interpolation

目 录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 引言 1
1.2 相关技术 1
1.2.1 面向对象程序设计方法 2
1.2.2 D L L技术 3
1.2.3 X M L 技术 4
1.3 设计任务 5
第2章 系统需求 6
2.1 引言 6
2.2 用户需求 6
2.3 功能需求 7
2.4 可行性分析 8
2.4.1 系统开发技术 8
2.4.2 资源利用 8
2.5 系统配置 9
2.6 系统综合要求 9
2.7 本章小结 10
第3章 系统构建 11
3.1 引言 11
3.2 概要设计 11
3.2.1 系统介绍 11
3.2.2 系统流程图 11
3.2.3 需求模块划分 12
3.2.4 数据输入流图 13
3.2.5 参数设置流图 14
3.2.6 输出流图 15
3.3 详细设计 16
3.3.1 主要类图 16
3.3.2 MVC模式 17
3.3.3 静态指针 18
3.4 编写代码 18
3.5 上层程序 19
3.6 构建综述 21
3.7 本章小结 21
第4章 图像处理 22
4.1 引言 22
4.2 图像预处理 22
4.2.1 图像处理流程图 23
4.2.2 平滑滤波算法 23
4.3 图像输出处理 24
4.3.1 插值公式 25
4.3.2 插值优化 27
4.3.3 实例对比 28
4.4 本章小结 29
第5章 总 结 30
致 谢 31
参考文献 32
页: [1]
查看完整版本: 常规心电图像格式化输出程序设计