摘要在现今这个高速发展的信息时代,人们的生活日益丰富多彩,能够高效做出抉择成为一种新的追求。影响我们作出合理的选择的因素,往往是多层次的,甚至各层次间多多少少的会有关联,这就大大加大了我们抉择的难度。因此,利用科学的方法来帮助我们分析问题,给出客观性的评估,能大大的优化我们的决策。层次分析法就是一种科学的评估决策方法,把日常生活中的实际问题通过矩阵的转化,把各个因素两两比较,进行排序,逐步得出最优决策。它具有可行性强,准确性高的特点。83774
本文首先介绍层次分析法的概况,主要研究其原理和算法。
最后,学习并掌握使用MFC构建应用程序的基本步骤,采用C++编程语言利用MFC AppWizard实现可视化界面,设计实现了一简易评估软件。
毕业论文关键词:层次分析法;MFC构建;编程;评估软件
ABSTRACT In today's high-speed development of the information age, people's life is increasingly rich and colorful, can make a choice to become a new pursuit。 Influence for us to make a reasonable choice of factors, often is a multi-level, even between different levels of more or less will associated, which greatly increased the difficulty of our choice。 Therefore, the use of scientific methods to help us to analyze the problem, given the objectivity of the assessment, can greatly optimize our decision-making。 Analytic hierarchy process is a scientific evaluation method, the daily life of the actual problem through the transformation of the matrix, the various factors two two comparison, sort, and gradually come to the best decision。 It has the characteristic of strong feasibility and high accuracy。
This paper firstly introduces the general situation of analytic hierarchy process, and its principle and algorithm are studied。
Finally, learning and mastering the basic steps to build the application of C++, using MFC programming language AppWizard MFC visual interface, the design and implementation of a simple assessment software。
Key word: Analytic hierarchy process;MFC programming; Programming; Assessment software
目 录
第一章 绪论 1
1。1 选题的目的和意义 1
1。2。1 国外发展现状 1
1。2。2 国内发展现状 1
1。3 研究设想及其方法 2
1。4 预期成果及其意义 2
第二章 层次分析法 3
2。1 层次分析法概述 3
2。2 层次分析法基本原理 3
2。3 层次分析法应用步骤 3
2。3。1 建立层次结构模型 3
2。3。2 构造成对比较矩阵 4
2。3。3层次单排序及其一致性检验 5
2。3。4层次总排序及其一致性检验 7
2。4不一致判断矩阵的调整方法 8
2。5 本章小结 8
第三章 Windows程序设计过程 9
3。1 Windows编程方法 9